Microsoft.Extensions.Configuration by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.7
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions by: Microsoft
  • 4 total downloads
  • Latest version: 10.0.5
Provides abstractions of key-value pair based configuration. Interfaces defined in this package are implemented by classes in Microsoft.Extensions.Configuration and other configuration packages.
Microsoft.Extensions.Configuration.AzureKeyVault by: Microsoft
  • 1 total downloads
  • Latest version: 3.0.0-preview4.19216.2
  • configuration azure keyvault
Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.CommandLine by: Microsoft
  • 25 total downloads
  • Latest version: 11.0.0-preview.2.26159.112
Command line configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from the command line arguments of your application. You can use CommandLineConfigurationExtensions.AddCommandLine extension method on IConfigurationBuilder to add the command line configuration provider to the configuration builder.
Microsoft.Extensions.Configuration.EnvironmentVariables by: Microsoft
  • 2 total downloads
  • Latest version: 5.0.0-preview.4.20251.6
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration. When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Configuration.FileExtensions by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.7
Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.
Microsoft.Extensions.Configuration.Ini by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.13
INI configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from INI files. You can use IniConfigurationExtensions.AddIniFile extension method on IConfigurationBuilder to add INI configuration provider to the configuration builder.
Microsoft.Extensions.Configuration.Json by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.4
JSON configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read your application's settings from a JSON file. You can use JsonConfigurationExtensions.AddJsonFile extension method on IConfigurationBuilder to add the JSON configuration provider to the configuration builder.
Microsoft.Extensions.Configuration.KeyPerFile by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.4
  • configuration
Configuration provider that uses files in a directory for Microsoft.Extensions.Configuration. This package was built from the source code at https://github.com/dotnet/dotnet/tree/80d3e14f5e08b4888f464e3cd0d0b2445b63ec46
Microsoft.Extensions.Configuration.UserSecrets by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.0-rc.1.23419.4
User secrets configuration provider implementation for Microsoft.Extensions.Configuration. User secrets mechanism enables you to override application configuration settings with values stored in the local secrets file. You can use UserSecretsConfigurationExtensions.AddUserSecrets extension method on IConfigurationBuilder to add user secrets provider to the configuration builder.
Microsoft.Extensions.DependencyInjection.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.0-preview.4.25258.110
Abstractions for dependency injection. Commonly Used Types: Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyModel by: Microsoft
  • 0 total downloads
  • Latest version: 9.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.Diagnostics.ExceptionSummarization by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.0
Lets you retrieve exception summary information.
Microsoft.Extensions.Diagnostics.HealthChecks by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.5
  • diagnostics healthchecks
Components for performing health checks in .NET applications Commonly Used Types: Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService Microsoft.Extensions.Diagnostics.HealthChecks.IHealthChecksBuilder This package was built from the source code at https://github.com/dotnet/dotnet/tree/a612c2a1056fe3265387ae3ff7c94eba1505caf9
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions by: Microsoft
  • 3 total downloads
  • Latest version: 11.0.0-preview.2.26159.112
  • diagnostics healthchecks
Abstractions for defining health checks in .NET applications Commonly Used Types Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck This package was built from the source code at https://github.com/dotnet/dotnet/tree/17d11de66cf75b962995c81dd1235fae9aa5ece0
Microsoft.Extensions.Features by: Microsoft
  • 0 total downloads
  • Latest version: 10.0.0-rc.1.25451.107
  • aspnetcore
Provides abstractions for a loosly coupled collection of features. Commonly Used Types: Microsoft.AspNetCore.Http.Features.IFeatureCollection Microsoft.AspNetCore.Http.Features.FeatureCollection This package was built from the source code at https://github.com/dotnet/dotnet/tree/2db1f5ee2bdda2e8d873769325fabede32e420e0
Microsoft.Extensions.FileProviders.Abstractions by: Microsoft
  • 2 total downloads
  • Latest version: 11.0.0-preview.2.26159.112
Abstractions of files and directories. Commonly Used Types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.FileProviders.Composite by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.1
  • files filesystem
Composite file and directory providers for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileProviders.Embedded by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.10
  • files filesystem
File provider for files in embedded resources for Microsoft.Extensions.FileProviders. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/32e8c8cae5b1a4dd752d0a42a6f8a2813f75f173
Microsoft.Extensions.FileProviders.Physical by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0-preview.2.25163.2
File provider for physical files for Microsoft.Extensions.FileProviders.