Microsoft.Extensions.Configuration.EnvironmentVariables 8.0.0

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.Extensions.Configuration.EnvironmentVariables --version 8.0.0                
NuGet\Install-Package Microsoft.Extensions.Configuration.EnvironmentVariables -Version 8.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Extensions.Configuration.EnvironmentVariables --version 8.0.0                
#r "nuget: Microsoft.Extensions.Configuration.EnvironmentVariables, 8.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Extensions.Configuration.EnvironmentVariables as a Cake Addin
#addin nuget:?package=Microsoft.Extensions.Configuration.EnvironmentVariables&version=8.0.0

// Install Microsoft.Extensions.Configuration.EnvironmentVariables as a Cake Tool
#tool nuget:?package=Microsoft.Extensions.Configuration.EnvironmentVariables&version=8.0.0                

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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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/280c613963a1768b810d09f32c998fe4490855e9

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.1.24431.7 8,338 9/10/2024
9.0.0-preview.7.24405.7 17,235 8/13/2024
9.0.0-preview.6.24327.7 28,243 7/9/2024
9.0.0-preview.5.24306.7 22,520 6/11/2024
9.0.0-preview.4.24266.19 21,634 5/21/2024
9.0.0-preview.3.24172.9 93,168 4/11/2024
9.0.0-preview.2.24128.5 28,178 3/12/2024
9.0.0-preview.1.24080.9 55,213 2/13/2024
8.0.0 59,401,217 11/14/2023
8.0.0-rc.2.23479.6 170,181 10/10/2023
8.0.0-rc.1.23419.4 108,603 9/12/2023
8.0.0-preview.7.23375.6 65,320 8/8/2023
8.0.0-preview.6.23329.7 76,063 7/11/2023
8.0.0-preview.5.23280.8 58,637 6/13/2023
8.0.0-preview.4.23259.5 192,507 5/16/2023
8.0.0-preview.3.23174.8 92,710 4/11/2023
8.0.0-preview.2.23128.3 42,677 3/14/2023
8.0.0-preview.1.23110.8 99,714 2/21/2023
7.0.0 80,841,928 11/7/2022
7.0.0-rc.2.22472.3 140,691 10/11/2022
7.0.0-rc.1.22426.10 73,352 9/14/2022
7.0.0-preview.7.22375.6 60,565 8/9/2022
7.0.0-preview.6.22324.4 56,673 7/12/2022
7.0.0-preview.5.22301.12 45,740 6/14/2022
7.0.0-preview.4.22229.4 56,346 5/10/2022
7.0.0-preview.3.22175.4 49,121 4/13/2022
7.0.0-preview.2.22152.2 31,319 3/14/2022
7.0.0-preview.1.22076.8 26,617 2/17/2022
6.0.1 145,305,348 2/8/2022
6.0.0 62,074,844 11/8/2021
6.0.0-rc.2.21480.5 420,773 10/12/2021
6.0.0-rc.1.21451.13 268,605 9/14/2021
6.0.0-preview.7.21377.19 136,489 8/10/2021
6.0.0-preview.6.21352.12 48,071 7/14/2021
6.0.0-preview.5.21301.5 41,910 6/15/2021
6.0.0-preview.4.21253.7 34,686 5/24/2021
6.0.0-preview.3.21201.4 84,247 4/8/2021
6.0.0-preview.2.21154.6 67,846 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21102.12 71,541 2/12/2021 6.0.0-preview.1.21102.12 is deprecated because it is no longer maintained.
5.0.0 113,222,936 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 145,152 10/13/2020 5.0.0-rc.2.20475.5 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.14 259,243 9/14/2020 5.0.0-rc.1.20451.14 is deprecated because it is no longer maintained.
5.0.0-preview.8.20407.11 38,573 8/25/2020 5.0.0-preview.8.20407.11 is deprecated because it is no longer maintained.
5.0.0-preview.7.20364.11 49,411 7/21/2020 5.0.0-preview.7.20364.11 is deprecated because it is no longer maintained.
5.0.0-preview.6.20305.6 29,701 6/25/2020 5.0.0-preview.6.20305.6 is deprecated because it is no longer maintained.
5.0.0-preview.5.20278.1 19,673 6/10/2020 5.0.0-preview.5.20278.1 is deprecated because it is no longer maintained.
5.0.0-preview.4.20251.6 41,253 5/18/2020 5.0.0-preview.4.20251.6 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.2 20,802 4/23/2020 5.0.0-preview.3.20215.2 is deprecated because it is no longer maintained.
5.0.0-preview.2.20160.3 57,797 4/2/2020 5.0.0-preview.2.20160.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20120.4 26,002 3/16/2020 5.0.0-preview.1.20120.4 is deprecated because it is no longer maintained.
3.1.32 1,774,137 12/13/2022
3.1.31 577,800 11/8/2022
3.1.30 956,700 10/11/2022
3.1.29 344,023 9/13/2022
3.1.28 617,608 8/9/2022
3.1.27 357,109 7/12/2022
3.1.26 350,142 6/14/2022
3.1.25 660,994 5/10/2022
3.1.24 432,058 4/11/2022
3.1.23 1,068,742 3/8/2022
3.1.22 7,060,287 12/14/2021
3.1.21 1,811,658 11/7/2021
3.1.20 1,078,060 10/11/2021
3.1.19 1,053,939 9/14/2021
3.1.18 2,239,875 8/10/2021
3.1.17 1,690,331 7/13/2021
3.1.16 2,185,243 6/8/2021
3.1.15 2,994,880 5/11/2021
3.1.14 3,070,208 4/6/2021
3.1.13 3,161,922 3/9/2021
3.1.12 2,636,926 2/9/2021
3.1.11 4,127,674 1/12/2021
3.1.10 7,090,568 11/9/2020
3.1.9 9,204,079 10/13/2020
3.1.8 11,991,910 9/8/2020
3.1.7 7,696,655 8/11/2020
3.1.6 15,529,117 7/14/2020
3.1.5 13,683,879 6/9/2020
3.1.4 7,311,124 5/12/2020
3.1.3 15,469,020 3/24/2020
3.1.2 13,477,355 2/18/2020
3.1.1 10,599,973 1/14/2020
3.1.0 22,849,307 12/3/2019
3.1.0-preview3.19553.2 17,027 11/13/2019 3.1.0-preview3.19553.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.4 6,831 11/1/2019 3.1.0-preview2.19525.4 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.1 17,145 10/15/2019 3.1.0-preview1.19506.1 is deprecated because it is no longer maintained.
3.0.3 322,769 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 746,212 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.1 1,254,969 11/18/2019 3.0.1 is deprecated because it is no longer maintained.
3.0.0 15,352,530 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19456.10 21,825 9/16/2019 3.0.0-rc1.19456.10 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.4 115,978 9/4/2019 3.0.0-preview9.19423.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.4 92,803 8/13/2019 3.0.0-preview8.19405.4 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.4 38,883 7/23/2019 3.0.0-preview7.19362.4 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.6 61,818 6/12/2019 3.0.0-preview6.19304.6 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.9 74,309 5/6/2019 3.0.0-preview5.19227.9 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.2 15,548 4/18/2019 3.0.0-preview4.19216.2 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 57,425 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview.19074.2 27,852 1/29/2019 3.0.0-preview.19074.2 is deprecated because it is no longer maintained.
3.0.0-preview.18572.1 13,976 12/4/2018 3.0.0-preview.18572.1 is deprecated because it is no longer maintained.
2.2.4 65,853,652 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.0 107,236,970 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 150,463 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 97,314 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 36,826 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 211,800,705 6/18/2018
2.1.0 129,459,046 5/29/2018
2.1.0-rc1-final 268,508 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 384,114 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 295,116 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.2 9,937,320 5/7/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 7,562,823 3/13/2018 2.0.1 is deprecated because it is no longer maintained.
2.0.0 33,491,515 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 123,749 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 65,330 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.2 8,610,926 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 5,414,112 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 4,425,145 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 39,238 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.2 77,367,053 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 3,358,942 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 15,225,109 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 151,998 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.
1.0.0-rc1-final 488,607 11/18/2015 1.0.0-rc1-final is deprecated because it is no longer maintained.