1 implementation of Endpoint
Microsoft.AspNetCore.Diagnostics (1)
ExceptionHandler\ExceptionHandlerFeature.cs (1)
21public Endpoint? Endpoint { get; set; }
3 references to Endpoint
Microsoft.AspNetCore.Diagnostics.Tests (3)
DeveloperExceptionPageMiddlewareTest.cs (2)
88context.ProblemDetails.Extensions.Add("EndpointDisplayName", feature?.Endpoint?.DisplayName); 147context.ProblemDetails.Extensions.Add("EndpointDisplayName", feature?.Endpoint?.DisplayName);
ExceptionHandlerMiddlewareTest.cs (1)
114Assert.Equal(endpoint, feature.Endpoint);