Argument 0.9.5
Argument validation methods, for example:
this.user = Argument.NotNull("user", user).
Less fancy than approaches based on lambdas/anonymous classes, but less scary performance-wise (given that argument checks are often all over the place).
Includes Code Contracts [ContractArgumentValidator] annotation (.NET 4.5 only) and ReSharper annotations.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Argument -Version 0.9.5
dotnet add package Argument --version 0.9.5
<PackageReference Include="Argument" Version="0.9.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Argument --version 0.9.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Initial release.
Dependencies
This package has no dependencies.
GitHub Usage
Showing the top 1 GitHub repositories that depend on Argument:
Repository | Stars | |
---|---|---|
ashmind/SharpLab
SharpLab (previously known as TryRoslyn)
|