Microsoft.Extensions.Configuration.Abstractions 10.0.12

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
Microsoft.Extensions.Hosting.Abstractions
Hosting and startup abstractions for applications.
2,540
Microsoft.Extensions.Configuration
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
2,522
Microsoft.Extensions.Hosting.Abstractions
Hosting and startup abstractions for applications.
2,439
DotNetEnv
A .NET library to load environment variables from .env files
1,316
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.
1,310
Microsoft.Extensions.Logging.Configuration
Configuration support for Microsoft.Extensions.Logging.
1,309
Microsoft.EntityFrameworkCore.Design
Shared design-time components for Entity Framework Core tools.
1,306
Microsoft.Extensions.Hosting.Abstractions
Hosting and startup abstractions for applications.
1,306
Microsoft.Extensions.Configuration
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
1,304
Microsoft.EntityFrameworkCore.Relational
Shared Entity Framework Core components for relational database providers.
1,302
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
1,301
Microsoft.EntityFrameworkCore.Sqlite.Core
SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.
1,301
Microsoft.Extensions.Hosting.Abstractions
Hosting and startup abstractions for applications.
1,300
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications.
1,300
Microsoft.Extensions.Options.ConfigurationExtensions
Provides additional configuration specific functionality related to Options.
1,297
Microsoft.Extensions.Configuration.Json
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.
1,296
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.
1,295
Microsoft.Extensions.Logging.Configuration
Configuration support for Microsoft.Extensions.Logging.
1,295
Microsoft.Extensions.Configuration
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
1,295
Microsoft.Extensions.Configuration.CommandLine
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.
1,294

.NET Framework 4.6.2

.NET 8.0

.NET 9.0

.NET 10.0

.NET Standard 2.0

