Hi
This isn't something that FluentValidation supports. FluentValidation associates error messages against properties, so if a property in one of the children has caused validation to fail, then this will be added to the errors collection and associated with the property, but not with the parent. The parent and child are completely separate for the purposes of validation.
Jeremy
This isn't something that FluentValidation supports. FluentValidation associates error messages against properties, so if a property in one of the children has caused validation to fail, then this will be added to the errors collection and associated with the property, but not with the parent. The parent and child are completely separate for the purposes of validation.
Jeremy