clarius - netfx-Guard 1.3.3.2
The only argument validation file you need, with full refactoring support and strong-typing.
Examples: Guard.NotNull(() => value, value) Guard.NotNullOrEmpty( () => stringValue, stringValue)
PM> Install-Package netfx-Guard -Version 1.3.3.2 -Source https://www.myget.org/F/clarius/api/v3/index.json
> nuget.exe install netfx-Guard -Version 1.3.3.2 -Source https://www.myget.org/F/clarius/api/v3/index.json
> dotnet add package netfx-Guard --version 1.3.3.2 --source https://www.myget.org/F/clarius/api/v3/index.json
source https://www.myget.org/F/clarius/api/v3/index.json
nuget netfx-Guard ~> 1.3.3.2
Copy to clipboard
> choco install netfx-Guard --version 1.3.3.2 --source https://www.myget.org/F/clarius/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "clarius" -SourceLocation "https://www.myget.org/F/clarius/api/v2"
Install-Module -Name "netfx-Guard" -RequiredVersion "1.3.3.2" -Repository "clarius"
Copy to clipboard
Ownerskzu |
AuthorsDaniel Cazzulino, kzu, Clarius |
Project URLhttp://netfx.codeplex.com/ |
LicenseBSD |
Tagsnetfx validation |
Info10 total downloads |
| 10 downloads for version 1.3.3.2 |
| Download (4.42 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.3.3.2 | 4.42 KB | Mon, 11 Jan 2016 18:09:05 GMT | 10 |
|