-
Notifications
You must be signed in to change notification settings - Fork 46
removed source code, updated the docs #421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
donJoseLuis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A single minor comment
| This project consists of APIs and MSBuild Tasks for generating and testing an [OCI Container](https://opencontainers.org/) from a .NET project. | ||
|
|
||
| A basic start with the library in an existing project: | ||
| A basic start with tooling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider rephrasing 'A basic start with tooling' to a more intuitive sentence.
baronfel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few grammar suggestions on the readme. Should we move the DevGuide over to the SDK instead?
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Since this repo will be likely an entry point, I would rather keep it here. I will link dotnet/sdk to dev guide once #426 is merged. |
|
Merging without build because this removes the build :D |
Following the move of source code to dotnet/sdk, removed it from this repo and updated the docs
Dev documentation became outdated, and will be updated in #408