3 references to ProblemDetailsService
Microsoft.AspNetCore.Diagnostics (1)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
212result = ExceptionHandledType.ProblemDetailsService;
Microsoft.AspNetCore.Diagnostics.Tests (2)
ExceptionHandlerMiddlewareTest.cs (2)
89Assert.Equal(ExceptionHandledType.ProblemDetailsService, suppressContext.ExceptionHandledBy); 118[InlineData(ExceptionHandledType.ProblemDetailsService, true)]