Top 20 NuGet arguments Packages

With Argument Reader command line arguments can be passed into a .net core application. The standard project assist 4 types of arguments: Boolean Strings (*) Integers (#) Doubles (##) Own argument types can be build with own classes. They need to inherit from the ArgumentMarshalerLib. Libr...
Description With Argument Reader command line argumets can be passed into a .net core application. The standard project assist 4 types of argumnets: Boolean Strings (*) Integer (#) Doubles (##) Own argument tyoes can be build with own classes. They need to inherit form the ArgumentMarshalerLib. Lib...
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.
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.
This Library allows you to define your desired application start arguments in an uniform way. The console start arguments are parsed into StartOptions and StartOptionGroups which you can use to select your applications behaviour and pass values to your application via the console.
Program arguments and options parsing library.
Contains Verify - fast and extensible class for simple method arguments asserts. Example: Verify.Args(new { param1, param2 }).NotNull()
Rugland Console Framework is a collection of classes to enable the fast and consistent development of .NET console applications. Parse command line arguments and write your applications usage.
Like Java .properties files, but for .NET
A tiny C# class to handle arguments sent to a console application. Tiny uses the power of Dynamic and ExpandoObject in .Net 4 to dynamically populate name-value pairs from the arguments passed to the command line. Tiny's argument parsing depends on separators for name-value pairs, for example if...
Package Description
Helper library for parsing, validating and processing command line arguments for .NET
Final solution for a command-line parser in .Net. Check GitHub page for FAQ and HowTo (C#).
The command line parser prepeares the arguments to named and unnamed arguments
A small toolkit for the surprisingly complex issue of managing process arguments.
A simple utility to help you parsing string array arguments into objects. With this class you can save the time spent on validations created for console applications. The arguments are bound to class properties, the binding is done using attributes over the properties, those attributes let you defin...
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
https://devlib.codeplex.com/ parse command line arguments DevLib is a highly reusable collection of components and core functionalities addressing common crosscutting concerns. It provides a comprehensive set of features that save development time, minimize costs, reduce the use of precious test r...