3 references to Text
Aspire.Dashboard (2)
Components\Controls\ResourceDetails.razor.cs (1)
385if (string.IsNullOrWhiteSpace(stateDescription) || string.Equals(stateDescription, stateViewModel.Text, StringComparison.Ordinal))
Model\ResourceGraph\ResourceGraphMapper.cs (1)
61Tooltip = stateIcon.Text ?? r.State
Aspire.Dashboard.Tests (1)
Model\ResourceStateViewModelTests.cs (1)
109Assert.Equal(expectedText, vm.Text);