John Waters
John Waters
And the behavior IS found...it's the validator that is not found in the the constructor of the behavior. I can step through the Behavior and see that the validators injected...
Seems to be this code in FluentValidation, where it scans for Validators: ``` private IEnumerable Execute() { var openGenericType = typeof(IValidator); var query = from type in _types where !type.IsAbstract...
I am running into the same error with .net 7 - any chance this PR can get approved?
BTW if I move the
I need that commit too :-)