Microsoft.Extensions.Configuration.EnvironmentVariables
9.0.0-preview.1.24080.9
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Extensions.Configuration.EnvironmentVariables --version 9.0.0-preview.1.24080.9
NuGet\Install-Package Microsoft.Extensions.Configuration.EnvironmentVariables -Version 9.0.0-preview.1.24080.9
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.0-preview.1.24080.9" />
paket add Microsoft.Extensions.Configuration.EnvironmentVariables --version 9.0.0-preview.1.24080.9
#r "nuget: Microsoft.Extensions.Configuration.EnvironmentVariables, 9.0.0-preview.1.24080.9"
// Install Microsoft.Extensions.Configuration.EnvironmentVariables as a Cake Addin #addin nuget:?package=Microsoft.Extensions.Configuration.EnvironmentVariables&version=9.0.0-preview.1.24080.9&prerelease // Install Microsoft.Extensions.Configuration.EnvironmentVariables as a Cake Tool #tool nuget:?package=Microsoft.Extensions.Configuration.EnvironmentVariables&version=9.0.0-preview.1.24080.9&prerelease
About
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.
How to Use
The following example shows how to read application configuration from environment variables.
using System;
using Microsoft.Extensions.Configuration;
class Program
{
static void Main()
{
// Build a configuration object from environment variables
IConfiguration config = new ConfigurationBuilder()
.AddEnvironmentVariables()
.Build();
// Read configuration values
Console.WriteLine($"Server: {config["Server"]}");
Console.WriteLine($"Database: {config["Database"]}");
}
}
Additional Documentation
Feedback & Contributing
Microsoft.Extensions.Configuration.EnvironmentVariables is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- Microsoft.Extensions.Configuration (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0-preview.1.24080.9)
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0-preview.1.24080.9)
-
net8.0
- Microsoft.Extensions.Configuration (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0-preview.1.24080.9)
-
net9.0
- Microsoft.Extensions.Configuration (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0-preview.1.24080.9)
NuGet packages (1.1K)
Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Configuration.EnvironmentVariables:
Package | Downloads |
---|---|
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications. |
|
Microsoft.AspNetCore.Hosting
ASP.NET Core hosting infrastructure and startup logic for web applications. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/be0a4a7f4cf06cbd6ec714bd1d9afee6bdb040a8 |
|
Microsoft.Azure.WebJobs
This package contains the runtime host components of the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708. |
|
Microsoft.AspNetCore
Microsoft.AspNetCore |
|
Microsoft.Extensions.Logging.AzureAppServices
Logger implementation to support Azure App Services 'Diagnostics logs' and 'Log stream' features. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c70204ae3c91d2b48fa6d9b92b62265f368421b4 |
GitHub repositories (291)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Extensions.Configuration.EnvironmentVariables:
Repository | Stars |
---|---|
dotnet/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
|
|
jellyfin/jellyfin
The Free Software Media System
|
|
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
|
|
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
|
|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|
Version | Downloads | Last updated | |
---|---|---|---|
9.0.0-rc.2.24473.5 | 33,166 | 10/8/2024 | |
9.0.0-rc.1.24431.7 | 46,474 | 9/10/2024 | |
9.0.0-preview.7.24405.7 | 25,239 | 8/13/2024 | |
9.0.0-preview.6.24327.7 | 33,729 | 7/9/2024 | |
9.0.0-preview.5.24306.7 | 25,233 | 6/11/2024 | |
9.0.0-preview.4.24266.19 | 25,088 | 5/21/2024 | |
9.0.0-preview.3.24172.9 | 106,371 | 4/11/2024 | |
9.0.0-preview.2.24128.5 | 31,794 | 3/12/2024 | |
9.0.0-preview.1.24080.9 | 57,867 | 2/13/2024 | |
8.0.0 | 76,217,922 | 11/14/2023 | |
8.0.0-rc.2.23479.6 | 178,579 | 10/10/2023 | |
8.0.0-rc.1.23419.4 | 113,513 | 9/12/2023 | |
8.0.0-preview.7.23375.6 | 67,161 | 8/8/2023 | |
8.0.0-preview.6.23329.7 | 78,273 | 7/11/2023 | |
8.0.0-preview.5.23280.8 | 61,871 | 6/13/2023 | |
8.0.0-preview.4.23259.5 | 211,169 | 5/16/2023 | |
8.0.0-preview.3.23174.8 | 103,512 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 44,246 | 3/14/2023 | |
8.0.0-preview.1.23110.8 | 101,526 | 2/21/2023 | |
7.0.0 | 84,703,768 | 11/7/2022 | |
7.0.0-rc.2.22472.3 | 142,989 | 10/11/2022 | |
7.0.0-rc.1.22426.10 | 75,746 | 9/14/2022 | |
7.0.0-preview.7.22375.6 | 61,483 | 8/9/2022 | |
7.0.0-preview.6.22324.4 | 58,254 | 7/12/2022 | |
7.0.0-preview.5.22301.12 | 46,730 | 6/14/2022 | |
7.0.0-preview.4.22229.4 | 56,496 | 5/10/2022 | |
7.0.0-preview.3.22175.4 | 50,475 | 4/13/2022 | |
7.0.0-preview.2.22152.2 | 31,610 | 3/14/2022 | |
7.0.0-preview.1.22076.8 | 26,975 | 2/17/2022 | |
6.0.1 | 150,934,431 | 2/8/2022 | |
6.0.0 | 64,486,881 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 425,516 | 10/12/2021 | |
6.0.0-rc.1.21451.13 | 270,856 | 9/14/2021 | |
6.0.0-preview.7.21377.19 | 139,820 | 8/10/2021 | |
6.0.0-preview.6.21352.12 | 48,363 | 7/14/2021 | |
6.0.0-preview.5.21301.5 | 42,289 | 6/15/2021 | |
6.0.0-preview.4.21253.7 | 34,868 | 5/24/2021 | |
6.0.0-preview.3.21201.4 | 85,197 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 68,056 | 3/11/2021 | |
6.0.0-preview.1.21102.12 | 72,505 | 2/12/2021 | |
5.0.0 | 117,866,437 | 11/9/2020 | |
5.0.0-rc.2.20475.5 | 147,290 | 10/13/2020 | |
5.0.0-rc.1.20451.14 | 259,638 | 9/14/2020 | |
5.0.0-preview.8.20407.11 | 39,105 | 8/25/2020 | |
5.0.0-preview.7.20364.11 | 49,507 | 7/21/2020 | |
5.0.0-preview.6.20305.6 | 29,744 | 6/25/2020 | |
5.0.0-preview.5.20278.1 | 19,728 | 6/10/2020 | |
5.0.0-preview.4.20251.6 | 41,352 | 5/18/2020 | |
5.0.0-preview.3.20215.2 | 20,939 | 4/23/2020 | |
5.0.0-preview.2.20160.3 | 57,901 | 4/2/2020 | |
5.0.0-preview.1.20120.4 | 26,064 | 3/16/2020 | |
3.1.32 | 1,936,737 | 12/13/2022 | |
3.1.31 | 605,074 | 11/8/2022 | |
3.1.30 | 1,030,274 | 10/11/2022 | |
3.1.29 | 359,377 | 9/13/2022 | |
3.1.28 | 632,424 | 8/9/2022 | |
3.1.27 | 362,145 | 7/12/2022 | |
3.1.26 | 356,413 | 6/14/2022 | |
3.1.25 | 680,196 | 5/10/2022 | |
3.1.24 | 437,441 | 4/11/2022 | |
3.1.23 | 1,085,793 | 3/8/2022 | |
3.1.22 | 7,495,984 | 12/14/2021 | |
3.1.21 | 1,829,247 | 11/7/2021 | |
3.1.20 | 1,096,533 | 10/11/2021 | |
3.1.19 | 1,062,771 | 9/14/2021 | |
3.1.18 | 2,274,542 | 8/10/2021 | |
3.1.17 | 1,704,148 | 7/13/2021 | |
3.1.16 | 2,204,855 | 6/8/2021 | |
3.1.15 | 3,038,066 | 5/11/2021 | |
3.1.14 | 3,108,590 | 4/6/2021 | |
3.1.13 | 3,215,334 | 3/9/2021 | |
3.1.12 | 2,659,616 | 2/9/2021 | |
3.1.11 | 4,228,302 | 1/12/2021 | |
3.1.10 | 7,156,486 | 11/9/2020 | |
3.1.9 | 9,318,448 | 10/13/2020 | |
3.1.8 | 12,108,034 | 9/8/2020 | |
3.1.7 | 7,790,479 | 8/11/2020 | |
3.1.6 | 15,938,815 | 7/14/2020 | |
3.1.5 | 13,897,563 | 6/9/2020 | |
3.1.4 | 7,402,354 | 5/12/2020 | |
3.1.3 | 15,724,052 | 3/24/2020 | |
3.1.2 | 13,668,739 | 2/18/2020 | |
3.1.1 | 10,789,607 | 1/14/2020 | |
3.1.0 | 23,401,415 | 12/3/2019 | |
3.1.0-preview3.19553.2 | 17,170 | 11/13/2019 | |
3.1.0-preview2.19525.4 | 6,854 | 11/1/2019 | |
3.1.0-preview1.19506.1 | 17,230 | 10/15/2019 | |
3.0.3 | 324,968 | 2/18/2020 | |
3.0.2 | 747,254 | 1/14/2020 | |
3.0.1 | 1,264,640 | 11/18/2019 | |
3.0.0 | 15,643,675 | 9/23/2019 | |
3.0.0-rc1.19456.10 | 21,877 | 9/16/2019 | |
3.0.0-preview9.19423.4 | 118,797 | 9/4/2019 | |
3.0.0-preview8.19405.4 | 94,450 | 8/13/2019 | |
3.0.0-preview7.19362.4 | 39,204 | 7/23/2019 | |
3.0.0-preview6.19304.6 | 62,132 | 6/12/2019 | |
3.0.0-preview5.19227.9 | 75,809 | 5/6/2019 | |
3.0.0-preview4.19216.2 | 15,588 | 4/18/2019 | |
3.0.0-preview3.19153.1 | 57,541 | 3/6/2019 | |
3.0.0-preview.19074.2 | 28,057 | 1/29/2019 | |
3.0.0-preview.18572.1 | 14,422 | 12/4/2018 | |
2.2.4 | 67,468,174 | 4/9/2019 | |
2.2.0 | 110,001,364 | 12/3/2018 | |
2.2.0-preview3-35497 | 150,879 | 10/17/2018 | |
2.2.0-preview2-35157 | 97,902 | 9/12/2018 | |
2.2.0-preview1-35029 | 37,170 | 8/22/2018 | |
2.1.1 | 222,060,043 | 6/18/2018 | |
2.1.0 | 134,533,496 | 5/29/2018 | |
2.1.0-rc1-final | 275,290 | 5/6/2018 | |
2.1.0-preview2-final | 397,916 | 4/10/2018 | |
2.1.0-preview1-final | 301,902 | 2/26/2018 | |
2.0.2 | 10,084,497 | 5/7/2018 | |
2.0.1 | 7,619,554 | 3/13/2018 | |
2.0.0 | 33,888,787 | 8/11/2017 | |
2.0.0-preview2-final | 124,806 | 6/28/2017 | |
2.0.0-preview1-final | 65,920 | 5/10/2017 | |
1.1.2 | 8,687,247 | 5/9/2017 | |
1.1.1 | 5,457,374 | 3/6/2017 | |
1.1.0 | 4,445,651 | 11/16/2016 | |
1.1.0-preview1-final | 39,533 | 10/24/2016 | |
1.0.2 | 77,832,938 | 3/6/2017 | |
1.0.1 | 3,360,930 | 12/12/2016 | |
1.0.0 | 15,335,831 | 6/27/2016 | |
1.0.0-rc2-final | 153,125 | 5/16/2016 | |
1.0.0-rc1-final | 489,005 | 11/18/2015 |