Microsoft.Extensions.Configuration.CommandLine 8.0.0-preview.2.23128.3

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.

For more information, see the documentation: Command-line configuration provider.

Example

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"]}");
    }
}

Showing the top 20 packages that depend on Microsoft.Extensions.Configuration.CommandLine.

Packages Downloads
Microsoft.AspNetCore
Microsoft.AspNetCore
290
Microsoft.AspNetCore
Microsoft.AspNetCore
44
Microsoft.AspNetCore
Microsoft.AspNetCore
42
Microsoft.AspNetCore
Microsoft.AspNetCore
37
Microsoft.AspNetCore
Microsoft.AspNetCore
36
Microsoft.AspNetCore
Microsoft.AspNetCore
35
Microsoft.AspNetCore
Microsoft.AspNetCore
34
Microsoft.AspNetCore
Microsoft.AspNetCore
32
Microsoft.AspNetCore
Microsoft.AspNetCore
31
Microsoft.AspNetCore
Microsoft.AspNetCore
30
Microsoft.AspNetCore
Microsoft.AspNetCore
28
Microsoft.AspNetCore
Microsoft.AspNetCore
26
Microsoft.AspNetCore
Microsoft.AspNetCore
24
Microsoft.AspNetCore
Microsoft.AspNetCore
23

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

.NET 6.0

.NET 7.0

.NET 8.0

.NET Standard 2.0

