Mono.Options 1.1.0

dotnet add package Mono.Options --version 1.1.0
NuGet\Install-Package Mono.Options -Version 1.1.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="Mono.Options" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mono.Options --version 1.1.0
#r "nuget: Mono.Options, 1.1.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 Mono.Options as a Cake Addin
#addin nuget:?package=Mono.Options&version=1.1.0

// Install Mono.Options as a Cake Tool
#tool nuget:?package=Mono.Options&version=1.1.0

A callback-based program option parser for C#. See the documenation at http://docs.go-mono.com/?link=N%3aMono.Options and some examples in the code and under the OptionSet topic at http://docs.go-mono.com/?link=T%3aMono.Options.OptionSet

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (66)

Showing the top 5 popular GitHub repositories that depend on Mono.Options:

Repository Stars
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
unoplatform/uno
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
stride3d/stride
Stride Game Engine (formerly Xenko)
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Version Downloads Last updated
1.1.0 9,842 6/2/2013
1.0.0 602 4/1/2012

v1.1 adds support for hidden options