Microsoft.Extensions.Configuration.Abstractions 9.0.14

About

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.

Key Features

  • Abstractions for string key-value pair configuration sources and sections
  • Path conventions of keys establishing a heirachy of values
  • Support for multiple configuration sources, aggregating and defining precdence for values
  • Support for reload on change

How to Use

The example below shows a small code sample using this library and trying out the ConfigurationKeyName attribute available since .NET 6:

public class MyClass
{
    [ConfigurationKeyName("named_property")]
    public string NamedProperty { get; set; }
}

Given the simple class above, we can create a dictionary to hold the configuration data and use it as the memory source to build a configuration section:

var dic = new Dictionary<string, string>
{
    {"named_property", "value for named property"},
};

var config = new ConfigurationBuilder()
    .AddInMemoryCollection(dic)
    .Build();

var options = config.Get<MyClass>();
Console.WriteLine(options.NamedProperty); // returns "value for named property"

Main Types

The main types provided by this library are:

  • Microsoft.Extensions.Configuration.IConfiguration
  • Microsoft.Extensions.Configuration.IConfigurationBuilder
  • Microsoft.Extensions.Configuration.IConfigurationProvider
  • Microsoft.Extensions.Configuration.IConfigurationRoot
  • Microsoft.Extensions.Configuration.IConfigurationSection

Additional Documentation

Feedback & Contributing

Microsoft.Extensions.Caching.Abstractions is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on Microsoft.Extensions.Configuration.Abstractions.

Packages Downloads
AbpExt.TenantAwareIdentityClientConfiguration
Provides tenant-aware Identity Client configuration support for ABP Framework multi-tenant applications. Allows different tenants to use different authentication servers, client credentials, and authority endpoints via appsettings.json configuration.
522
Microsoft.Extensions.Hosting.Abstractions
.NET Core hosting and startup abstractions for applications.
179
Microsoft.Extensions.Configuration
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
169
Microsoft.Extensions.Options.ConfigurationExtensions
Provides additional configuration specific functionality related to Options.
161
Microsoft.Extensions.Configuration.Binder
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.
159
Microsoft.Extensions.Hosting.Abstractions
Hosting and startup abstractions for applications.
157
Microsoft.Extensions.Configuration.CommandLine
Command line configuration provider implementation for Microsoft.Extensions.Configuration.
155
Microsoft.Extensions.Configuration.EnvironmentVariables
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration.
153
Microsoft.Extensions.Configuration
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
150
Microsoft.Extensions.Options.ConfigurationExtensions
Provides additional configuration specific functionality related to Options.
150
Microsoft.Extensions.Configuration.UserSecrets
User secrets configuration provider implementation for Microsoft.Extensions.Configuration.
148
Microsoft.Extensions.Hosting.Abstractions
.NET Core hosting and startup abstractions for applications. This package was built from the source code at https://github.com/aspnet/Hosting/tree/0724e6cde1149ee1a19bfec9c13a2c9327b71213
146
Microsoft.Extensions.Configuration.FileExtensions
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration.
138
Microsoft.Extensions.Configuration.Json
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
137
Microsoft.AspNetCore.Hosting.Server.Abstractions
ASP.NET Core hosting server abstractions for web applications. This package was built from the source code at https://github.com/aspnet/Hosting/tree/0724e6cde1149ee1a19bfec9c13a2c9327b71213
128
Microsoft.EntityFrameworkCore.Relational
Shared Entity Framework Core components for relational database providers.
110
Microsoft.EntityFrameworkCore.Relational
Shared Entity Framework Core components for relational database providers.
92
Microsoft.EntityFrameworkCore.Relational
Shared Entity Framework Core components for relational database providers.
88
Microsoft.Extensions.Options.ConfigurationExtensions
Provides additional configuration specific functionality related to Options. When using NuGet 3.x this package requires at least version 3.4.
71
Microsoft.Extensions.Configuration.Binder
Provides the functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration. This package enables you to represent the configuration data as strongly-typed classes defined in the application code. To bind a configuration, use the Microsoft.Extensions.Configuration.ConfigurationBinder.Get extension method on the IConfiguration object. To use this package, you also need to install a package for the configuration provider, for example, Microsoft.Extensions.Configuration.Json for the JSON provider.
69

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

