-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-Extensions-DependencyInjectiondoc-ideaIndicates issues that are suggestions for new topicsIndicates issues that are suggestions for new topics
Description
There's a NuGet package Microsoft.Extensions.DependencyModel for reading .deps.json files at runtime. It is built from sources in core-setup now runtime repository. Currently there's no documentation for it. This package can be useful for developers who use Roslyn API to compile code targeting .NET Core (example: dotnet/core#2082 (comment)).
If this is supported library, i think it should be documented in .NET API Docs
Update: Now this library is shown in https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.dependencymodel?view=dotnet-plat-ext-5.0, but all descriptions are empty. Leaving this issue open to track filling API doc desriptions.
svick
Metadata
Metadata
Assignees
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-Extensions-DependencyInjectiondoc-ideaIndicates issues that are suggestions for new topicsIndicates issues that are suggestions for new topics