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