Microsoft.Extensions.Configuration.EnvironmentVariables
10.0.0-preview.2.25163.2
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Extensions.Configuration.EnvironmentVariables --version 10.0.0-preview.2.25163.2
NuGet\Install-Package Microsoft.Extensions.Configuration.EnvironmentVariables -Version 10.0.0-preview.2.25163.2
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.0-preview.2.25163.2" />
<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.0-preview.2.25163.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" />
paket add Microsoft.Extensions.Configuration.EnvironmentVariables --version 10.0.0-preview.2.25163.2
#r "nuget: Microsoft.Extensions.Configuration.EnvironmentVariables, 10.0.0-preview.2.25163.2"
#addin nuget:?package=Microsoft.Extensions.Configuration.EnvironmentVariables&version=10.0.0-preview.2.25163.2&prerelease
#tool nuget:?package=Microsoft.Extensions.Configuration.EnvironmentVariables&version=10.0.0-preview.2.25163.2&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. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.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 (>= 10.0.0-preview.2.25163.2)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0-preview.2.25163.2)
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration (>= 10.0.0-preview.2.25163.2)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0-preview.2.25163.2)
-
net10.0
- Microsoft.Extensions.Configuration (>= 10.0.0-preview.2.25163.2)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0-preview.2.25163.2)
-
net8.0
- Microsoft.Extensions.Configuration (>= 10.0.0-preview.2.25163.2)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0-preview.2.25163.2)
-
net9.0
- Microsoft.Extensions.Configuration (>= 10.0.0-preview.2.25163.2)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0-preview.2.25163.2)
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. |
|
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.Identity.Web.TokenAcquisition
Implementation for higher level API for confidential client applications (ASP.NET Core and SDK/.NET). |
GitHub repositories (300)
Showing the top 20 popular GitHub repositories that depend on Microsoft.Extensions.Configuration.EnvironmentVariables:
Repository | Stars |
---|---|
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
|
|
dotnet/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
|
|
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).
|
|
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
chocolatey/choco
Chocolatey - the package manager for Windows
|
|
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
|
|
ThreeMammals/Ocelot
.NET API Gateway
|
|
Tyrrrz/DiscordChatExporter
Exports Discord chat logs to a file
|
|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
RayWangQvQ/BiliBiliToolPro
B 站(bilibili)自动任务工具,支持docker、青龙、k8s等多种部署方式。敏感肌也能用。
|
|
ant-design-blazor/ant-design-blazor
🌈A rich set of enterprise-class UI components based on Ant Design and Blazor.
|
|
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
|
|
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
|
|
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
|
|
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
|
|
jamesmh/coravel
Near-zero config .NET library that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasting, and more a breeze!
|
Version | Downloads | Last updated | |
---|---|---|---|
10.0.0-preview.3.25171.5 | 0 | 4/10/2025 | |
10.0.0-preview.2.25163.2 | 7,537 | 3/18/2025 | |
10.0.0-preview.1.25080.5 | 10,531 | 2/25/2025 | |
9.0.4 | 56,244 | 4/8/2025 | |
9.0.3 | 1,867,770 | 3/11/2025 | |
9.0.2 | 3,303,318 | 2/11/2025 | |
9.0.1 | 3,766,557 | 1/14/2025 | |
9.0.0 | 9,563,083 | 11/12/2024 | |
9.0.0-rc.2.24473.5 | 107,017 | 10/8/2024 | |
9.0.0-rc.1.24431.7 | 68,510 | 9/10/2024 | |
9.0.0-preview.7.24405.7 | 44,568 | 8/13/2024 | |
9.0.0-preview.6.24327.7 | 46,381 | 7/9/2024 | |
9.0.0-preview.5.24306.7 | 32,365 | 6/11/2024 | |
9.0.0-preview.4.24266.19 | 33,856 | 5/21/2024 | |
9.0.0-preview.3.24172.9 | 115,680 | 4/11/2024 | |
9.0.0-preview.2.24128.5 | 48,771 | 3/12/2024 | |
9.0.0-preview.1.24080.9 | 67,553 | 2/13/2024 | |
8.0.0 | 139,166,914 | 11/14/2023 | |
8.0.0-rc.2.23479.6 | 199,013 | 10/10/2023 | |
8.0.0-rc.1.23419.4 | 128,624 | 9/12/2023 | |
8.0.0-preview.7.23375.6 | 71,440 | 8/8/2023 | |
8.0.0-preview.6.23329.7 | 84,921 | 7/11/2023 | |
8.0.0-preview.5.23280.8 | 69,206 | 6/13/2023 | |
8.0.0-preview.4.23259.5 | 274,784 | 5/16/2023 | |
8.0.0-preview.3.23174.8 | 122,479 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 50,034 | 3/14/2023 | |
8.0.0-preview.1.23110.8 | 106,417 | 2/21/2023 | |
7.0.0 | 94,647,225 | 11/7/2022 | |
7.0.0-rc.2.22472.3 | 148,882 | 10/11/2022 | |
7.0.0-rc.1.22426.10 | 79,499 | 9/14/2022 | |
7.0.0-preview.7.22375.6 | 65,254 | 8/9/2022 | |
7.0.0-preview.6.22324.4 | 62,384 | 7/12/2022 | |
7.0.0-preview.5.22301.12 | 48,373 | 6/14/2022 | |
7.0.0-preview.4.22229.4 | 57,269 | 5/10/2022 | |
7.0.0-preview.3.22175.4 | 54,327 | 4/13/2022 | |
7.0.0-preview.2.22152.2 | 32,866 | 3/14/2022 | |
7.0.0-preview.1.22076.8 | 28,219 | 2/17/2022 | |
6.0.2 | 170,146 | 11/12/2024 | |
6.0.1 | 167,547,174 | 2/8/2022 | |
6.0.0 | 71,625,970 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 430,231 | 10/12/2021 | |
6.0.0-rc.1.21451.13 | 277,932 | 9/14/2021 | |
6.0.0-preview.7.21377.19 | 141,176 | 8/10/2021 | |
6.0.0-preview.6.21352.12 | 49,257 | 7/14/2021 | |
6.0.0-preview.5.21301.5 | 43,240 | 6/15/2021 | |
6.0.0-preview.4.21253.7 | 36,150 | 5/24/2021 | |
6.0.0-preview.3.21201.4 | 91,910 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 68,567 | 3/11/2021 | |
6.0.0-preview.1.21102.12 | 75,644 | 2/12/2021 | |
5.0.0 | 132,802,116 | 11/9/2020 | |
5.0.0-rc.2.20475.5 | 156,962 | 10/13/2020 | |
5.0.0-rc.1.20451.14 | 260,909 | 9/14/2020 | |
5.0.0-preview.8.20407.11 | 41,896 | 8/25/2020 | |
5.0.0-preview.7.20364.11 | 50,715 | 7/21/2020 | |
5.0.0-preview.6.20305.6 | 29,899 | 6/25/2020 | |
5.0.0-preview.5.20278.1 | 20,556 | 6/10/2020 | |
5.0.0-preview.4.20251.6 | 41,880 | 5/18/2020 | |
5.0.0-preview.3.20215.2 | 21,350 | 4/23/2020 | |
5.0.0-preview.2.20160.3 | 58,213 | 4/2/2020 | |
5.0.0-preview.1.20120.4 | 26,436 | 3/16/2020 | |
3.1.32 | 2,500,897 | 12/13/2022 | |
3.1.31 | 706,071 | 11/8/2022 | |
3.1.30 | 1,204,113 | 10/11/2022 | |
3.1.29 | 398,533 | 9/13/2022 | |
3.1.28 | 674,510 | 8/9/2022 | |
3.1.27 | 377,287 | 7/12/2022 | |
3.1.26 | 384,054 | 6/14/2022 | |
3.1.25 | 740,148 | 5/10/2022 | |
3.1.24 | 453,819 | 4/11/2022 | |
3.1.23 | 1,142,693 | 3/8/2022 | |
3.1.22 | 9,125,610 | 12/14/2021 | |
3.1.21 | 1,880,672 | 11/7/2021 | |
3.1.20 | 1,161,627 | 10/11/2021 | |
3.1.19 | 1,095,040 | 9/14/2021 | |
3.1.18 | 2,389,466 | 8/10/2021 | |
3.1.17 | 1,748,230 | 7/13/2021 | |
3.1.16 | 2,278,111 | 6/8/2021 | |
3.1.15 | 3,200,034 | 5/11/2021 | |
3.1.14 | 3,226,930 | 4/6/2021 | |
3.1.13 | 3,365,325 | 3/9/2021 | |
3.1.12 | 2,739,106 | 2/9/2021 | |
3.1.11 | 4,592,536 | 1/12/2021 | |
3.1.10 | 7,348,188 | 11/9/2020 | |
3.1.9 | 9,682,844 | 10/13/2020 | |
3.1.8 | 12,341,637 | 9/8/2020 | |
3.1.7 | 8,098,258 | 8/11/2020 | |
3.1.6 | 16,455,074 | 7/14/2020 | |
3.1.5 | 14,224,367 | 6/9/2020 | |
3.1.4 | 7,631,617 | 5/12/2020 | |
3.1.3 | 16,568,926 | 3/24/2020 | |
3.1.2 | 14,085,863 | 2/18/2020 | |
3.1.1 | 11,430,649 | 1/14/2020 | |
3.1.0 | 25,064,683 | 12/3/2019 | |
3.1.0-preview3.19553.2 | 17,454 | 11/13/2019 | |
3.1.0-preview2.19525.4 | 6,980 | 11/1/2019 | |
3.1.0-preview1.19506.1 | 17,617 | 10/15/2019 | |
3.0.3 | 334,867 | 2/18/2020 | |
3.0.2 | 750,688 | 1/14/2020 | |
3.0.1 | 1,297,524 | 11/18/2019 | |
3.0.0 | 16,517,717 | 9/23/2019 | |
3.0.0-rc1.19456.10 | 22,040 | 9/16/2019 | |
3.0.0-preview9.19423.4 | 119,061 | 9/4/2019 | |
3.0.0-preview8.19405.4 | 100,977 | 8/13/2019 | |
3.0.0-preview7.19362.4 | 40,331 | 7/23/2019 | |
3.0.0-preview6.19304.6 | 62,959 | 6/12/2019 | |
3.0.0-preview5.19227.9 | 80,684 | 5/6/2019 | |
3.0.0-preview4.19216.2 | 15,789 | 4/18/2019 | |
3.0.0-preview3.19153.1 | 58,117 | 3/6/2019 | |
3.0.0-preview.19074.2 | 29,364 | 1/29/2019 | |
3.0.0-preview.18572.1 | 16,842 | 12/4/2018 | |
2.2.4 | 72,190,515 | 4/9/2019 | |
2.2.0 | 118,510,607 | 12/3/2018 | |
2.2.0-preview3-35497 | 151,834 | 10/17/2018 | |
2.2.0-preview2-35157 | 100,139 | 9/12/2018 | |
2.2.0-preview1-35029 | 37,667 | 8/22/2018 | |
2.1.1 | 260,573,783 | 6/18/2018 | |
2.1.0 | 153,330,025 | 5/29/2018 | |
2.1.0-rc1-final | 275,743 | 5/6/2018 | |
2.1.0-preview2-final | 398,778 | 4/10/2018 | |
2.1.0-preview1-final | 302,866 | 2/26/2018 | |
2.0.2 | 10,538,910 | 5/7/2018 | |
2.0.1 | 7,749,516 | 3/13/2018 | |
2.0.0 | 35,061,864 | 8/11/2017 | |
2.0.0-preview2-final | 125,962 | 6/28/2017 | |
2.0.0-preview1-final | 66,577 | 5/10/2017 | |
1.1.2 | 8,889,832 | 5/9/2017 | |
1.1.1 | 5,574,775 | 3/6/2017 | |
1.1.0 | 4,509,311 | 11/16/2016 | |
1.1.0-preview1-final | 39,806 | 10/24/2016 | |
1.0.2 | 79,203,732 | 3/6/2017 | |
1.0.1 | 3,369,287 | 12/12/2016 | |
1.0.0 | 15,676,829 | 6/27/2016 | |
1.0.0-rc2-final | 156,681 | 5/16/2016 | |
1.0.0-rc1-final | 490,472 | 11/18/2015 |