3 references to RunningAndUnhealthyResourceStateToolTip
Aspire.Dashboard (1)
Model\ResourceStateViewModel.cs (1)
122
return loc[nameof(Columns.
RunningAndUnhealthyResourceStateToolTip
)];
Aspire.Dashboard.Tests (2)
Model\ResourceStateViewModelTests.cs (2)
44
/* expected output */ $"Localized:{nameof(Columns.
RunningAndUnhealthyResourceStateToolTip
)}", "CheckmarkCircleWarning", Color.Warning, "Running (Unhealthy)")]
47
/* expected output */ $"Localized:{nameof(Columns.
RunningAndUnhealthyResourceStateToolTip
)}", "CheckmarkCircleWarning", Color.Warning, "Running (Unhealthy)")]