Enkoni.DataAnnotations
1.0.1-beta01
This is a prerelease version of Enkoni.DataAnnotations.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Enkoni.DataAnnotations --version 1.0.1-beta01
NuGet\Install-Package Enkoni.DataAnnotations -Version 1.0.1-beta01
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-beta01" />
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-beta01
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Enkoni.DataAnnotations, 1.0.1-beta01"
#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-beta01&prerelease // Install Enkoni.DataAnnotations as a Cake Tool #tool nuget:?package=Enkoni.DataAnnotations&version=1.0.1-beta01&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Contains functionality that extends the functionality that is offered by the default .NET DataAnnotations.
Product | Versions 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 | 249 | 6/25/2021 |
2.0.0-beta01 | 282 | 6/25/2021 |
1.1.1 | 16,039 | 12/4/2016 |
1.1.0 | 1,349 | 6/15/2016 |
1.0.1 | 1,448 | 5/1/2014 |
1.0.1-beta04 | 1,110 | 4/7/2014 |
1.0.1-beta03 | 1,093 | 4/6/2014 |
1.0.1-beta02 | 1,059 | 3/30/2014 |
1.0.1-beta01 | 1,062 | 3/24/2014 |
1.0.0.1 | 1,235 | 3/17/2014 |
1.0.0 | 1,229 | 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.