Petre Petashvili
Results
1
comments of
Petre Petashvili
I have the same issue. I saw internal implementation of FluentValidation.ValidationStrategy and they do create IValidatorSelector differently: ``` private IValidatorSelector GetSelector() { IValidatorSelector selector = null; if (_properties != null...