65 packages tagged with “Parameters”
Generalized assertion library, covering argument, operation, and unit test assertions.
Orc.CommandLine library.
Cauldron.Consoles is a Cauldron.Core based parameter parser which supports grouping of parameters in execution groups. It is also supports localization and has a nice parameter table :) Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.
A toolkit for processing .rfa, .rvt etc without Revit
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 NuGet pakage is source only, great for single file executables.
Contiene un conjunto de clases comunes en cualquiera de las capas bajo una arquitectura domain driven design.
Yet Another Command-Line Parser
Wrapper for .NET Framework Console Applications
CmdLineLib allows to create mapping of method parameters to command line arguments, provides necessary conversion and generates help. Highly configurable and flexible.
Easy and seamless caching implementation of any virtual method in any class.
Console application to execute Merlin configuration management through text commands.
Merlin manages configuration of software units of deployment.
Simplified logging, enabled/disabled during runtime. Inspections. Domain objects. Shipping models. Fast thread-safe cache. Cryptographic salted hashes. Enumeration type converter. Validator extensions. Sample data randomizers.
Command-Line Parameters Parsing
A small collection of parameter extension methods that check whether a parameter is null. In the case of strings, it will check that the parameter is not null and not empty.
Small .NET Standard 2.0 compatible library to split a string into command-line args
It is a helper to manage the parameters on a console application.
Contains Verify - fast and extensible class for simple method arguments asserts. Example: Verify.Args(new { param1, param2 }).NotNull()
Interceptor for CodeCop that automatically validates if any non-optional method arguments are not null, or in case of strings also not empty.
ParameterCollection is a simple to use collection for different parameters and types defined with a key. It supports many of the standard types like int, string, double, float, long, DateTime, bool, byte[], enums and more. It can also support nearly every other objects by easy converting the object to it´s own ParameterCollection, which can be nested togheter as parameters. It also supports many of the parameters as IEnumerables (List, Array, etc.). Methods to convert to and from JSON is also included.
Utility class for building sql string
This library facilitates the creation of dynamic parameters for PowerShell cmdlets written in .NET
The RS Command Line Parser .Net Class Library can be used to add basic command line parsing for parameters to an application. Parameters can be passed starting with -- or - or / as prefix character followed by a space or = between parm name and value. Example: app.exe --action=run or --action run Parameters are returned in a Dictionary object or a Hashtable object. Dictionary object is preferred. The assembly is compiled at .Net version 4.0 level compatability.
Library was created for logging method calls, exceptions, property changes and additional data selected by the user from a solution, and saving the logs in a file with clear, transparent and readable format. Currently logger works only with .Net Framework.
A parsing class to greatly simplify working with command line arguments in loosely coupled and generic way for a .Net application (e.g. console, client, or even web application).
JavaScript Library for manage URL parametes
Source analyzer to add compiler enforced readonly parameters (including for primary constructors)
Instanciate new objects using generics when their constructors have parameters.
Console Shell for .Net