117 packages tagged with “Parameter”
A high-performance, extensible argument validation library.
A collection of helpful ParameterInfo (Reflection) extension methods
Simple URL matcher library allowing you to match based on explicit string or parameters
A simple guard library for validating method parameters without being a complete validation library. This library makes it easy to validate method arguments in a uniform way.
Generalized assertion library, covering argument, operation, and unit test assertions.
A couple helper classes to make using TVP parameters with Dapper easier.
Fluent command line argument parsing library with a focus on a very simple API
Store, read and lookup AWS SSM Parameters cross-region (Stability: Stable)
HealthChecks.Aws.SystemsManager is the health check package for Systems Manager for Parameter Store.
This library is an extension for the validation of arguments and parameters.
An extension for FakeItEasy which allows for capturing arguments sent to a fake.
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.
ArgSentry is a utility class for validating method argument values.
A simply arguments validation library with fluent API. Examples: Arg.NotNull(() => model); Arg.Validate(color, nameof(color)) .NotNullOrWhitespace() .LengthInRange(2, 20); // passangerCount is Nullable type Arg.IfNotNull(passangerCount, nameof(passangerCount)) .Positive();
Awesome application
Annotate your controller and/or methods to identify header parameters
Lightweight and Composable CLI Argument Parser for all modern .Net platforms
Adds ability to support aliases for model binding. Set action parameter to "product" and place "productid" on querystring. i.e. public ActionResult Index([Alias("pid"]Product product) ... add global filter ... filters.Add(new AliasInitializer());
A simple but flexible parameter validation library.
Yet Another Command-Line Parser
A simple library containing all the handy helpers methods that you tend to rewrite.
This analyzer organizes ctor/method parameters, so every parameter is declared on its own line.
Reflection Helper with Caching and Attribute support
A simple to use guard library which fully supports nullability annotations with performance in mind.
Lightweight Runtime-Only Contracts for .Net Standard 2.0. Focus lies on Readability and Extensibility. Under MIT License.
Argument validation clauses.
Lightweight guard / pre-condition / parameter validation library for .NET
Parses and formats OpenAPI parameters according to the defined style
Simple tools for validating input parameters
When you absolutely need ADO.NET but want to ditch the boilerplate. Do parameterized SQL with ease, asynchronously or not. Map deep POCOs with granular control beyond that of your ORM. This is the core assembly; to use with SQL Server, get FluidDbClient.Sql.