3 references to ValidationProblem
Microsoft.AspNetCore.Http.Results (1)
TypedResults.cs (1)
833return ValidationProblem(errors, detail, instance, title, type, (IEnumerable<KeyValuePair<string, object?>>?)extensions);
Microsoft.AspNetCore.Identity (2)
IdentityApiEndpointRouteBuilderExtensions.cs (2)
425TypedResults.ValidationProblem(new Dictionary<string, string[]> { 454return TypedResults.ValidationProblem(errorDictionary);