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