Ecosyste.ms: Packages

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

Top 8.9% on nuget.org
Top 0.1% downloads on nuget.org
Top 0.2% docker downloads on nuget.org

nuget.org : 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.

Registry - Homepage - JSON
purl: pkg:nuget/microsoft.extensions.dependencymodel
License: MIT
Latest release: 6 months ago
First release: over 124 years ago
Downloads: 1,492,520,855 total
Docker dependents: 11
Docker downloads: 112,622
Last synced: 17 days ago

    Loading...
    Readme
    Loading...