I have few simple rules defined in RuleFor() statements. If they pass I want to execute complex validation using AbstractValidator.Custom. Do I have to repeat all the validation checks from RuleFor() in Custom in order to not execute complex validation unless all the simple ones passed? (That's how I understood the documentation.)
↧