.NET 8.0

.NET 9.0

.NET Standard 2.0

Version Downloads Last updated
11.0.0-preview.3.26207.106 1 04/26/2026
11.0.0-preview.2.26159.112 2 03/12/2026
11.0.0-preview.1.26104.118 6 02/11/2026
10.0.7 2 04/26/2026
10.0.6 2 04/26/2026
10.0.5 4 03/14/2026
10.0.4 2 04/17/2026
10.0.3 5 02/11/2026
10.0.2 7 01/14/2026
10.0.1 7 12/12/2025
10.0.0 10 11/13/2025
10.0.0-rc.2.25502.107 9 10/20/2025
10.0.0-rc.1.25451.107 11 09/14/2025
10.0.0-preview.7.25380.108 13 08/14/2025
10.0.0-preview.6.25358.103 12 07/30/2025
10.0.0-preview.5.25277.114 18 06/08/2025
10.0.0-preview.4.25258.110 14 05/23/2025
10.0.0-preview.3.25171.5 17 05/04/2025
10.0.0-preview.2.25163.2 18 03/21/2025
10.0.0-preview.1.25080.5 16 03/04/2025
9.0.15 2 04/26/2026
9.0.14 2 03/13/2026
9.0.13 4 02/11/2026
9.0.12 6 01/14/2026
9.0.11 9 11/13/2025
9.0.10 10 10/18/2025
9.0.9 10 09/12/2025
9.0.8 12 08/07/2025
9.0.7 15 07/11/2025
9.0.6 17 06/12/2025
9.0.5 16 05/24/2025
9.0.4 17 04/11/2025
9.0.3 19 03/21/2025
9.0.2 20 03/04/2025
9.0.1 21 03/04/2025
9.0.0 19 03/04/2025
9.0.0-rc.2.24473.5 20 03/04/2025
9.0.0-rc.1.24431.7 18 03/04/2025
9.0.0-preview.7.24405.7 19 03/04/2025
9.0.0-preview.6.24327.7 18 03/04/2025
9.0.0-preview.5.24306.7 19 03/04/2025
9.0.0-preview.4.24266.19 22 03/04/2025
9.0.0-preview.3.24172.9 19 05/01/2024
9.0.0-preview.2.24128.5 21 03/28/2024
9.0.0-preview.1.24080.9 20 02/22/2024
8.0.0 69 01/21/2024
8.0.0-rc.2.23479.6 22 02/19/2024
8.0.0-rc.1.23419.4 20 02/19/2024
8.0.0-preview.7.23375.6 20 02/19/2024
8.0.0-preview.6.23329.7 20 02/19/2024
8.0.0-preview.5.23280.8 21 02/19/2024
8.0.0-preview.4.23259.5 21 02/19/2024
8.0.0-preview.3.23174.8 22 02/19/2024
8.0.0-preview.2.23128.3 22 02/19/2024
8.0.0-preview.1.23110.8 21 02/19/2024
7.0.0 161 01/21/2024
7.0.0-rc.2.22472.3 20 02/19/2024
7.0.0-rc.1.22426.10 23 02/19/2024
7.0.0-preview.7.22375.6 22 02/19/2024
7.0.0-preview.6.22324.4 19 02/19/2024
7.0.0-preview.5.22301.12 20 02/19/2024
7.0.0-preview.4.22229.4 20 02/19/2024
7.0.0-preview.3.22175.4 21 02/19/2024
7.0.0-preview.2.22152.2 22 02/19/2024
7.0.0-preview.1.22076.8 20 02/19/2024
6.0.2-mauipre.1.22102.15 21 02/19/2024
6.0.2-mauipre.1.22054.8 19 02/19/2024
6.0.1 19 03/04/2025
6.0.0 47 02/19/2024
6.0.0-rc.2.21480.5 23 02/19/2024
6.0.0-rc.1.21451.13 22 02/19/2024
6.0.0-preview.7.21377.19 23 02/19/2024
6.0.0-preview.6.21352.12 21 02/19/2024
6.0.0-preview.5.21301.5 22 02/19/2024
6.0.0-preview.4.21253.7 21 02/19/2024
6.0.0-preview.3.21201.4 23 02/19/2024
6.0.0-preview.2.21154.6 22 02/19/2024
6.0.0-preview.1.21102.12 21 02/19/2024
5.0.0 60 02/19/2024
5.0.0-rc.2.20475.5 23 02/19/2024
5.0.0-rc.1.20451.14 21 02/19/2024
5.0.0-preview.8.20407.11 22 02/19/2024
5.0.0-preview.7.20364.11 21 02/19/2024
5.0.0-preview.6.20305.6 22 02/19/2024
5.0.0-preview.5.20278.1 19 02/19/2024
5.0.0-preview.4.20251.6 21 02/19/2024
5.0.0-preview.3.20215.2 20 02/19/2024
5.0.0-preview.2.20160.3 22 02/19/2024
5.0.0-preview.1.20120.4 21 02/19/2024
3.1.32 21 02/19/2024
3.1.31 21 02/19/2024
3.1.30 21 02/19/2024
3.1.29 21 02/19/2024
3.1.28 20 02/19/2024
3.1.27 22 02/19/2024
3.1.26 19 02/19/2024
3.1.25 22 02/19/2024
3.1.24 21 02/19/2024
3.1.23 19 02/19/2024
3.1.22 19 02/19/2024
3.1.21 22 02/19/2024
3.1.20 21 02/19/2024
3.1.19 22 02/19/2024
3.1.18 22 02/19/2024
3.1.17 21 02/19/2024
3.1.16 24 02/19/2024
3.1.15 21 02/19/2024
3.1.14 21 02/19/2024
3.1.13 20 02/19/2024
3.1.12 22 02/19/2024
3.1.11 19 02/19/2024
3.1.10 60 02/19/2024
3.1.9 23 02/19/2024
3.1.8 175 01/21/2024
3.1.7 23 02/19/2024
3.1.6 24 02/19/2024
3.1.5 23 02/19/2024
3.1.4 24 02/19/2024
3.1.3 24 02/19/2024
3.1.2 23 02/19/2024
3.1.1 22 02/19/2024
3.1.0 38 02/19/2024
3.1.0-preview3.19553.2 22 02/19/2024
3.1.0-preview2.19525.4 19 02/19/2024
3.1.0-preview1.19506.1 21 02/19/2024
3.0.3 21 02/19/2024
3.0.2 24 02/19/2024
3.0.1 22 02/19/2024
3.0.0 62 02/19/2024
3.0.0-rc1.19456.10 21 02/19/2024
3.0.0-preview9.19423.4 21 02/19/2024
3.0.0-preview8.19405.4 21 02/19/2024
3.0.0-preview7.19362.4 22 02/22/2024
3.0.0-preview6.19304.6 21 02/19/2024
3.0.0-preview5.19227.9 22 02/19/2024
3.0.0-preview4.19216.2 20 02/19/2024
3.0.0-preview3.19153.1 22 02/19/2024
3.0.0-preview.19074.2 22 02/19/2024
3.0.0-preview.18572.1 22 02/19/2024
2.2.0 145 01/21/2024
2.2.0-preview3-35497 19 02/19/2024
2.2.0-preview2-35157 21 02/19/2024
2.2.0-preview1-35029 23 02/19/2024
2.1.1 24 02/19/2024
2.1.0 26 02/19/2024
2.1.0-rc1-final 19 02/19/2024
2.1.0-preview2-final 20 02/19/2024
2.1.0-preview1-final 21 02/19/2024
2.0.2 23 02/19/2024
2.0.1 21 02/19/2024
2.0.0 179 01/21/2024
2.0.0-preview2-final 19 02/19/2024
2.0.0-preview1-final 19 02/19/2024
1.1.2 20 02/19/2024
1.1.1 24 02/19/2024
1.1.0 24 02/19/2024
1.1.0-preview1-final 19 02/19/2024
1.0.2 23 02/19/2024
1.0.1 24 02/19/2024
1.0.0 25 02/19/2024
1.0.0-rc2-final 21 02/19/2024
1.0.0-rc1-final 21 02/19/2024