Top 20 NuGet arguments Packages

This is a command line argument parser that attempts to mimic the syntax and capabilities of PowerShell.
Quickly handle command line arguments. This NuGet package adds an example arguments handler class, where you describe your arguments using a simple poco objects. All the boilerplate code to create the usage message is done for you. You can take action on set or after all arguments are set. This NuGe...
LiteX.Guard is a simple guard clause argument validation library, that helps you with validation of your arguments. A simple package with guard clause helper methods. This library provides guard clauses that could be used to guard against not expected values. It provides conditions for ...
Provides a re-factoring and re-imagining of the Code Fixes elements deployed in the default Analysis and Code Fixes project template. This particular assembly focuses on Code Fixes only as part of that re-factoring effort.
A sample for Ookii.CommandLine demonstrating how to define and parse arguments. The sample is provided for C# and Visual Basic.
A commandline utility accelerator for "Tasks" style utilities.
Fluent Null check - With - Return - If - Unless - Do - As<> - AsNullable<> - Cast<> - SilentCast<> - TryWith - TryReturn - TryDo -Throw Check argument and throw exception - ShouldnotBeNull - ShouldHaveValue (for T?) - ShouldBeInRange - ShouldnotBeInRange - ShouldBeAtLeast - ShouldBeAtMost - ShouldS...
A helper class with console arguments parsing, log initialization, configuration file loading. Uses NLog for logging.
AtleX.CommandLineArguments is a helper library to facilitate parsing command line arguments into a strongly-typed object. Values can be validated with extensible and customisable validators and the library can automatically generate help for the user.
Argument guard clauses with ReSharper annotations.
Argument guard clauses with ReSharper annotations.
Command-Line Parameters Parsing
Library for simple user-supplied argument handling.
Powershell like arguments for your .Net project. Aim of this library is to easily parse array of strings (arguments) and convert them to a custom defined POCO object.
Provides a re-factoring and re-imagining of the Diagnostic elements deployed in the Analyzer and Code Fixes project template. This particular assembly focuses primarily on the Diagnostic Analyzers with built-in Roslyn compilation support.
The Clux library is intended to help C# developers provide a rich, detailed command-line user-experience with minimal effort
SmartCon is a small collection of console tools for .NET. Offers processing of commandline arguments with different flavours of commandline switches.
Command line Arguments splitter, processing and validator.
With Argument Reader command line arguments can be passed into a .net core application. The standard project assist 3 types of arguments: * Boolean * Strings (\*) * Integers (#) Own argument types can be build with own classes. They need to inherit from the ArgumentMarshalerLib. Libraries are load...