jwaliszko / ExpressiveAnnotations

Annotation-based conditional validation library.
MIT License
351 stars 123 forks source link

Update RequiredIfAttribute.cs #71

Closed plompd closed 9 years ago

plompd commented 9 years ago

By removing the sealed from the class we can override the FormatMessage method to implemented additional features like localization.

jwaliszko commented 9 years ago

For now I've decided not to merge that change because of explanation given here: https://github.com/JaroslawWaliszko/ExpressiveAnnotations/issues/70.