1 instantiation of ValidationProblem
Microsoft.AspNetCore.Http.Results (1)
23 references to ValidationProblem
Microsoft.AspNetCore.Http.Results (6)
Microsoft.AspNetCore.Http.Results.Tests (9)
TypedResultsTests.cs (2)
1199var result = TypedResults.ValidationProblem(errors, detail, instance, title, type, extensions);
1225var result = TypedResults.ValidationProblem(errors, detail, instance, title, type, extensions);
Microsoft.AspNetCore.Identity (8)
IdentityApiEndpointRouteBuilderExtensions.cs (8)
57routeGroup.MapPost("/register", async Task<Results<Ok, ValidationProblem>>
206routeGroup.MapPost("/forgotPassword", async Task<Results<Ok, ValidationProblem>>
225routeGroup.MapPost("/resetPassword", async Task<Results<Ok, ValidationProblem>>
260accountGroup.MapPost("/2fa", async Task<Results<Ok<TwoFactorResponse>, ValidationProblem, NotFound>>
336accountGroup.MapGet("/info", async Task<Results<Ok<InfoResponse>, ValidationProblem, NotFound>>
348accountGroup.MapPost("/info", async Task<Results<Ok<InfoResponse>, ValidationProblem, NotFound>>
424private static ValidationProblem CreateValidationProblem(string errorCode, string errorDescription) =>
429private static ValidationProblem CreateValidationProblem(IdentityResult result)