srkirkland / DataAnnotationsExtensions

Validation extensions for DataAnnotations, including optional MVC client validation implementations
https://dataannotationsextensions.apphb.com/
BSD 3-Clause "New" or "Revised" License
308 stars 86 forks source link

Email validation fails with uppcase letters (DataAnnotationsExtensions.MVC3 1.1.2) #72

Open azzimuth opened 8 years ago

azzimuth commented 8 years ago

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. I browsed the code here and see that the regex in the latest version of code is working fine with uppercase letters.

Could you update the DataAnnotationsExtensions.MVC3 NuGet package with the latest code? Or at least fix the regex for email validation.