4 references to Disabled
aspire (1)
Backchannel\ResourceSnapshotMapper.cs (1)
251
|| (includeDisabledCommands && string.Equals(state, KnownCommandState.
Disabled
, StringComparison.OrdinalIgnoreCase));
Aspire.Cli.Tests (3)
Backchannel\ResourceSnapshotMapperTests.cs (3)
142
new ResourceSnapshotCommand { Name = "start", State = KnownCommandState.
Disabled
, Description = "Start" },
151
Assert.Equal(KnownCommandState.
Disabled
, result.Commands["start"].State);
167
new ResourceSnapshotCommand { Name = "ui-disabled", State = KnownCommandState.
Disabled
, Description = "UI disabled", Visibility = KnownCommandVisibility.UI }