Hi
If you use the AttributedValidatorFactory in conjunction with the [Validator] attribute, then the validators must have a default constructor. If you want to customise the creation of the validator, then you'd need to use a custom implementation of IValidatorFactory rather than relying on the default.
Jeremy
If you use the AttributedValidatorFactory in conjunction with the [Validator] attribute, then the validators must have a default constructor. If you want to customise the creation of the validator, then you'd need to use a custom implementation of IValidatorFactory rather than relying on the default.
Jeremy