Enkoni.Validation
2.0.0
See the version list below for details.
dotnet add package Enkoni.Validation --version 2.0.0
NuGet\Install-Package Enkoni.Validation -Version 2.0.0
<PackageReference Include="Enkoni.Validation" Version="2.0.0" />
paket add Enkoni.Validation --version 2.0.0
#r "nuget: Enkoni.Validation, 2.0.0"
// Install Enkoni.Validation as a Cake Addin #addin nuget:?package=Enkoni.Validation&version=2.0.0 // Install Enkoni.Validation as a Cake Tool #tool nuget:?package=Enkoni.Validation&version=2.0.0
Contains functionality that extends the functionality that is offered by the default .NET DataAnnotations and the Microsoft Enterprise Library's Validation Application Block.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
-
- EnterpriseLibrary.Validation (>= 5.0.505)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.0 | 1,331 | 12/4/2016 |
2.2.1.1 | 1,114 | 6/15/2016 |
2.2.1 | 1,605 | 3/16/2014 |
2.2.0 | 1,313 | 3/15/2014 |
2.1.0 | 2,612 | 1/17/2014 |
2.0.0 | 2,347 | 11/23/2013 |
1.2.0.4 | 2,276 | 11/1/2013 |
1.2.0.3 | 2,628 | 7/4/2013 |
1.2.0.2 | 2,477 | 11/28/2012 |
1.2.0.1 | 2,484 | 10/8/2012 |
1.2.0 | 2,455 | 9/1/2012 |
1.1.0 | 4,388 | 6/8/2011 |
1.0.0 | 2,775 | 5/1/2011 |
The project now references the .NET 4 framework.
Added a new validator that is able to check if a string value represents a valid IBAN account number.
Added a new validator that is able to check if a string value represents a valid Dutch phone number. The validator can be
instantiated directly or through an attribute and can be configured in code and in configuration.