Version Downloads Last updated
9.0.0-rc.2.24473.5 4 10/12/2024
9.0.0-rc.1.24431.7 4 09/11/2024
9.0.0-preview.7.24405.7 6 08/15/2024
9.0.0-preview.6.24327.7 7 07/12/2024
9.0.0-preview.5.24306.7 5 06/20/2024
9.0.0-preview.4.24266.19 5 05/27/2024
9.0.0-preview.3.24172.9 10 04/14/2024
9.0.0-preview.2.24128.5 10 03/14/2024
9.0.0-preview.1.24080.9 13 02/25/2024
8.0.0 11 12/20/2023
8.0.0-rc.2.23479.6 9 01/05/2024
8.0.0-rc.1.23419.4 10 10/16/2023
8.0.0-preview.7.23375.6 10 11/07/2023
8.0.0-preview.6.23329.7 14 08/18/2023
8.0.0-preview.5.23280.8 16 08/06/2023
8.0.0-preview.4.23259.5 12 06/13/2023
8.0.0-preview.3.23174.8 15 11/06/2023
8.0.0-preview.2.23128.3 13 08/03/2023
8.0.0-preview.1.23110.8 16 11/06/2023
7.0.0 17 05/16/2023
7.0.0-rc.2.22472.3 12 08/20/2023
7.0.0-rc.1.22426.10 11 11/06/2023
7.0.0-preview.7.22375.6 12 08/19/2023
7.0.0-preview.6.22324.4 15 11/06/2023
7.0.0-preview.5.22301.12 12 11/06/2023
7.0.0-preview.4.22229.4 17 11/06/2023
7.0.0-preview.3.22175.4 15 07/10/2023
7.0.0-preview.2.22152.2 14 11/06/2023
7.0.0-preview.1.22076.8 14 11/06/2023
6.0.2-mauipre.1.22102.15 13 11/06/2023
6.0.2-mauipre.1.22054.8 11 06/12/2023
6.0.0 16 02/11/2022
6.0.0-rc.2.21480.5 13 11/06/2023
6.0.0-rc.1.21451.13 15 07/09/2023
6.0.0-preview.7.21377.19 10 11/06/2023
6.0.0-preview.6.21352.12 15 11/06/2023
6.0.0-preview.5.21301.5 10 09/27/2023
6.0.0-preview.4.21253.7 12 11/06/2023
6.0.0-preview.3.21201.4 11 11/06/2023
6.0.0-preview.2.21154.6 16 11/06/2023
6.0.0-preview.1.21102.12 17 06/23/2023
5.0.0 20 06/11/2021
5.0.0-rc.2.20475.5 17 09/13/2023
5.0.0-rc.1.20451.14 18 11/06/2023
5.0.0-preview.8.20407.11 11 11/06/2023
5.0.0-preview.7.20364.11 13 07/31/2023
5.0.0-preview.6.20305.6 11 10/14/2023
5.0.0-preview.5.20278.1 11 11/06/2023
5.0.0-preview.4.20251.6 12 11/06/2023
5.0.0-preview.3.20215.2 13 09/24/2023
5.0.0-preview.2.20160.3 11 08/03/2023
5.0.0-preview.1.20120.4 10 11/06/2023
3.1.32 14 07/28/2023
3.1.31 13 12/07/2023
3.1.30 11 06/24/2023
3.1.29 12 08/01/2023
3.1.28 12 12/15/2023
3.1.27 10 06/13/2023
3.1.26 14 06/11/2023
3.1.25 11 09/14/2023
3.1.24 10 07/05/2023
3.1.23 14 07/27/2023
3.1.22 12 06/13/2023
3.1.21 10 09/19/2023
3.1.20 13 12/25/2023
3.1.19 10 08/27/2023
3.1.18 12 09/22/2023
3.1.17 11 09/25/2023
3.1.16 14 09/29/2023
3.1.15 15 09/14/2023
3.1.14 12 09/10/2023
3.1.13 16 10/13/2023
3.1.12 17 09/06/2023
3.1.11 11 09/23/2023
3.1.10 12 09/03/2023
3.1.9 13 09/28/2023
3.1.8 14 08/23/2023
3.1.7 10 09/19/2023
3.1.6 14 08/15/2023
3.1.5 13 09/16/2023
3.1.4 15 11/06/2023
3.1.3 12 11/13/2023
3.1.2 12 09/14/2023
3.1.1 13 09/24/2023
3.1.0 13 10/12/2023
3.1.0-preview3.19553.2 10 11/27/2023
3.1.0-preview2.19525.4 9 11/29/2023
3.1.0-preview1.19506.1 11 11/21/2023
3.0.3 12 11/09/2023
3.0.2 11 10/12/2023
3.0.1 12 09/01/2023
3.0.0 12 11/01/2023
3.0.0-rc1.19456.10 8 12/03/2023
3.0.0-preview9.19423.4 10 12/02/2023
3.0.0-preview8.19405.4 9 12/01/2023
3.0.0-preview7.19362.4 8 10/18/2023
3.0.0-preview6.19304.6 7 11/28/2023
3.0.0-preview5.19227.9 9 12/01/2023
3.0.0-preview4.19216.2 6 12/02/2023
3.0.0-preview3.19153.1 12 10/29/2023
3.0.0-preview.19074.2 7 01/06/2024
3.0.0-preview.18572.1 10 01/08/2024
2.2.0 17 09/08/2023
2.2.0-preview3-35497 10 08/27/2023
2.2.0-preview2-35157 11 10/12/2023
2.2.0-preview1-35029 11 10/12/2023
2.1.1 13 08/21/2023
2.1.0 9 11/30/2023
2.1.0-rc1-final 11 08/14/2023
2.1.0-preview2-final 7 10/22/2023
2.1.0-preview1-final 12 09/12/2023
2.0.2 11 12/01/2023
2.0.1 13 09/17/2023
2.0.0 283 01/18/2021
2.0.0-preview2-final 12 09/30/2023
2.0.0-preview1-final 9 10/22/2023
1.1.2 10 11/24/2023
1.1.1 9 11/09/2023
1.1.0 9 10/20/2023
1.1.0-preview1-final 9 10/17/2023
1.0.2 12 11/09/2023
1.0.1 13 09/23/2023
1.0.0 17 09/11/2023
1.0.0-rc2-final 10 10/22/2023
1.0.0-rc1-final 7 10/22/2023