3 references to ResultStatusCodes
Microsoft.AspNetCore.Diagnostics.HealthChecks (3)
HealthCheckMiddleware.cs (2)
49
if (!_healthCheckOptions.
ResultStatusCodes
.TryGetValue(result.Status, out var statusCode))
53
$"{nameof(HealthCheckOptions)}.{nameof(HealthCheckOptions.
ResultStatusCodes
)} must contain" +
HealthCheckOptions.cs (1)
57
$"The {nameof(
ResultStatusCodes
)} dictionary must include an entry for all possible " +