Microsoft.Extensions.Configuration.Abstractions 9.0.19

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.Options.ConfigurationExtensions
Provides additional configuration specific functionality related to Options.
96
Microsoft.Extensions.Options.ConfigurationExtensions
Provides additional configuration specific functionality related to Options.
94
Microsoft.Extensions.Options.ConfigurationExtensions
Provides additional configuration specific functionality related to Options.
93
Microsoft.Extensions.Options.ConfigurationExtensions
Provides additional configuration specific functionality related to Options.
92
Microsoft.Extensions.Options.ConfigurationExtensions
Provides additional configuration specific functionality related to Options.
90
Microsoft.Extensions.Options.ConfigurationExtensions
Provides additional configuration specific functionality related to Options. This package was built from the source at: https://github.com/aspnet/Options/tree/a310a923647d28331705895c1b4d7186895f2f79
89
Quartz.Extensions.DependencyInjection
Quartz.NET Microsoft.Extensions.DependencyInjection integration; Quartz Scheduling Framework for .NET
87
Microsoft.Extensions.Options.ConfigurationExtensions
Provides additional configuration specific functionality related to Options.
87
Microsoft.Extensions.Options.ConfigurationExtensions
Provides additional configuration specific functionality related to Options.
86
Quartz.Extensions.DependencyInjection
Quartz.NET Microsoft.Extensions.DependencyInjection integration; Quartz Scheduling Framework for .NET
85
Microsoft.Extensions.Options.ConfigurationExtensions
Provides additional configuration specific functionality related to Options. This package was built from the source at: https://github.com/aspnet/Options/tree/f0873965bd22ab3ec6891f5d23f172293cfa8abe
85
Microsoft.Extensions.Configuration.EnvironmentVariables
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from environment variables. You can use EnvironmentVariablesExtensions.AddEnvironmentVariables extension method on IConfigurationBuilder to add the environment variables configuration provider to the configuration builder.
85

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.7.26381.103 9 08/11/2026
11.0.0-preview.6.26359.118 20 07/16/2026
11.0.0-preview.5.26302.115 19 06/10/2026
11.0.0-preview.4.26230.115 31 05/13/2026
11.0.0-preview.3.26207.106 33 04/16/2026
11.0.0-preview.2.26159.112 43 03/11/2026
11.0.0-preview.1.26104.118 42 02/12/2026
10.0.11 7 08/11/2026
10.0.10 15 07/16/2026
10.0.9 23 06/10/2026
10.0.8 26 05/13/2026
10.0.7 30 04/23/2026
10.0.6 27 04/16/2026
10.0.5 33 03/13/2026
10.0.4 35 03/11/2026
10.0.3 36 02/13/2026
10.0.2 43 01/16/2026
10.0.1 51 12/11/2025
10.0.0 56 11/13/2025
10.0.0-rc.2.25502.107 63 10/16/2025
10.0.0-rc.1.25451.107 71 09/19/2025
10.0.0-preview.7.25380.108 75 09/04/2025
10.0.0-preview.6.25358.103 69 09/05/2025
10.0.0-preview.5.25277.114 74 09/05/2025
10.0.0-preview.4.25258.110 69 09/05/2025
10.0.0-preview.3.25171.5 70 09/05/2025
10.0.0-preview.2.25163.2 71 09/05/2025
10.0.0-preview.1.25080.5 70 09/05/2025
9.0.19 7 08/11/2026
9.0.18 14 07/16/2026
9.0.17 24 06/10/2026
9.0.16 24 05/13/2026
9.0.15 31 04/16/2026
9.0.14 38 03/11/2026
9.0.13 36 02/13/2026
9.0.12 48 01/17/2026
9.0.11 52 11/13/2025
9.0.10 61 10/17/2025
9.0.9 63 09/20/2025
9.0.8 67 09/05/2025
9.0.7 64 09/05/2025
9.0.6 62 09/05/2025
9.0.5 61 09/05/2025
9.0.4 60 09/05/2025
9.0.3 66 09/05/2025
9.0.2 64 09/05/2025
9.0.1 60 09/05/2025
9.0.0 63 09/05/2025
9.0.0-rc.2.24473.5 69 09/05/2025
9.0.0-rc.1.24431.7 68 09/05/2025
9.0.0-preview.7.24405.7 74 09/05/2025
9.0.0-preview.6.24327.7 76 09/05/2025
9.0.0-preview.5.24306.7 72 09/05/2025
9.0.0-preview.4.24266.19 73 09/05/2025
9.0.0-preview.3.24172.9 68 09/05/2025
9.0.0-preview.2.24128.5 82 09/05/2025
9.0.0-preview.1.24080.9 68 09/05/2025
8.0.0 65 09/05/2025
8.0.0-rc.2.23479.6 78 09/05/2025
8.0.0-rc.1.23419.4 83 09/05/2025
8.0.0-preview.7.23375.6 82 09/05/2025
8.0.0-preview.6.23329.7 84 09/05/2025
8.0.0-preview.5.23280.8 74 09/05/2025
8.0.0-preview.4.23259.5 74 09/05/2025
8.0.0-preview.3.23174.8 81 09/05/2025
8.0.0-preview.2.23128.3 75 09/05/2025
8.0.0-preview.1.23110.8 76 09/05/2025
7.0.0 70 09/05/2025
7.0.0-rc.2.22472.3 82 09/05/2025
7.0.0-rc.1.22426.10 76 09/05/2025
7.0.0-preview.7.22375.6 80 09/05/2025
7.0.0-preview.6.22324.4 83 09/05/2025
7.0.0-preview.5.22301.12 82 09/05/2025
7.0.0-preview.4.22229.4 73 09/05/2025
7.0.0-preview.3.22175.4 81 09/05/2025
7.0.0-preview.2.22152.2 75 09/05/2025
7.0.0-preview.1.22076.8 83 09/05/2025
6.0.1 77 09/05/2025
6.0.0 70 09/05/2025
6.0.0-rc.2.21480.5 78 09/05/2025
6.0.0-rc.1.21451.13 78 09/05/2025
6.0.0-preview.7.21377.19 76 09/05/2025
6.0.0-preview.6.21352.12 81 09/05/2025
6.0.0-preview.5.21301.5 84 09/05/2025
6.0.0-preview.4.21253.7 78 09/05/2025
6.0.0-preview.3.21201.4 82 09/05/2025
6.0.0-preview.2.21154.6 86 09/05/2025
6.0.0-preview.1.21102.12 79 09/05/2025
5.0.0 71 09/05/2025
5.0.0-rc.2.20475.5 75 09/05/2025
5.0.0-rc.1.20451.14 81 09/05/2025
5.0.0-preview.8.20407.11 78 09/05/2025
5.0.0-preview.7.20364.11 85 09/05/2025
5.0.0-preview.6.20305.6 78 09/05/2025
5.0.0-preview.5.20278.1 75 09/05/2025
5.0.0-preview.4.20251.6 80 09/05/2025
5.0.0-preview.3.20215.2 84 09/05/2025
5.0.0-preview.2.20160.3 79 09/05/2025
5.0.0-preview.1.20120.4 81 09/05/2025
3.1.32 72 09/05/2025
3.1.31 77 09/05/2025
3.1.30 74 09/05/2025
3.1.29 74 09/05/2025
3.1.28 72 09/05/2025
3.1.27 76 09/05/2025
3.1.26 78 09/05/2025
3.1.25 71 09/05/2025
3.1.24 77 09/05/2025
3.1.23 72 09/05/2025
3.1.22 72 09/05/2025
3.1.21 76 09/05/2025
3.1.20 76 09/05/2025
3.1.19 75 09/05/2025
3.1.18 78 09/05/2025
3.1.17 70 09/05/2025
3.1.16 78 09/05/2025
3.1.15 75 09/05/2025
3.1.14 75 09/05/2025
3.1.13 77 09/05/2025
3.1.12 77 09/05/2025
3.1.11 77 09/05/2025
3.1.10 76 09/05/2025
3.1.9 76 09/05/2025
3.1.8 69 09/05/2025
3.1.7 76 09/05/2025
3.1.6 70 09/05/2025
3.1.5 76 09/05/2025
3.1.4 73 09/05/2025
3.1.3 71 09/05/2025
3.1.2 74 09/05/2025
3.1.1 75 09/05/2025
3.1.0 70 09/05/2025
3.1.0-preview3.19553.2 65 09/05/2025
3.1.0-preview2.19525.4 67 09/05/2025
3.1.0-preview1.19506.1 82 09/05/2025
3.0.3 73 09/05/2025
3.0.2 73 09/05/2025
3.0.1 75 09/05/2025
3.0.0 71 09/05/2025
3.0.0-rc1.19456.10 78 09/05/2025
3.0.0-preview9.19423.4 76 09/05/2025
3.0.0-preview8.19405.4 77 09/05/2025
3.0.0-preview7.19362.4 76 09/05/2025
3.0.0-preview6.19304.6 80 09/05/2025
3.0.0-preview5.19227.9 72 09/05/2025
3.0.0-preview4.19216.2 77 09/05/2025
3.0.0-preview3.19153.1 75 09/05/2025
3.0.0-preview.19074.2 61 09/05/2025
3.0.0-preview.18572.1 64 09/05/2025
2.2.0 58 09/05/2025
2.2.0-preview3-35497 64 09/05/2025
2.2.0-preview2-35157 66 09/05/2025
2.2.0-preview1-35029 63 09/05/2025
2.1.1 62 09/05/2025
2.1.0 64 09/05/2025
2.1.0-rc1-final 66 09/05/2025
2.1.0-preview2-final 65 09/05/2025
2.1.0-preview1-final 65 09/05/2025
2.0.2 61 09/05/2025
2.0.1 60 09/05/2025
2.0.0 64 09/05/2025
2.0.0-preview2-final 65 09/05/2025
2.0.0-preview1-final 68 09/05/2025
1.1.2 63 09/05/2025
1.1.1 64 09/05/2025
1.1.0 61 09/05/2025
1.1.0-preview1-final 68 09/05/2025
1.0.2 61 09/05/2025
1.0.1 61 09/05/2025
1.0.0 63 09/05/2025
1.0.0-rc2-final 67 09/05/2025
1.0.0-rc1-final 65 09/05/2025