5 references to UseHealthChecks
Microsoft.AspNetCore.Diagnostics.HealthChecks.Tests (5)
HealthCheckMiddlewareTests.cs (5)
717
app.
UseHealthChecks
("/health", port: 5001);
755
app.
UseHealthChecks
(default, port: 5001);
793
app.
UseHealthChecks
("/health", port: 5001);
835
app.
UseHealthChecks
("/health/detailed", port: 5001);
879
app.
UseHealthChecks
("/health", port: 5001);