Enkoni.DataAnnotations 1.0.1-beta04

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-beta04
                    
NuGet\Install-Package Enkoni.DataAnnotations -Version 1.0.1-beta04
                    
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-beta04" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Enkoni.DataAnnotations" Version="1.0.1-beta04" />
                    
Directory.Packages.props
<PackageReference Include="Enkoni.DataAnnotations" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Enkoni.DataAnnotations --version 1.0.1-beta04
                    
#r "nuget: Enkoni.DataAnnotations, 1.0.1-beta04"
                    
#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.
#:package Enkoni.DataAnnotations@1.0.1-beta04
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Enkoni.DataAnnotations&version=1.0.1-beta04&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Enkoni.DataAnnotations&version=1.0.1-beta04&prerelease
                    
Install as a Cake Tool

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 334 6/25/2021
2.0.0-beta01 361 6/25/2021
1.1.1 16,302 12/4/2016
1.1.0 1,617 6/15/2016
1.0.1 1,727 5/1/2014
1.0.1-beta04 1,381 4/7/2014
1.0.1-beta03 1,349 4/6/2014
1.0.1-beta02 1,331 3/30/2014
1.0.1-beta01 1,333 3/24/2014
1.0.0.1 1,515 3/17/2014
1.0.0 1,508 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.