You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to create an asynchronous version like the following:
var validator = new RecursiveDataAnnotationValidator();
var validationResults = new List<ValidationResult>();
var result = await validator.TryValidateObjectRecursiveAsync(sut, validationResults);