Microsoft.Extensions.Configuration.EnvironmentVariables 8.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Standard 2.0 .NET Framework 4.6.2
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-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)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (998)

Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Configuration.EnvironmentVariables:

Package Downloads
Microsoft.Extensions.Hosting The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Hosting and startup infrastructures for applications.

Microsoft.AspNetCore.Hosting The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Host. It also adds rich diagnostics capabilities which makes it easier to monitor the WebJobs in the dashboard. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971

Microsoft.AspNetCore The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Microsoft.AspNetCore

Microsoft.Extensions.Logging.AzureAppServices The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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/3f1acb59718cadf111a0a796681e3d3509bb3381

GitHub repositories (278)

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
The core infrastructure backend (API, database, Docker, etc).
Version Downloads Last updated
8.0.0 505,115 11/14/2023
8.0.0-rc.2.23479.6 98,154 10/10/2023
8.0.0-rc.1.23419.4 67,835 9/12/2023
8.0.0-preview.7.23375.6 47,103 8/8/2023
8.0.0-preview.6.23329.7 51,229 7/11/2023
8.0.0-preview.5.23280.8 33,641 6/13/2023
8.0.0-preview.4.23259.5 75,785 5/16/2023
8.0.0-preview.3.23174.8 43,426 4/11/2023
8.0.0-preview.2.23128.3 28,020 3/14/2023
8.0.0-preview.1.23110.8 82,126 2/21/2023
7.0.0 47,305,462 11/7/2022
7.0.0-rc.2.22472.3 113,198 10/11/2022
7.0.0-rc.1.22426.10 56,107 9/14/2022
7.0.0-preview.7.22375.6 52,930 8/9/2022
7.0.0-preview.6.22324.4 42,367 7/12/2022
7.0.0-preview.5.22301.12 38,411 6/14/2022
7.0.0-preview.4.22229.4 50,362 5/10/2022
7.0.0-preview.3.22175.4 38,306 4/13/2022
7.0.0-preview.2.22152.2 28,500 3/14/2022
7.0.0-preview.1.22076.8 23,867 2/17/2022
6.0.2-mauipre.1.22102.15 34,500 2/15/2022
6.0.2-mauipre.1.22054.8 98,703 1/19/2022
6.0.1 101,039,025 2/8/2022
6.0.0 45,605,105 11/8/2021
6.0.0-rc.2.21480.5 386,652 10/12/2021
6.0.0-rc.1.21451.13 249,232 9/14/2021
6.0.0-preview.7.21377.19 127,238 8/10/2021
6.0.0-preview.6.21352.12 44,278 7/14/2021
6.0.0-preview.5.21301.5 39,039 6/15/2021
6.0.0-preview.4.21253.7 31,379 5/24/2021
6.0.0-preview.3.21201.4 76,188 4/8/2021
6.0.0-preview.2.21154.6 66,263 3/11/2021
6.0.0-preview.1.21102.12 66,135 2/12/2021
5.0.0 89,661,880 11/9/2020
5.0.0-rc.2.20475.5 124,037 10/13/2020
5.0.0-rc.1.20451.14 244,387 9/14/2020
5.0.0-preview.8.20407.11 35,237 8/25/2020
5.0.0-preview.7.20364.11 48,621 7/21/2020
5.0.0-preview.6.20305.6 29,171 6/25/2020
5.0.0-preview.5.20278.1 18,695 6/10/2020
5.0.0-preview.4.20251.6 40,341 5/18/2020
5.0.0-preview.3.20215.2 19,798 4/23/2020
5.0.0-preview.2.20160.3 55,562 4/2/2020
5.0.0-preview.1.20120.4 25,194 3/16/2020
3.1.32 912,867 12/13/2022
3.1.31 391,072 11/8/2022
3.1.30 585,754 10/11/2022
3.1.29 237,762 9/13/2022
3.1.28 476,368 8/9/2022
3.1.27 307,485 7/12/2022
3.1.26 295,353 6/14/2022
3.1.25 517,735 5/10/2022
3.1.24 375,024 4/11/2022
3.1.23 891,440 3/8/2022
3.1.22 4,532,805 12/14/2021
3.1.21 1,641,301 11/7/2021
3.1.20 931,473 10/11/2021
3.1.19 953,268 9/14/2021
3.1.18 1,957,282 8/10/2021
3.1.17 1,543,591 7/13/2021
3.1.16 2,017,555 6/8/2021
3.1.15 2,700,500 5/11/2021
3.1.14 2,740,408 4/6/2021
3.1.13 2,841,208 3/9/2021
3.1.12 2,400,300 2/9/2021
3.1.11 3,469,293 1/12/2021
3.1.10 6,625,997 11/9/2020
3.1.9 8,421,439 10/13/2020
3.1.8 11,270,614 9/8/2020
3.1.7 7,033,308 8/11/2020
3.1.6 14,004,122 7/14/2020
3.1.5 12,642,487 6/9/2020
3.1.4 6,726,523 5/12/2020
3.1.3 13,931,919 3/24/2020
3.1.2 12,469,034 2/18/2020
3.1.1 9,362,830 1/14/2020
3.1.0 19,084,586 12/3/2019
3.1.0-preview3.19553.2 16,157 11/13/2019
3.1.0-preview2.19525.4 6,662 11/1/2019
3.1.0-preview1.19506.1 16,514 10/15/2019
3.0.3 305,949 2/18/2020
3.0.2 737,730 1/14/2020
3.0.1 1,176,462 11/18/2019
3.0.0 13,380,613 9/23/2019
3.0.0-rc1.19456.10 21,485 9/16/2019
3.0.0-preview9.19423.4 98,405 9/4/2019
3.0.0-preview8.19405.4 84,557 8/13/2019
3.0.0-preview7.19362.4 36,250 7/23/2019
3.0.0-preview6.19304.6 60,821 6/12/2019
3.0.0-preview5.19227.9 68,125 5/6/2019
3.0.0-preview4.19216.2 15,199 4/18/2019
3.0.0-preview3.19153.1 51,570 3/6/2019
3.0.0-preview.19074.2 24,914 1/29/2019
3.0.0-preview.18572.1 12,732 12/4/2018
2.2.4 55,256,731 4/9/2019
2.2.0 88,384,799 12/3/2018
2.2.0-preview3-35497 140,488 10/17/2018
2.2.0-preview2-35157 87,961 9/12/2018
2.2.0-preview1-35029 29,402 8/22/2018
2.1.1 151,628,658 6/18/2018
2.1.0 98,375,070 5/29/2018
2.1.0-rc1-final 201,068 5/6/2018
2.1.0-preview2-final 244,667 4/10/2018
2.1.0-preview1-final 217,360 2/26/2018
2.0.2 8,863,410 5/7/2018
2.0.1 7,182,175 3/13/2018
2.0.0 30,388,478 8/11/2017
2.0.0-preview2-final 105,908 6/28/2017
2.0.0-preview1-final 59,480 5/10/2017
1.1.2 8,079,321 5/9/2017
1.1.1 4,990,139 3/6/2017
1.1.0 4,190,147 11/16/2016
1.1.0-preview1-final 31,325 10/24/2016
1.0.2 73,824,813 3/6/2017
1.0.1 3,341,519 12/12/2016
1.0.0 14,323,830 6/27/2016
1.0.0-rc2-final 147,177 5/16/2016
1.0.0-rc1-final 485,586 11/18/2015