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,325 | 12/4/2016 |
2.2.1.1 | 1,112 | 6/15/2016 |
2.2.1 | 1,603 | 3/16/2014 |
2.2.0 | 1,311 | 3/15/2014 |
2.1.0 | 2,610 | 1/17/2014 |
2.0.0 | 2,345 | 11/23/2013 |
1.2.0.4 | 2,274 | 11/1/2013 |
1.2.0.3 | 2,626 | 7/4/2013 |
1.2.0.2 | 2,475 | 11/28/2012 |
1.2.0.1 | 2,482 | 10/8/2012 |
1.2.0 | 2,453 | 9/1/2012 |
1.1.0 | 4,386 | 6/8/2011 |
1.0.0 | 2,773 | 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.