5 references to HealthStatus
aspire (5)
Commands\DescribeCommand.cs (5)
394var healthText = !string.IsNullOrEmpty(state.HealthStatus) ? $" ({ColorHealth(state.HealthStatus.EscapeMarkup())})" : ""; 458HealthStatus == other.HealthStatus && 464HashCode.Combine(DisplayName, State, HealthStatus, Endpoints.Length);