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