Microsoft.Extensions.DependencyModel
by: Microsoft
- 24.376k total downloads
- Latest version: 7.0.0
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.
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 23.545k total downloads
- Latest version: 7.0.0
Caching abstractions for in-memory cache and distributed cache.
Commonly Used Types:
Microsoft.Extensions.Caching.Distributed.IDistributedCache
Microsoft.Extensions.Caching.Memory.IMemoryCache
Microsoft.Extensions.Configuration.Ini
by: Microsoft
- 105 total downloads
- Latest version: 2.2.0
INI configuration provider implementation for Microsoft.Extensions.Configuration.
This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 60.148k total downloads
- Latest version: 7.0.0
Abstractions for dependency injection.
Commonly Used Types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.Configuration.KeyPerFile
by: Microsoft
- 103 total downloads
- Latest version: 2.2.0
Configuration provider that uses files in a directory for Microsoft.Extensions.Configuration.
This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
Microsoft.Extensions.Configuration.AzureKeyVault
by: Microsoft
- 102 total downloads
- Latest version: 3.1.18
Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration.
This library has been replaced by the following new Azure SDK.
https://www.nuget.org/packages/Azure.Extensions.AspNetCore.Configuration.Secrets
It is recommended that you move to the new package.
Microsoft.Extensions.Configuration.UserSecrets
by: Microsoft
- 8.097k total downloads
- Latest version: 7.0.0
User secrets configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.FileExtensions
by: Microsoft
- 17.223k total downloads
- Latest version: 7.0.0
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.EnvironmentVariables
by: Microsoft
- 4.264k total downloads
- Latest version: 7.0.0
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.CommandLine
by: Microsoft
- 4.235k total downloads
- Latest version: 7.0.0
Command line configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Xml
by: Microsoft
- 98 total downloads
- Latest version: 2.2.0
XML configuration provider implementation for Microsoft.Extensions.Configuration.
This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 62.697k total downloads
- Latest version: 7.0.0
Abstractions of key-value pair based configuration.
Commonly Used Types:
Microsoft.Extensions.Configuration.IConfiguration
Microsoft.Extensions.Configuration.IConfigurationBuilder
Microsoft.Extensions.Configuration.IConfigurationProvider
Microsoft.Extensions.Configuration.IConfigurationRoot
Microsoft.Extensions.Configuration.IConfigurationSection
Microsoft.Extensions.Caching.Memory
by: Microsoft
- 27.818k total downloads
- Latest version: 7.0.0
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Caching.StackExchangeRedis
by: Microsoft
- 1.514k total downloads
- Latest version: 7.0.2
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/7c810658463f35c39c54d5fb8a8dbbfd463bf747
Microsoft.Extensions.Caching.SqlServer
by: Microsoft
- 108 total downloads
- Latest version: 2.2.0
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server.
This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
Microsoft.Extensions.DependencyInjection
by: Microsoft
- 37.327k total downloads
- Latest version: 7.0.0
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.Configuration.Json
by: Microsoft
- 8.154k total downloads
- Latest version: 7.0.0
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Binder
by: Microsoft
- 27.681k total downloads
- Latest version: 7.0.0
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration
by: Microsoft
- 39.806k total downloads
- Latest version: 7.0.0
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Caching.Redis
by: Microsoft
- 9.053k total downloads
- Latest version: 2.2.0
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a