1 write to HealthStatus
Aspire.Cli.Tests (1)
Mcp\ListResourcesToolTests.cs (1)
150HealthStatus = "Healthy",
3 references to HealthStatus
aspire (3)
Backchannel\ResourceSnapshotMapper.cs (1)
134HealthStatus = snapshot.HealthStatus,
Commands\DescribeCommand.cs (2)
289var healthText = ColorHealth(snapshot.HealthStatus?.EscapeMarkup() ?? "-"); 305return new ResourceDisplayState(displayName, snapshot.State, snapshot.HealthStatus, endpoints);