Top 20 NuGet option Packages

docopt.net is the .net version of the docopt python beautiful command line parser. docopt.net helps you define an interface for your command-line app, and automatically generate a parser for it. docopt.net is based on conventions that have been used for decades in help messages and man pages for pr...
A collection of useful types and operations on types.
option & chooseSeq computational expressions that work with Null/Option/Nullable
Useful POSIX command line arguments parser for .Net. Hierarchical-configuration Store for app.
Yet another Maybe! This Maybe is an immutable monad type with enhancements for functional programming in C#. It implements several IEquatable and IComparable to nestle smoothly into existing code.
This is a flexible TableView specialized in settings for Android / iOS. There are various cells such as (LabelCell, ButtonCell, CommandCell, SwitchCell, CheckboxCell, RadioCell, PickerCell, EntryCell, NumberPickerCell, TimePickerCell, DatePickerCell)
.NET library that provide mainly functional features for C#. This means concept of Option, Result, Either and ValueObject. Supported platforms: - .NET Standard 1.0+ - .NET Core 1.0+ - .NET Framework 2.0+ Supports Source Link
Various useful functionality for Optional.
This is a package that adds SvgImageSource to Xamarin.Forms as new ImageSource. Thereby Xamarin.Forms.Image will can be displayed a SVG image without modified.
C# implementation of functional concepts: Maybe (Option), Either (Result), Try, Memoize
Convention based argument handling for console applications.
Nelibur.Sword is a library to take with you in the battle of Clean Code.
Useful Optional extensions for working with collections.
OBSOLETE - This fork is not maintained, and the official package has activity again. Please use this one: https://www.nuget.org/packages/CommandLineParser/ --- The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tas...
C# Monad Library
A lightweight wrapper type for optional values.
Simple attribute based command line parser.
An AutoFixture customization that allows AutoFixture to create Optional specimens.
Implements an option type (Strilanc.Value.May<T>) that encourages usage based on pattern matching rather than ForceGetValue. Also includes utility methods for producing, consuming and transforming May<T>. Note on null: May<T> treats null like any other value. May.NoValue is distinct from null, and ...