McMaster.Extensions.Hosting.CommandLine 4.0.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Standard 2.0
dotnet add package McMaster.Extensions.Hosting.CommandLine --version 4.0.2
NuGet\Install-Package McMaster.Extensions.Hosting.CommandLine -Version 4.0.2
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="McMaster.Extensions.Hosting.CommandLine" Version="4.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add McMaster.Extensions.Hosting.CommandLine --version 4.0.2
#r "nuget: McMaster.Extensions.Hosting.CommandLine, 4.0.2"
#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 McMaster.Extensions.Hosting.CommandLine as a Cake Addin
#addin nuget:?package=McMaster.Extensions.Hosting.CommandLine&version=4.0.2

// Install McMaster.Extensions.Hosting.CommandLine as a Cake Tool
#tool nuget:?package=McMaster.Extensions.Hosting.CommandLine&version=4.0.2

Provides command-line parsing API integration with the generic host API (Microsoft.Extensions.Hosting).

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on McMaster.Extensions.Hosting.CommandLine:

Package Downloads
KubeOps

This is an operator sdk written in c#. It enables a developer to create a custom controller for CRDs (CustomResourceDefinitions) that runs on kubernetes.

MbUtils.Extensions.CommandLineUtils

Helper classes for command line app

OpenExtensions.Cli

This library provides abstractions, extensions and helpers for private cli tools

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on McMaster.Extensions.Hosting.CommandLine:

Repository Stars
natemcmaster/CommandLineUtils
Command line parsing and utilities for .NET
real-zony/ZonyLrcToolsX
ZonyLrcToolsX 是一个能够方便地下载歌词的小软件。
Mimetis/Dotmim.Sync
A brand new database synchronization framework, multi platform, multi databases, developed on top of .Net Standard 2.0. https://dotmimsync.readthedocs.io/
Eastrall/Rhisis
Rhisis is an experimental FlyFF MMORPG emulator built with C# 10 and .NET 7
buehler/dotnet-operator-sdk
KubeOps is a kubernetes operator sdk in dotnet. Strongly inspired by kubebuilder.
Version Downloads Last updated
4.0.2 48,658 11/19/2022
4.0.1 177,742 2/1/2022
4.0.0 23,974 12/27/2021
4.0.0-beta.74 22,797 1/22/2021
4.0.0-beta.56 246 1/17/2021
3.1.0 229,224 1/10/2021
3.1.0-rc.371 383 11/7/2020
3.1.0-beta.356 735 9/13/2020
3.1.0-beta.336 211 8/28/2020
3.0.0 110,114 3/29/2020
3.0.0-rc.289 390 3/21/2020
3.0.0-alpha.268 1,926 3/9/2020
2.6.0 10,718 3/8/2020
2.5.1 55,131 2/7/2020
2.5.0 14,715 1/2/2020
2.4.4 12,812 11/11/2019
2.4.3 19,049 11/1/2019
2.4.2 12,207 9/24/2019
2.4.1 2,387 9/18/2019
2.4.0 549 9/14/2019
2.4.0-rc.103 259 9/4/2019
2.4.0-beta.99 320 8/24/2019
2.4.0-beta.81 343 7/26/2019
2.4.0-alpha.70 264 6/20/2019
2.3.4 12,392 4/11/2019
2.3.3 1,366 3/11/2019
2.3.2 2,935 2/5/2019
2.3.1 971 1/19/2019
2.3.0 6,348 1/1/2019
2.3.0-rc.460 674 12/15/2018
2.3.0-beta 1,029 12/4/2018

Changes:
* Update dependencies to latest .NET 6 libraries.
   

See more details here: https://github.com/natemcmaster/CommandLineUtils/blob/main/CHANGELOG.md#v402