Open
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.