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