Added a ToDictionary method to ValidationResult
MVC auto validation: Deprecated Implicit validation of child properties (1960)
MVC auto validation: Deprecated Implicit validation of root collection elements (1960)
Deprecated InjectValidator (1960)
Deprecate validator factories (1961)
Introduce services.AddFluentValidationAutoValidation() and services.AddFluentValidationClientsideAdapters() as replacements for services.AddFluentValidation() (1965)
Remove duplication between sync and async validation in the internal model.