-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add docs for Microsoft.Extensions.DependencyModel.Library and subclasses #8327
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
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
ping @jeffhandley There isn't a label in this repo for the "area-DependencyModel" to help fabric bot. How should we get the correct label and reviewers assigned? |
@eiriktsarpalis @joperezr, do you know how to add the missing label @BillWagner mentions? |
It should take a couple of steps:
|
Tagging subscribers to this area: @dotnet/area-dependencymodel Issue DetailsIssue: #3418 Add API docs for Microsoft.Extensions.DependencyModel.*Library classes and example for CompilationLibrary. Based on .deps.json specification and source code.
|
It only requires the first step as it looks like the fabricbot configuration already accounts for the labels. Anyone with write permission in the repo can create a label. I just did so and applied it here. |
...oft.Extensions.DependencyModel/CompilationLibrary/Overview/CompilationLibrarySnippets.csproj
Outdated
Show resolved
Hide resolved
...oft.Extensions.DependencyModel/CompilationLibrary/Overview/CompilationLibrarySnippets.csproj
Outdated
Show resolved
Hide resolved
@gewarren and @MSDN-WhiteKnight sorry for the long delay, I didn't get pinged on this until recently. I just reviewed and the doc additions look great. Thanks a lot @MSDN-WhiteKnight. |
Learn Build status updates of commit 1dd3190: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Issue: #3418
Add API docs for Microsoft.Extensions.DependencyModel.*Library classes and example for CompilationLibrary. Based on .deps.json specification and source code.