AlexJPotter / fluentvalidation-ts

A TypeScript-first library for building strongly-typed validation rules
Apache License 2.0
87 stars 6 forks source link

Allow for rules to continue processing if multiple validations on same property #24

Open kylewarren opened 3 years ago

kylewarren commented 3 years ago

Need ability to get back all errors on validation, instead of stopping when a rule fails.

Currently have an object with an array of objects, and I want to continue to run subsequent roles even if a previous rules fails validation.