-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Add package readme for Microsoft.Extensions.Configuration.Binder #77649
Conversation
Tagging subscribers to this area: @dotnet/area-extensions-configuration Issue DetailsIssue: #59630
|
@MSDN-WhiteKnight thanks for submitting that. Could you please follow the same format for the readmes. Here is exampel https://github.com/dotnet/runtime/tree/main/src/libraries/Microsoft.Extensions.Caching.Abstractions#readme. Also move the readme to the root folder of the library instead of src folder. |
The APIs and functionality are mature, but do get extended occasionally. | ||
|
||
## Deployment | ||
[Microsoft.Extensions.Configuration.Binder](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.Binder/) is not included in the shared framework. The package is deployed as out-of-band (OOB) and needs to be installed into projects directly. |
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.
is not included in the shared framework
Could you please change this to be is included in the ASP.NET core shared framework
.
We'll need to fix this in the rest of readmes.
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.
I assume you meant "is included..."? It's actually there looking at shipped binaries. But it is not included in regular Netcoreapp shared framework. So shouldn't it be something like this:
Microsoft.Extensions.Configuration.Binder is included in ASP.NET Core shared framework, but not in regular .NET shared framework. The package is deployed as out-of-band (OOB) and needs to be installed into projects directly when not using ASP.NET Core.
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.
Right. I have suggested some tweak in my comment #77649 (review). Let me double check if this library deployment in aspnet core. Thanks for the catch.
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.
Updated, didn't noticed the latest review suggestion when commenting.
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.
I confirmed this library is part of ASP.NET Core Runtime
Could you please move the readme to the root of the library folder? |
src/libraries/Microsoft.Extensions.Configuration.Binder/README.md
Outdated
Show resolved
Hide resolved
I left one last comment. LGTM otherwise. |
Thanks @MSDN-WhiteKnight for your contribution. Are you interested in providing more readme files for Microsoft.Extensions libraries? it is easy to check which library is missing the readme. |
I'll wait CI to finish then will merge this one. |
Yes, i'll pick |
Issue: #59630