DataAnnotationsExtensions icon indicating copy to clipboard operation
DataAnnotationsExtensions copied to clipboard

Validation extensions for DataAnnotations, including optional MVC client validation implementations

Results 9 DataAnnotationsExtensions issues
Sort by recently updated
recently updated
newest added

Do you have any plan moving to NetCore or NetStandard??

Hi. I have a MVC3 project where I use DataAnnotationsExtensions.MVC3 NuGet package version 1.1.2. I see that the email validation fails if I type an email address with uppercase letters....

Are there any plans to add date greater than / less than attributes? They've got something similar in foolproof.codeplex.com but I thought I would check here first.

This attribute is useful when Required is not enough because the value can't be zero either (Great for IDs)

Refactored EqualTo validator by pulling common comparison validation code to an abstract base class and added GreaterThan validator based upon the base. Note: I added a GreaterThan jQuery validator to...

The following URL will fail the UrlAttribute regular expressions: http://localhost:63399 http://localhost:63399 is a valid URL on a local machine under IIS. This is required for being able to test a...

[From Blog Comments, VincentG] Hi Sir, I am using your extensions for an ASP MVC3 VB project, and I really like the NumericAttribute extension, specifically because it can validate numeric...

Bumps jQuery from 1.7.1 to 3.5.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jQuery&package-manager=nuget&previous-version=1.7.1&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps jQuery.Validation from 1.14.0 to 1.19.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jQuery.Validation&package-manager=nuget&previous-version=1.14.0&new-version=1.19.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies