Implemented interface member:
method
ValidateAsync
Microsoft.AspNetCore.Http.Validation.IValidatableInfo.ValidateAsync(System.Object, Microsoft.AspNetCore.Http.Validation.ValidateContext, System.Threading.CancellationToken)
10 references to ValidateAsync
Microsoft.AspNetCore.Http.Abstractions.Tests (10)
Validation\ValidatableTypeInfoTests.cs (10)
55await personType.ValidateAsync(personWithMissingRequiredFields, context, default); 114await employeeType.ValidateAsync(employee, context, default); 160await derivedType.ValidateAsync(car, context, default); 226await orderType.ValidateAsync(order, context, default); 277await personType.ValidateAsync(person, context, default); 333async () => await nodeType.ValidateAsync(rootNode, context, default)); 362await productType.ValidateAsync(product, context, default); 398await userType.ValidateAsync(user, context, default); 448await derivedType.ValidateAsync(entity, context, default); 488await userType.ValidateAsync(user, context, default);