Bytes2you.Validation
1.1.0
See the version list below for details.
dotnet add package Bytes2you.Validation --version 1.1.0
NuGet\Install-Package Bytes2you.Validation -Version 1.1.0
<PackageReference Include="Bytes2you.Validation" Version="1.1.0" />
paket add Bytes2you.Validation --version 1.1.0
#r "nuget: Bytes2you.Validation, 1.1.0"
// Install Bytes2you.Validation as a Cake Addin #addin nuget:?package=Bytes2you.Validation&version=1.1.0 // Install Bytes2you.Validation as a Cake Tool #tool nuget:?package=Bytes2you.Validation&version=1.1.0
Fast, extensible, intuitive and easy-to-use C# library providing fluent APIs for argument validation. Gives everything you need to implement defensive programming in your .NET application
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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.
- .NET 4.0 compatability
- Fixed a bug with IEnumerable rules.
- Moved from IValidationRules to IValidationPredicate - there was ambiguity when rule is valid, but the argument is invalid
- Throw method is now split in two parts - exception creation and throwing. Now a custom context specific Throw methods could be developed. For Example ThrowConfigurationExcaption().