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
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.0K)

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

GitHub repositories (280)

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
9.0.0-preview.3.24172.9 3,734 4/11/2024
9.0.0-preview.2.24128.5 11,689 3/12/2024
9.0.0-preview.1.24080.9 40,499 2/13/2024
8.0.0 18,139,673 11/14/2023
8.0.0-rc.2.23479.6 140,548 10/10/2023
8.0.0-rc.1.23419.4 92,411 9/12/2023
8.0.0-preview.7.23375.6 59,754 8/8/2023
8.0.0-preview.6.23329.7 66,684 7/11/2023
8.0.0-preview.5.23280.8 48,517 6/13/2023
8.0.0-preview.4.23259.5 133,455 5/16/2023
8.0.0-preview.3.23174.8 59,833 4/11/2023
8.0.0-preview.2.23128.3 36,014 3/14/2023
8.0.0-preview.1.23110.8 92,785 2/21/2023
7.0.0 67,467,895 11/7/2022
7.0.0-rc.2.22472.3 131,216 10/11/2022
7.0.0-rc.1.22426.10 69,974 9/14/2022
7.0.0-preview.7.22375.6 57,060 8/9/2022
7.0.0-preview.6.22324.4 48,339 7/12/2022
7.0.0-preview.5.22301.12 42,587 6/14/2022
7.0.0-preview.4.22229.4 54,582 5/10/2022
7.0.0-preview.3.22175.4 43,397 4/13/2022
7.0.0-preview.2.22152.2 29,893 3/14/2022
7.0.0-preview.1.22076.8 25,309 2/17/2022
6.0.2-mauipre.1.22102.15 39,393 2/15/2022
6.0.2-mauipre.1.22054.8 107,583 1/19/2022
6.0.1 124,834,499 2/8/2022
6.0.0 54,274,173 11/8/2021
6.0.0-rc.2.21480.5 409,460 10/12/2021
6.0.0-rc.1.21451.13 260,433 9/14/2021
6.0.0-preview.7.21377.19 134,734 8/10/2021
6.0.0-preview.6.21352.12 47,172 7/14/2021
6.0.0-preview.5.21301.5 40,509 6/15/2021
6.0.0-preview.4.21253.7 33,437 5/24/2021
6.0.0-preview.3.21201.4 79,917 4/8/2021
6.0.0-preview.2.21154.6 67,081 3/11/2021
6.0.0-preview.1.21102.12 68,811 2/12/2021
5.0.0 100,905,195 11/9/2020
5.0.0-rc.2.20475.5 136,139 10/13/2020
5.0.0-rc.1.20451.14 258,316 9/14/2020
5.0.0-preview.8.20407.11 36,807 8/25/2020
5.0.0-preview.7.20364.11 49,086 7/21/2020
5.0.0-preview.6.20305.6 29,477 6/25/2020
5.0.0-preview.5.20278.1 19,302 6/10/2020
5.0.0-preview.4.20251.6 40,874 5/18/2020
5.0.0-preview.3.20215.2 20,271 4/23/2020
5.0.0-preview.2.20160.3 56,515 4/2/2020
5.0.0-preview.1.20120.4 25,618 3/16/2020
3.1.32 1,315,002 12/13/2022
3.1.31 486,044 11/8/2022
3.1.30 777,129 10/11/2022
3.1.29 287,532 9/13/2022
3.1.28 552,483 8/9/2022
3.1.27 337,628 7/12/2022
3.1.26 330,081 6/14/2022
3.1.25 591,964 5/10/2022
3.1.24 409,117 4/11/2022
3.1.23 996,012 3/8/2022
3.1.22 5,713,546 12/14/2021
3.1.21 1,736,238 11/7/2021
3.1.20 1,014,269 10/11/2021
3.1.19 1,013,202 9/14/2021
3.1.18 2,103,858 8/10/2021
3.1.17 1,632,393 7/13/2021
3.1.16 2,111,369 6/8/2021
3.1.15 2,857,270 5/11/2021
3.1.14 2,917,661 4/6/2021
3.1.13 3,007,546 3/9/2021
3.1.12 2,539,653 2/9/2021
3.1.11 3,783,525 1/12/2021
3.1.10 6,897,331 11/9/2020
3.1.9 8,829,706 10/13/2020
3.1.8 11,708,571 9/8/2020
3.1.7 7,397,286 8/11/2020
3.1.6 14,995,247 7/14/2020
3.1.5 13,331,562 6/9/2020
3.1.4 7,064,594 5/12/2020
3.1.3 14,744,706 3/24/2020
3.1.2 13,103,672 2/18/2020
3.1.1 9,970,998 1/14/2020
3.1.0 21,223,374 12/3/2019
3.1.0-preview3.19553.2 16,616 11/13/2019
3.1.0-preview2.19525.4 6,731 11/1/2019
3.1.0-preview1.19506.1 16,819 10/15/2019
3.0.3 316,328 2/18/2020
3.0.2 744,020 1/14/2020
3.0.1 1,221,679 11/18/2019
3.0.0 14,527,272 9/23/2019
3.0.0-rc1.19456.10 21,667 9/16/2019
3.0.0-preview9.19423.4 115,640 9/4/2019
3.0.0-preview8.19405.4 89,437 8/13/2019
3.0.0-preview7.19362.4 37,674 7/23/2019
3.0.0-preview6.19304.6 61,385 6/12/2019
3.0.0-preview5.19227.9 71,189 5/6/2019
3.0.0-preview4.19216.2 15,346 4/18/2019
3.0.0-preview3.19153.1 56,485 3/6/2019
3.0.0-preview.19074.2 26,572 1/29/2019
3.0.0-preview.18572.1 13,212 12/4/2018
2.2.4 61,064,269 4/9/2019
2.2.0 98,565,927 12/3/2018
2.2.0-preview3-35497 149,474 10/17/2018
2.2.0-preview2-35157 96,051 9/12/2018
2.2.0-preview1-35029 36,115 8/22/2018
2.1.1 180,443,231 6/18/2018
2.1.0 113,429,703 5/29/2018
2.1.0-rc1-final 268,129 5/6/2018
2.1.0-preview2-final 383,357 4/10/2018
2.1.0-preview1-final 293,892 2/26/2018
2.0.2 9,431,925 5/7/2018
2.0.1 7,429,555 3/13/2018
2.0.0 32,236,794 8/11/2017
2.0.0-preview2-final 122,708 6/28/2017
2.0.0-preview1-final 64,831 5/10/2017
1.1.2 8,400,776 5/9/2017
1.1.1 5,264,239 3/6/2017
1.1.0 4,351,587 11/16/2016
1.1.0-preview1-final 39,048 10/24/2016
1.0.2 75,836,188 3/6/2017
1.0.1 3,354,750 12/12/2016
1.0.0 14,865,086 6/27/2016
1.0.0-rc2-final 150,167 5/16/2016
1.0.0-rc1-final 487,469 11/18/2015