16 references to Enabled
Aspire.Dashboard (2)
Model\TelemetryExportService.cs (1)
770
.Where(c => c.State == CommandViewModelState.
Enabled
)
ServiceClient\Partials.cs (1)
129
ResourceCommandState.Enabled => CommandViewModelState.
Enabled
,
Aspire.Dashboard.Components.Tests (7)
Controls\ResourceDetailsTests.cs (3)
733
CommandViewModelState.
Enabled
,
779
CommandViewModelState.
Enabled
,
825
CommandViewModelState.
Enabled
,
Pages\ConsoleLogsTests.cs (3)
793
commands: [new CommandViewModel("test-name", CommandViewModelState.
Enabled
, "test-displayname", "test-displaydescription", confirmationMessage: "", argumentInputs: [], isHighlighted: true, iconName: string.Empty, iconVariant: IconVariant.Regular)]);
860
CommandViewModelState.
Enabled
,
902
commands: [new CommandViewModel("test-name", CommandViewModelState.
Enabled
, "test-displayname", "test-displaydescription", confirmationMessage: "", argumentInputs: [], isHighlighted: true, iconName: string.Empty, iconVariant: IconVariant.Regular)]);
Pages\ResourcesTests.cs (1)
159
CommandViewModelState.
Enabled
,
Aspire.Dashboard.Tests (7)
Model\DashboardClientTests.cs (1)
834
CommandViewModelState.
Enabled
,
Model\DashboardCommandExecutorTests.cs (1)
242
CommandViewModelState.
Enabled
,
Model\ResourceMenuBuilderTests.cs (5)
290
CommandViewModelState.
Enabled
,
300
CommandViewModelState.
Enabled
,
337
CommandViewModelState.
Enabled
,
381
CommandViewModelState.
Enabled
,
423
CommandViewModelState.
Enabled
,