Microsoft.Extensions.Configuration.CommandLine
9.0.0
Prefix Reserved
dotnet add package Microsoft.Extensions.Configuration.CommandLine --version 9.0.0
NuGet\Install-Package Microsoft.Extensions.Configuration.CommandLine -Version 9.0.0
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="9.0.0" />
paket add Microsoft.Extensions.Configuration.CommandLine --version 9.0.0
#r "nuget: Microsoft.Extensions.Configuration.CommandLine, 9.0.0"
// Install Microsoft.Extensions.Configuration.CommandLine as a Cake Addin #addin nuget:?package=Microsoft.Extensions.Configuration.CommandLine&version=9.0.0 // Install Microsoft.Extensions.Configuration.CommandLine as a Cake Tool #tool nuget:?package=Microsoft.Extensions.Configuration.CommandLine&version=9.0.0
About
Command line configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from the command line arguments of your application. You can use CommandLineConfigurationExtensions.AddCommandLine extension method on IConfigurationBuilder
to add the command line configuration provider to the configuration builder.
How to Use
The following example shows how to read application configuration from the command line. You can use a command like dotnet run --InputPath "c:\fizz" --OutputPath "c:\buzz"
to run it.
using System;
using Microsoft.Extensions.Configuration;
class Program
{
static void Main(string[] args)
{
// Build a configuration object from command line
IConfiguration config = new ConfigurationBuilder()
.AddCommandLine(args)
.Build();
// Read configuration values
Console.WriteLine($"InputPath: {config["InputPath"]}");
Console.WriteLine($"OutputPath: {config["OutputPath"]}");
}
}
Additional Documentation
Feedback & Contributing
Microsoft.Extensions.Configuration.CommandLine 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. |
.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 (>= 9.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0)
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration (>= 9.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0)
-
net8.0
- Microsoft.Extensions.Configuration (>= 9.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0)
-
net9.0
- Microsoft.Extensions.Configuration (>= 9.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0)
NuGet packages (355)
Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Configuration.CommandLine:
Package | Downloads |
---|---|
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications. |
|
Microsoft.AspNetCore
Microsoft.AspNetCore |
|
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download. |
|
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download. |
|
Volo.Abp.Core
Package Description |
GitHub repositories (86)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Extensions.Configuration.CommandLine:
Repository | Stars |
---|---|
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.
|
|
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#.
|
|
d2phap/ImageGlass
🏞 A lightweight, versatile image viewer
|
|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
Version | Downloads | Last updated | |
---|---|---|---|
9.0.0 | 240,626 | 11/12/2024 | |
9.0.0-rc.2.24473.5 | 56,197 | 10/8/2024 | |
9.0.0-rc.1.24431.7 | 47,976 | 9/10/2024 | |
9.0.0-preview.7.24405.7 | 23,162 | 8/13/2024 | |
9.0.0-preview.6.24327.7 | 53,764 | 7/9/2024 | |
9.0.0-preview.5.24306.7 | 21,758 | 6/11/2024 | |
9.0.0-preview.4.24266.19 | 19,114 | 5/21/2024 | |
9.0.0-preview.3.24172.9 | 101,565 | 4/11/2024 | |
9.0.0-preview.2.24128.5 | 26,264 | 3/12/2024 | |
9.0.0-preview.1.24080.9 | 52,808 | 2/13/2024 | |
8.0.0 | 73,042,597 | 11/14/2023 | |
8.0.0-rc.2.23479.6 | 132,338 | 10/10/2023 | |
8.0.0-rc.1.23419.4 | 101,982 | 9/12/2023 | |
8.0.0-preview.7.23375.6 | 48,836 | 8/8/2023 | |
8.0.0-preview.6.23329.7 | 66,520 | 7/11/2023 | |
8.0.0-preview.5.23280.8 | 54,104 | 6/13/2023 | |
8.0.0-preview.4.23259.5 | 211,939 | 5/16/2023 | |
8.0.0-preview.3.23174.8 | 99,498 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 115,715 | 3/14/2023 | |
8.0.0-preview.1.23110.8 | 91,212 | 2/21/2023 | |
7.0.0 | 71,288,156 | 11/7/2022 | |
7.0.0-rc.2.22472.3 | 132,222 | 10/11/2022 | |
7.0.0-rc.1.22426.10 | 134,404 | 9/14/2022 | |
7.0.0-preview.7.22375.6 | 57,317 | 8/9/2022 | |
7.0.0-preview.6.22324.4 | 45,687 | 7/12/2022 | |
7.0.0-preview.5.22301.12 | 42,309 | 6/14/2022 | |
7.0.0-preview.4.22229.4 | 67,657 | 5/10/2022 | |
7.0.0-preview.3.22175.4 | 42,040 | 4/13/2022 | |
7.0.0-preview.2.22152.2 | 11,885 | 3/14/2022 | |
7.0.0-preview.1.22076.8 | 22,180 | 2/17/2022 | |
6.0.1 | 1,471 | 11/12/2024 | |
6.0.0 | 170,851,837 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 404,875 | 10/12/2021 | |
6.0.0-rc.1.21451.13 | 263,603 | 9/14/2021 | |
6.0.0-preview.7.21377.19 | 122,817 | 8/10/2021 | |
6.0.0-preview.6.21352.12 | 42,741 | 7/14/2021 | |
6.0.0-preview.5.21301.5 | 30,033 | 6/15/2021 | |
6.0.0-preview.4.21253.7 | 19,220 | 5/24/2021 | |
6.0.0-preview.3.21201.4 | 35,309 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 61,482 | 3/11/2021 | |
6.0.0-preview.1.21102.12 | 31,134 | 2/12/2021 | |
5.0.0 | 102,296,288 | 11/9/2020 | |
5.0.0-rc.2.20475.5 | 84,559 | 10/13/2020 | |
5.0.0-rc.1.20451.14 | 247,072 | 9/14/2020 | |
5.0.0-preview.8.20407.11 | 30,689 | 8/25/2020 | |
5.0.0-preview.7.20364.11 | 35,598 | 7/21/2020 | |
5.0.0-preview.6.20305.6 | 22,938 | 6/25/2020 | |
5.0.0-preview.5.20278.1 | 12,602 | 6/10/2020 | |
5.0.0-preview.4.20251.6 | 29,108 | 5/19/2020 | |
5.0.0-preview.3.20215.2 | 17,455 | 4/23/2020 | |
5.0.0-preview.2.20160.3 | 44,850 | 4/2/2020 | |
5.0.0-preview.1.20120.4 | 17,201 | 3/16/2020 | |
3.1.32 | 1,544,908 | 12/13/2022 | |
3.1.31 | 499,489 | 11/8/2022 | |
3.1.30 | 920,055 | 10/11/2022 | |
3.1.29 | 295,059 | 9/13/2022 | |
3.1.28 | 442,721 | 8/9/2022 | |
3.1.27 | 295,931 | 7/12/2022 | |
3.1.26 | 273,159 | 6/14/2022 | |
3.1.25 | 413,388 | 5/10/2022 | |
3.1.24 | 351,937 | 4/11/2022 | |
3.1.23 | 716,267 | 3/8/2022 | |
3.1.22 | 2,012,389 | 12/14/2021 | |
3.1.21 | 1,458,521 | 11/7/2021 | |
3.1.20 | 840,115 | 10/11/2021 | |
3.1.19 | 796,748 | 9/14/2021 | |
3.1.18 | 1,920,557 | 8/10/2021 | |
3.1.17 | 1,244,895 | 7/13/2021 | |
3.1.16 | 1,672,586 | 6/8/2021 | |
3.1.15 | 2,490,872 | 5/11/2021 | |
3.1.14 | 2,680,154 | 4/6/2021 | |
3.1.13 | 2,526,347 | 3/9/2021 | |
3.1.12 | 2,039,230 | 2/9/2021 | |
3.1.11 | 2,618,193 | 1/12/2021 | |
3.1.10 | 5,820,305 | 11/9/2020 | |
3.1.9 | 6,758,465 | 10/13/2020 | |
3.1.8 | 9,145,422 | 9/8/2020 | |
3.1.7 | 6,034,122 | 8/11/2020 | |
3.1.6 | 14,112,878 | 7/14/2020 | |
3.1.5 | 10,925,357 | 6/9/2020 | |
3.1.4 | 5,610,318 | 5/12/2020 | |
3.1.3 | 10,126,638 | 3/24/2020 | |
3.1.2 | 10,407,110 | 2/18/2020 | |
3.1.1 | 7,264,606 | 1/14/2020 | |
3.1.0 | 15,339,563 | 12/3/2019 | |
3.1.0-preview3.19553.2 | 13,357 | 11/13/2019 | |
3.1.0-preview2.19525.4 | 4,180 | 11/1/2019 | |
3.1.0-preview1.19506.1 | 7,579 | 10/15/2019 | |
3.0.3 | 246,330 | 2/18/2020 | |
3.0.2 | 743,195 | 1/14/2020 | |
3.0.1 | 874,256 | 11/18/2019 | |
3.0.0 | 14,000,079 | 9/23/2019 | |
3.0.0-rc1.19456.10 | 17,580 | 9/16/2019 | |
3.0.0-preview9.19423.4 | 24,884 | 9/4/2019 | |
3.0.0-preview8.19405.4 | 53,964 | 8/13/2019 | |
3.0.0-preview7.19362.4 | 28,981 | 7/23/2019 | |
3.0.0-preview6.19304.6 | 33,323 | 6/12/2019 | |
3.0.0-preview5.19227.9 | 50,298 | 5/6/2019 | |
3.0.0-preview4.19216.2 | 11,047 | 4/18/2019 | |
3.0.0-preview3.19153.1 | 32,212 | 3/6/2019 | |
3.0.0-preview.19074.2 | 6,402 | 1/29/2019 | |
3.0.0-preview.18572.1 | 2,404 | 12/4/2018 | |
2.2.0 | 59,626,779 | 12/3/2018 | |
2.2.0-preview3-35497 | 74,247 | 10/17/2018 | |
2.2.0-preview2-35157 | 42,751 | 9/12/2018 | |
2.2.0-preview1-35029 | 12,093 | 8/22/2018 | |
2.1.1 | 35,496,129 | 6/18/2018 | |
2.1.0 | 5,965,808 | 5/29/2018 | |
2.1.0-rc1-final | 67,056 | 5/6/2018 | |
2.1.0-preview2-final | 37,985 | 4/10/2018 | |
2.1.0-preview1-final | 111,454 | 2/26/2018 | |
2.0.2 | 5,025,991 | 5/7/2018 | |
2.0.1 | 6,080,433 | 3/13/2018 | |
2.0.0 | 21,005,409 | 8/11/2017 | |
2.0.0-preview2-final | 81,154 | 6/28/2017 | |
2.0.0-preview1-final | 45,536 | 5/10/2017 | |
1.1.2 | 779,005 | 5/9/2017 | |
1.1.1 | 410,204 | 3/6/2017 | |
1.1.0 | 444,578 | 11/16/2016 | |
1.1.0-preview1-final | 7,204 | 10/24/2016 | |
1.0.2 | 206,824 | 3/6/2017 | |
1.0.1 | 375,215 | 12/12/2016 | |
1.0.0 | 595,904 | 6/27/2016 | |
1.0.0-rc2-final | 1,606,967 | 5/16/2016 | |
1.0.0-rc1-final | 493,748 | 11/18/2015 |