Enkoni.DataAnnotations 1.0.1-beta03

This is a prerelease version of Enkoni.DataAnnotations.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Enkoni.DataAnnotations --version 1.0.1-beta03
NuGet\Install-Package Enkoni.DataAnnotations -Version 1.0.1-beta03
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Enkoni.DataAnnotations" Version="1.0.1-beta03" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Enkoni.DataAnnotations --version 1.0.1-beta03
#r "nuget: Enkoni.DataAnnotations, 1.0.1-beta03"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Enkoni.DataAnnotations as a Cake Addin
#addin nuget:?package=Enkoni.DataAnnotations&version=1.0.1-beta03&prerelease

// Install Enkoni.DataAnnotations as a Cake Tool
#tool nuget:?package=Enkoni.DataAnnotations&version=1.0.1-beta03&prerelease

Contains functionality that extends the functionality that is offered by the default .NET DataAnnotations.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
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 Enkoni.DataAnnotations:

Package Downloads
Enkoni.DataAnnotations.Client

Contains the client side validations for the Enkoni.DataAnnotations.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0-beta02 213 6/25/2021
2.0.0-beta01 224 6/25/2021
1.1.1 15,988 12/4/2016
1.1.0 1,291 6/15/2016
1.0.1 1,420 5/1/2014
1.0.1-beta04 1,043 4/7/2014
1.0.1-beta03 1,058 4/6/2014
1.0.1-beta02 1,020 3/30/2014
1.0.1-beta01 1,033 3/24/2014
1.0.0.1 1,199 3/17/2014
1.0.0 1,187 3/16/2014

Empty input values are now accepted by the validators. In order to reject empty input values, combine the attributes with the default
RequiredAttribute.