1 reference to DegradedBytes
Microsoft.AspNetCore.Diagnostics.HealthChecks (1)
HealthCheckResponseWriters.cs (1)
21
HealthStatus.Degraded => httpContext.Response.Body.WriteAsync(
DegradedBytes
.AsMemory()).AsTask(),