Bytes2you.Validation
2.0.0
dotnet add package Bytes2you.Validation --version 2.0.0
NuGet\Install-Package Bytes2you.Validation -Version 2.0.0
<PackageReference Include="Bytes2you.Validation" Version="2.0.0" />
paket add Bytes2you.Validation --version 2.0.0
#r "nuget: Bytes2you.Validation, 2.0.0"
// Install Bytes2you.Validation as a Cake Addin #addin nuget:?package=Bytes2you.Validation&version=2.0.0 // Install Bytes2you.Validation as a Cake Tool #tool nuget:?package=Bytes2you.Validation&version=2.0.0
Fast, extensible, intuitive and easy-to-use C# portable library providing fluent APIs for argument validation. Gives everything you need to implement defensive programming in your .NET application
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Bytes2you.Validation:
Package | Downloads |
---|---|
gdyrra.dotnet.retry
A simple retry mechanism for .net |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Introduced throwing different exceptions for the different validations. Now we throw ArgumentException, ArgumentNullException and ArgumentOutOfRangeException according to the best practices.
- Introduced IsEmpty(), IsNotEmpty(), IsNullOrWhiteSpace(), IsNotNullOrWhiteSpace() validations for strings.