23 instantiations of HealthCheckOptions
HealthChecksSample (3)
Microsoft.AspNetCore.Diagnostics.HealthChecks.Tests (15)
HealthCheckMiddlewareTests.cs (14)
303app.UseHealthChecks("/health", new HealthCheckOptions()
345app.UseHealthChecks("/health", new HealthCheckOptions()
380app.UseHealthChecks("/health", new HealthCheckOptions()
447app.UseHealthChecks("/health", new HealthCheckOptions()
482app.UseHealthChecks("/health", new HealthCheckOptions()
637app.UseHealthChecks("/health", new HealthCheckOptions()
676app.UseHealthChecks("/health", new HealthCheckOptions()
830app.UseHealthChecks("/health", port: 5001, new HealthCheckOptions()
874app.UseHealthChecks("/health", port: 5002, new HealthCheckOptions()
902var options = new HealthCheckOptions();
912var options = new HealthCheckOptions { ResultStatusCodes = null };
922_ = new HealthCheckOptions
937new HealthCheckOptions { ResultStatusCodes = new Dictionary<HealthStatus, int>() }
948new HealthCheckOptions
OrleansServiceDefaults (1)
Playground.ServiceDefaults (1)
Seq.ServiceDefaults (1)
TestingAppHost1.ServiceDefaults (1)
TestShop.ServiceDefaults (1)
15 references to HealthCheckOptions
Microsoft.AspNetCore.Diagnostics.HealthChecks (13)
Microsoft.AspNetCore.Diagnostics.HealthChecks.Tests (2)