Microsoft.Extensions.Configuration.Abstractions 10.0.0

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
Elastic.Apm.AspNetCore
Elastic APM for ASP.NET Core. This package contains auto instrumentation for ASP.NET Core. See: https://github.com/elastic/apm-agent-dotnet/tree/main/docs
556
Elastic.Apm.AspNetCore
Elastic APM for ASP.NET Core. This package contains auto instrumentation for ASP.NET Core. See: https://github.com/elastic/apm-agent-dotnet/tree/main/docs
2,119
Microsoft.AspNetCore.Hosting.Abstractions
ASP.NET Core hosting and startup abstractions for web applications.
7,082
Microsoft.AspNetCore.Hosting.Server.Abstractions
ASP.NET Core hosting server abstractions for web applications.
2,395
Microsoft.AspNetCore.Hosting.Server.Abstractions
ASP.NET Core hosting server abstractions for web applications.
7,069
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
2,199
Microsoft.EntityFrameworkCore.Relational
Shared Entity Framework Core components for relational database providers.
498
Microsoft.Extensions.Configuration
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
403
Microsoft.Extensions.Configuration
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
5,471
Microsoft.Extensions.Configuration
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
9,430
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.
359
Microsoft.Extensions.Hosting.Abstractions
Hosting and startup abstractions for applications.
434
Microsoft.Extensions.Hosting.Abstractions
.NET Core hosting and startup abstractions for applications.
5,604
Microsoft.Extensions.Hosting.Abstractions
.NET Core hosting and startup abstractions for applications.
9,659
Microsoft.Extensions.Logging.Configuration
Configuration support for Microsoft.Extensions.Logging.
345
Microsoft.Extensions.Logging.Console
Console logger provider implementation for Microsoft.Extensions.Logging.
5,455
Microsoft.Extensions.Logging.Console
Console logger provider implementation for Microsoft.Extensions.Logging.
9,323
Microsoft.Extensions.Options.ConfigurationExtensions
Provides additional configuration specific functionality related to Options.
345
Microsoft.Extensions.Options.ConfigurationExtensions
Provides additional configuration specific functionality related to Options.
5,513
Microsoft.Extensions.Options.ConfigurationExtensions
Provides additional configuration specific functionality related to Options.
9,457

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

.NET Framework 4.6.2

.NET 8.0

.NET 9.0

.NET 10.0

.NET Standard 2.0

Version Downloads Last updated
10.0.0 50 11/14/2025
10.0.0-rc.2.25502.107 32 10/19/2025
10.0.0-rc.1.25451.107 32 09/13/2025
10.0.0-preview.7.25380.108 38 08/15/2025
10.0.0-preview.6.25358.103 38 07/16/2025
10.0.0-preview.5.25277.114 44 06/08/2025
10.0.0-preview.4.25258.110 46 05/16/2025
10.0.0-preview.3.25171.5 48 04/23/2025
10.0.0-preview.2.25163.2 51 03/30/2025
10.0.0-preview.1.25080.5 47 03/03/2025
9.0.11 37 11/15/2025
9.0.10 44 10/19/2025
9.0.9 41 09/13/2025
9.0.8 40 08/09/2025
9.0.7 39 07/11/2025
9.0.6 46 06/15/2025
9.0.5 49 05/17/2025
9.0.4 50 04/17/2025
9.0.3 54 03/13/2025
9.0.2 54 02/22/2025
9.0.1 54 01/29/2025
9.0.0 144 11/17/2024
9.0.0-rc.2.24473.5 56 11/04/2024
9.0.0-rc.1.24431.7 55 11/29/2024
9.0.0-preview.7.24405.7 55 11/14/2024
9.0.0-preview.6.24327.7 49 11/14/2024
9.0.0-preview.5.24306.7 48 11/14/2024
9.0.0-preview.4.24266.19 58 05/25/2024
9.0.0-preview.3.24172.9 52 04/18/2024
9.0.0-preview.2.24128.5 45 04/18/2024
9.0.0-preview.1.24080.9 46 06/03/2024
8.0.0 484 12/02/2023
8.0.0-rc.2.23479.6 53 04/18/2024
8.0.0-rc.1.23419.4 58 06/03/2024
8.0.0-preview.7.23375.6 57 04/18/2024
8.0.0-preview.6.23329.7 81 08/07/2023
8.0.0-preview.5.23280.8 49 04/18/2024
8.0.0-preview.4.23259.5 54 06/03/2024
8.0.0-preview.3.23174.8 51 06/03/2024
8.0.0-preview.2.23128.3 55 06/03/2024
8.0.0-preview.1.23110.8 51 06/03/2024
7.0.0 234 03/21/2023
7.0.0-rc.2.22472.3 52 04/18/2024
7.0.0-rc.1.22426.10 57 06/03/2024
7.0.0-preview.7.22375.6 57 06/03/2024
7.0.0-preview.6.22324.4 46 04/18/2024
7.0.0-preview.5.22301.12 49 06/03/2024
7.0.0-preview.4.22229.4 59 04/18/2024
7.0.0-preview.3.22175.4 45 06/03/2024
7.0.0-preview.1.22076.8 54 06/03/2024
6.0.2-mauipre.1.22102.15 57 06/03/2024
6.0.2-mauipre.1.22054.8 55 06/03/2024
6.0.1 49 12/02/2024
6.0.0-rc.2.21480.5 50 06/03/2024
6.0.0-preview.7.21377.19 48 06/03/2024
6.0.0-preview.6.21352.12 60 06/03/2024
6.0.0-preview.4.21253.7 49 05/09/2022
5.0.0-rc.2.20475.5 52 06/03/2024
5.0.0-rc.1.20451.14 50 06/03/2024
5.0.0-preview.5.20278.1 50 06/03/2024
5.0.0-preview.3.20215.2 57 06/03/2024
3.1.32 9,689 05/11/2023
3.1.31 57 06/03/2024
3.1.30 5,550 11/03/2022
3.1.29 51 09/29/2022
3.1.28 60 06/03/2024
3.1.27 63 04/18/2024
3.1.26 56 07/09/2022
3.1.25 54 06/03/2024
3.1.24 302 05/14/2022
3.1.20 61 06/03/2024
3.1.18 60 06/03/2024
3.1.13 54 05/08/2022
3.1.11 62 06/03/2024
3.0.0-preview3.19153.1 56 06/03/2024
3.0.0-preview.19074.2 54 06/03/2024
2.2.0-preview2-35157 53 06/03/2024
1.1.0-preview1-final 49 06/03/2024
1.0.0-rc2-final 52 06/03/2024