6 writes to CustomizeProblemDetails
Microsoft.AspNetCore.Diagnostics.Tests (4)
DeveloperExceptionPageMiddlewareTest.cs (3)
35
configure.
CustomizeProblemDetails
= (context) =>
84
configure.
CustomizeProblemDetails
= (context) =>
143
configure.
CustomizeProblemDetails
= (context) =>
ExceptionHandlerMiddlewareTest.cs (1)
43
configure.
CustomizeProblemDetails
= (context) =>
Microsoft.AspNetCore.Http.Results.Tests (2)
ProblemResultTests.cs (1)
53
.AddProblemDetails(options => options.
CustomizeProblemDetails
= x => x.ProblemDetails.Type = null)
ValidationProblemResultTests.cs (1)
57
.AddProblemDetails(options => options.
CustomizeProblemDetails
= x => x.ProblemDetails.Type = null)
2 references to CustomizeProblemDetails
Microsoft.AspNetCore.Http.Extensions (1)
DefaultProblemDetailsWriter.cs (1)
62
_options.
CustomizeProblemDetails
?.Invoke(context);
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\DefaultProblemDetailsFactory.cs (1)
33
_configure = problemDetailsOptions?.Value?.
CustomizeProblemDetails
;