FubuMvcArchive / fubuvalidation

FubuValidation -- have validation your way, whatever way that happens to be

Home Page:http://validation.fubu-project.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding field validations via OverridesFor was causing many validation executions

KevM opened this issue · comments

When using OverridesFor<T> I am seeing many invocations of field rules:

image 202013-09-23 20at 202 43 31 20pm 1

Gist of my request and overrides

Josh helped me work around this issue by switching my OverridesFor<T> to ClassValidationRules<T>