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" />
<PackageVersion Include="Enkoni.Validation" Version="2.0.0" />
<PackageReference Include="Enkoni.Validation" />
paket add Enkoni.Validation --version 2.0.0
#r "nuget: Enkoni.Validation, 2.0.0"
#:package Enkoni.Validation@2.0.0
#addin nuget:?package=Enkoni.Validation&version=2.0.0
#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,688 | 12/4/2016 |
| 2.2.1.1 | 1,439 | 6/15/2016 |
| 2.2.1 | 1,967 | 3/16/2014 |
| 2.2.0 | 1,671 | 3/15/2014 |
| 2.1.0 | 3,052 | 1/17/2014 |
| 2.0.0 | 2,772 | 11/23/2013 |
| 1.2.0.4 | 2,719 | 11/1/2013 |
| 1.2.0.3 | 3,070 | 7/4/2013 |
| 1.2.0.2 | 2,911 | 11/28/2012 |
| 1.2.0.1 | 2,921 | 10/8/2012 |
| 1.2.0 | 2,896 | 9/1/2012 |
| 1.1.0 | 4,955 | 6/8/2011 |
| 1.0.0 | 3,236 | 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.