2 references to ColorHealth
aspire (2)
Commands\DescribeCommand.cs (2)
289
var healthText =
ColorHealth
(snapshot.HealthStatus?.EscapeMarkup() ?? "-");
311
var healthText = !string.IsNullOrEmpty(state.HealthStatus) ? $" ({
ColorHealth
(state.HealthStatus.EscapeMarkup())})" : "";