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)
142new ResourceSnapshotCommand { Name = "start", State = KnownCommandState.Disabled, Description = "Start" }, 151Assert.Equal(KnownCommandState.Disabled, result.Commands["start"].State); 167new ResourceSnapshotCommand { Name = "ui-disabled", State = KnownCommandState.Disabled, Description = "UI disabled", Visibility = KnownCommandVisibility.UI }