sandrock / SrkToolkit

Here goes another set of libraries to help out. Separated into a few assemblies to avoid loading too much stuff in your app.
Apache License 2.0
2 stars 3 forks source link

EmailAddressExAttribute does not fill MemberNames #7

Closed sandrock closed 7 years ago

sandrock commented 7 years ago

Validation attributes return a ValidationResult object in case of error. The result should contain a message and a member name.

The EmailAddressExAttribute does not specify the member names when an error is found.

sandrock commented 7 years ago

The following attributes may have the same issue.