Version Downloads Last updated
11.0.0-rc.1.26425.128 6 09/11/2026
11.0.0-preview.7.26381.103 20 08/12/2026
11.0.0-preview.6.26359.118 22 07/15/2026
11.0.0-preview.5.26302.115 19 06/11/2026
11.0.0-preview.4.26230.115 25 05/14/2026
11.0.0-preview.3.26207.106 40 04/15/2026
11.0.0-preview.2.26159.112 45 03/11/2026
11.0.0-preview.1.26104.118 31 02/12/2026
10.0.12 5 09/12/2026
10.0.11 80 08/13/2026
10.0.10 16 07/15/2026
10.0.9 20 06/12/2026
10.0.8 25 05/14/2026
10.0.7 1,308 04/23/2026
10.0.6 36 04/15/2026
10.0.5 49 03/14/2026
10.0.4 49 03/14/2026
10.0.3 310 02/11/2026
10.0.2 52 01/15/2026
10.0.1 53 12/10/2025
10.0.0 152 12/12/2025
10.0.0-rc.2.25502.107 45 12/17/2025
10.0.0-rc.1.25451.107 32 12/13/2025
10.0.0-preview.7.25380.108 39 12/16/2025
10.0.0-preview.6.25358.103 30 12/20/2025
10.0.0-preview.5.25277.114 40 12/10/2025
10.0.0-preview.4.25258.110 37 12/09/2025
10.0.0-preview.3.25171.5 41 12/11/2025
10.0.0-preview.2.25163.2 35 12/14/2025
10.0.0-preview.1.25080.5 34 12/14/2025
9.0.20 7 09/12/2026
9.0.19 19 08/12/2026
9.0.18 17 07/15/2026
9.0.17 19 06/11/2026
9.0.16 22 05/14/2026
9.0.15 27 04/15/2026
9.0.14 39 03/11/2026
9.0.13 44 02/12/2026
9.0.12 46 01/15/2026
9.0.11 48 12/14/2025
9.0.10 32 12/14/2025
9.0.9 48 12/12/2025
9.0.8 36 12/09/2025
9.0.7 37 12/11/2025
9.0.6 41 12/12/2025
9.0.5 39 12/20/2025
9.0.4 34 12/15/2025
9.0.3 22 12/15/2025
9.0.2 38 12/11/2025
9.0.1 41 12/20/2025
9.0.0 1,257 12/10/2025
9.0.0-rc.2.24473.5 24 12/17/2025
9.0.0-rc.1.24431.7 28 12/15/2025
9.0.0-preview.7.24405.7 44 12/14/2025
9.0.0-preview.6.24327.7 41 12/21/2025
9.0.0-preview.5.24306.7 35 12/10/2025
9.0.0-preview.4.24266.19 39 12/16/2025
9.0.0-preview.3.24172.9 33 12/15/2025
9.0.0-preview.2.24128.5 32 12/14/2025
9.0.0-preview.1.24080.9 41 12/14/2025
8.0.0 2,551 12/10/2025
8.0.0-rc.2.23479.6 39 12/14/2025
8.0.0-rc.1.23419.4 27 12/19/2025
8.0.0-preview.7.23375.6 26 12/09/2025
8.0.0-preview.6.23329.7 34 12/15/2025
8.0.0-preview.5.23280.8 40 12/14/2025
8.0.0-preview.4.23259.5 25 01/05/2026
8.0.0-preview.3.23174.8 36 12/15/2025
8.0.0-preview.2.23128.3 29 12/14/2025
8.0.0-preview.1.23110.8 39 12/18/2025
7.0.0 39 12/14/2025
7.0.0-rc.2.22472.3 25 12/15/2025
7.0.0-rc.1.22426.10 41 12/18/2025
7.0.0-preview.7.22375.6 37 12/15/2025
7.0.0-preview.6.22324.4 40 12/10/2025
7.0.0-preview.5.22301.12 40 12/12/2025
7.0.0-preview.4.22229.4 34 12/14/2025
7.0.0-preview.3.22175.4 39 12/19/2025
7.0.0-preview.2.22152.2 43 12/11/2025
7.0.0-preview.1.22076.8 39 12/14/2025
6.0.2-mauipre.1.22102.15 40 12/13/2025
6.0.2-mauipre.1.22054.8 29 12/13/2025
6.0.1 37 12/18/2025
6.0.0 47 12/11/2025
6.0.0-rc.2.21480.5 40 12/14/2025
6.0.0-rc.1.21451.13 34 12/15/2025
6.0.0-preview.7.21377.19 37 12/21/2025
6.0.0-preview.6.21352.12 41 12/10/2025
6.0.0-preview.5.21301.5 34 12/15/2025
6.0.0-preview.4.21253.7 34 12/11/2025
6.0.0-preview.3.21201.4 38 12/21/2025
6.0.0-preview.2.21154.6 43 12/14/2025
6.0.0-preview.1.21102.12 27 12/14/2025
5.0.0 40 12/11/2025
5.0.0-rc.2.20475.5 26 12/21/2025
5.0.0-rc.1.20451.14 36 12/17/2025
5.0.0-preview.8.20407.11 43 12/20/2025
5.0.0-preview.7.20364.11 26 12/21/2025
5.0.0-preview.6.20305.6 35 12/14/2025
5.0.0-preview.5.20278.1 26 12/11/2025
5.0.0-preview.4.20251.6 22 12/14/2025
5.0.0-preview.3.20215.2 28 12/11/2025
5.0.0-preview.2.20160.3 35 12/12/2025
5.0.0-preview.1.20120.4 37 12/14/2025
3.1.32 29 12/20/2025
3.1.31 37 12/10/2025
3.1.30 38 12/20/2025
3.1.29 33 12/12/2025
3.1.28 37 12/10/2025
3.1.27 39 12/20/2025
3.1.26 39 12/14/2025
3.1.25 46 12/14/2025
3.1.24 37 12/16/2025
3.1.23 35 12/12/2025
3.1.22 37 12/15/2025
3.1.21 30 12/10/2025
3.1.20 27 12/15/2025
3.1.19 28 12/15/2025
3.1.18 29 12/20/2025
3.1.17 35 12/20/2025
3.1.16 40 12/16/2025
3.1.15 31 12/14/2025
3.1.14 33 12/14/2025
3.1.13 39 12/10/2025
3.1.12 26 12/20/2025
3.1.11 43 12/20/2025
3.1.10 37 12/14/2025
3.1.9 29 12/15/2025
3.1.8 47 12/20/2025
3.1.7 37 12/16/2025
3.1.6 40 12/17/2025
3.1.5 39 12/20/2025
3.1.4 26 12/15/2025
3.1.3 37 12/20/2025
3.1.2 37 12/20/2025
3.1.1 27 12/14/2025
3.1.0 32 12/20/2025
3.1.0-preview3.19553.2 37 12/16/2025
3.1.0-preview2.19525.4 25 12/15/2025
3.1.0-preview1.19506.1 28 12/17/2025
3.0.3 43 12/15/2025
3.0.2 36 12/14/2025
3.0.1 37 12/20/2025
3.0.0 41 12/20/2025
3.0.0-rc1.19456.10 36 12/15/2025
3.0.0-preview9.19423.4 40 12/21/2025
3.0.0-preview8.19405.4 34 12/21/2025
3.0.0-preview7.19362.4 35 12/11/2025
3.0.0-preview6.19304.6 28 12/21/2025
3.0.0-preview5.19227.9 40 12/13/2025
3.0.0-preview4.19216.2 26 12/15/2025
3.0.0-preview3.19153.1 37 12/21/2025
3.0.0-preview.19074.2 36 12/09/2025
3.0.0-preview.18572.1 35 12/14/2025
2.2.0 32 12/20/2025
2.2.0-preview3-35497 36 12/21/2025
2.2.0-preview2-35157 21 12/21/2025
2.2.0-preview1-35029 24 12/21/2025
2.1.1 991 12/10/2025
2.1.0 30 12/15/2025
2.1.0-rc1-final 41 12/21/2025
2.1.0-preview2-final 33 12/13/2025
2.1.0-preview1-final 36 12/21/2025
2.0.2 40 12/14/2025
2.0.1 47 12/20/2025
2.0.0 39 12/14/2025
2.0.0-preview2-final 39 12/21/2025
2.0.0-preview1-final 35 12/21/2025
1.1.2 2,520 12/10/2025
1.1.1 39 12/17/2025
1.1.0 28 12/15/2025
1.1.0-preview1-final 40 12/21/2025
1.0.2 37 12/14/2025
1.0.1 33 12/20/2025
1.0.0 41 12/14/2025
1.0.0-rc2-final 28 12/21/2025
1.0.0-rc1-final 38 12/16/2025