Microsoft.Extensions.DependencyModel 11.0.0-preview.5.26302.115
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.
Showing the top 20 packages that depend on Microsoft.Extensions.DependencyModel.
| Packages | Downloads |
|---|---|
|
Microsoft.Orleans.Core
Core library of Microsoft Orleans used both on the client and server.
|
4 |
|
IKVM
Java SE 8 Virtual Machine for .NET
|
3 |
|
Microsoft.Orleans.Core
Core library of Microsoft Orleans used both on the client and server.
|
3 |
|
Microsoft.Orleans.Reminders
Reminders library for Microsoft Orleans used on the server.
|
3 |
|
Microsoft.Orleans.Persistence.AzureStorage
Microsoft Orleans persistence providers backed by Azure Storage
|
3 |
|
Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore
Contains Entity Framework Core Services used by ASP.NET Core Code Generators.
|
3 |
|
Microsoft.VisualStudio.Web.CodeGenerators.Mvc
Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views.
|
3 |
|
Microsoft.TestPlatform.TestHost
Testplatform host executes the test using specified adapter.
|
3 |
|
Microsoft.Orleans.Persistence.AzureStorage
Microsoft Orleans persistence providers backed by Azure Storage
|
2 |
|
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
Runtime compilation support for Razor views and Razor Pages in ASP.NET Core MVC.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/f736effe82a61eb6f5eba46e4173eae3b7d3dffd
|
2 |
|
Microsoft.TestPlatform.TestHost
Testplatform host executes the test using specified adapter.
|
2 |
|
Microsoft.Orleans.Core
Core library of Microsoft Orleans used both on the client and server.
|
2 |
|
Microsoft.Orleans.Clustering.AzureStorage
Microsoft Orleans clustering provider backed by Azure Table Storage
|
2 |
|
Microsoft.EntityFrameworkCore.Sqlite.Core
SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.
|
2 |
.NET 10.0
- System.Text.Encodings.Web (>= 11.0.0-preview.5.26302.115)
- System.Text.Json (>= 11.0.0-preview.5.26302.115)
.NET 11.0
- No dependencies.
.NET Framework 4.6.2
- System.Text.Encodings.Web (>= 11.0.0-preview.5.26302.115)
- System.Text.Json (>= 11.0.0-preview.5.26302.115)
- System.Buffers (>= 4.6.1)
- System.Memory (>= 4.6.3)
.NET Standard 2.0
- System.Text.Encodings.Web (>= 11.0.0-preview.5.26302.115)
- System.Text.Json (>= 11.0.0-preview.5.26302.115)
- System.Buffers (>= 4.6.1)
- System.Memory (>= 4.6.3)