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/f5084525411d53b81d9950b68616117750b674d4

GitHub repositories (289)

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-preview.6.24327.7 6,582 7/9/2024
9.0.0-preview.5.24306.7 15,160 6/11/2024
9.0.0-preview.4.24266.19 16,507 5/21/2024
9.0.0-preview.3.24172.9 73,020 4/11/2024
9.0.0-preview.2.24128.5 23,415 3/12/2024
9.0.0-preview.1.24080.9 50,690 2/13/2024
8.0.0 41,758,102 11/14/2023
8.0.0-rc.2.23479.6 158,290 10/10/2023
8.0.0-rc.1.23419.4 102,408 9/12/2023
8.0.0-preview.7.23375.6 63,703 8/8/2023
8.0.0-preview.6.23329.7 73,169 7/11/2023
8.0.0-preview.5.23280.8 55,080 6/13/2023
8.0.0-preview.4.23259.5 175,590 5/16/2023
8.0.0-preview.3.23174.8 70,412 4/11/2023
8.0.0-preview.2.23128.3 40,594 3/14/2023
8.0.0-preview.1.23110.8 97,761 2/21/2023
7.0.0 76,488,298 11/7/2022
7.0.0-rc.2.22472.3 138,132 10/11/2022
7.0.0-rc.1.22426.10 72,303 9/14/2022
7.0.0-preview.7.22375.6 59,409 8/9/2022
7.0.0-preview.6.22324.4 54,404 7/12/2022
7.0.0-preview.5.22301.12 44,647 6/14/2022
7.0.0-preview.4.22229.4 56,075 5/10/2022
7.0.0-preview.3.22175.4 47,302 4/13/2022
7.0.0-preview.2.22152.2 30,590 3/14/2022
7.0.0-preview.1.22076.8 26,096 2/17/2022
6.0.1 138,265,712 2/8/2022
6.0.0 59,368,465 11/8/2021
6.0.0-rc.2.21480.5 417,419 10/12/2021
6.0.0-rc.1.21451.13 265,779 9/14/2021
6.0.0-preview.7.21377.19 135,903 8/10/2021
6.0.0-preview.6.21352.12 47,735 7/14/2021
6.0.0-preview.5.21301.5 41,530 6/15/2021
6.0.0-preview.4.21253.7 34,346 5/24/2021
6.0.0-preview.3.21201.4 82,405 4/8/2021
6.0.0-preview.2.21154.6 67,376 3/11/2021
6.0.0-preview.1.21102.12 70,522 2/12/2021
5.0.0 108,502,097 11/9/2020
5.0.0-rc.2.20475.5 141,822 10/13/2020
5.0.0-rc.1.20451.14 258,649 9/14/2020
5.0.0-preview.8.20407.11 37,879 8/25/2020
5.0.0-preview.7.20364.11 49,274 7/21/2020
5.0.0-preview.6.20305.6 29,609 6/25/2020
5.0.0-preview.5.20278.1 19,577 6/10/2020
5.0.0-preview.4.20251.6 41,109 5/18/2020
5.0.0-preview.3.20215.2 20,602 4/23/2020
5.0.0-preview.2.20160.3 57,370 4/2/2020
5.0.0-preview.1.20120.4 25,846 3/16/2020
3.1.32 1,611,188 12/13/2022
3.1.31 543,469 11/8/2022
3.1.30 879,294 10/11/2022
3.1.29 323,964 9/13/2022
3.1.28 595,295 8/9/2022
3.1.27 350,715 7/12/2022
3.1.26 344,042 6/14/2022
3.1.25 634,493 5/10/2022
3.1.24 425,519 4/11/2022
3.1.23 1,047,837 3/8/2022
3.1.22 6,549,631 12/14/2021
3.1.21 1,786,889 11/7/2021
3.1.20 1,056,189 10/11/2021
3.1.19 1,042,053 9/14/2021
3.1.18 2,196,218 8/10/2021
3.1.17 1,673,403 7/13/2021
3.1.16 2,157,466 6/8/2021
3.1.15 2,945,285 5/11/2021
3.1.14 3,014,759 4/6/2021
3.1.13 3,105,512 3/9/2021
3.1.12 2,609,609 2/9/2021
3.1.11 3,998,820 1/12/2021
3.1.10 7,018,990 11/9/2020
3.1.9 9,060,424 10/13/2020
3.1.8 11,893,623 9/8/2020
3.1.7 7,589,036 8/11/2020
3.1.6 15,337,584 7/14/2020
3.1.5 13,557,616 6/9/2020
3.1.4 7,223,563 5/12/2020
3.1.3 15,188,045 3/24/2020
3.1.2 13,346,537 2/18/2020
3.1.1 10,362,539 1/14/2020
3.1.0 22,269,254 12/3/2019
3.1.0-preview3.19553.2 16,811 11/13/2019
3.1.0-preview2.19525.4 6,761 11/1/2019
3.1.0-preview1.19506.1 17,012 10/15/2019
3.0.3 320,582 2/18/2020
3.0.2 745,386 1/14/2020
3.0.1 1,242,309 11/18/2019
3.0.0 15,051,616 9/23/2019
3.0.0-rc1.19456.10 21,749 9/16/2019
3.0.0-preview9.19423.4 115,856 9/4/2019
3.0.0-preview8.19405.4 91,587 8/13/2019
3.0.0-preview7.19362.4 38,387 7/23/2019
3.0.0-preview6.19304.6 61,607 6/12/2019
3.0.0-preview5.19227.9 72,985 5/6/2019
3.0.0-preview4.19216.2 15,458 4/18/2019
3.0.0-preview3.19153.1 57,202 3/6/2019
3.0.0-preview.19074.2 27,584 1/29/2019
3.0.0-preview.18572.1 13,557 12/4/2018
2.2.4 64,120,953 4/9/2019
2.2.0 104,111,935 12/3/2018
2.2.0-preview3-35497 150,007 10/17/2018
2.2.0-preview2-35157 96,733 9/12/2018
2.2.0-preview1-35029 36,344 8/22/2018
2.1.1 200,042,686 6/18/2018
2.1.0 123,437,141 5/29/2018
2.1.0-rc1-final 268,292 5/6/2018
2.1.0-preview2-final 383,740 4/10/2018
2.1.0-preview1-final 294,526 2/26/2018
2.0.2 9,745,951 5/7/2018
2.0.1 7,510,694 3/13/2018
2.0.0 32,944,746 8/11/2017
2.0.0-preview2-final 123,296 6/28/2017
2.0.0-preview1-final 65,077 5/10/2017
1.1.2 8,535,693 5/9/2017
1.1.1 5,363,570 3/6/2017
1.1.0 4,401,886 11/16/2016
1.1.0-preview1-final 39,177 10/24/2016
1.0.2 76,814,664 3/6/2017
1.0.1 3,357,477 12/12/2016
1.0.0 15,096,531 6/27/2016
1.0.0-rc2-final 151,260 5/16/2016
1.0.0-rc1-final 488,248 11/18/2015