Not really...FluentValidation is designed to work by validating a single object (such as a view-model that represents a screen) from which all other objects hang off as properties. I'd suggest either introducing a top-level object or by iterating through the collection and validate each item individually.
↧