An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

microsoft.extensions.dependencymodel

Provides abstractions for reading `.deps` files. When a .NET application is compiled, the SDK generates a JSON manifest file (`<ApplicationName>.deps.json`) that contains information about application dependencies. You can use `Microsoft.Extensions.DependencyModel` to read information from this manifest at run time. This is useful when you want to dynamically compile code (for example, using Roslyn Emit API) referencing the same dependencies as your main application. By default, the dependency manifest contains information about the application's target framework and runtime dependencies. Set the PreserveCompilationContext project property to `true` to additionally include information about reference assemblies used during compilation.

Ecosystem
nuget.org
Latest Release
10.0.12
4 days ago
Versions
152
Downloads
3,551,893,427 total
Dependent Packages
793
Links
Registry nuget.org
Source Repository
Homepage Homepage
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:nuget/microsoft.extensions.dependencymodel
spec
License MIT
First Release over 126 years ago
Last Synced about 16 hours ago
Keywords
dotnet monorepo
Repository
Stars 1,252 on GitHub
Forks 337 on GitHub
Docker Dependents 11
Docker Downloads 112,622
Commits 9080
Committers 120
Avg per Author 75.667
DDS 0.098
Rankings on nuget.org
Overall Top 8.9%
Downloads Top 0.1%
Docker downloads Top 0.2%