2 instantiations of ResourceSnapshotCommand
Aspire.Cli.Tests (2)
Backchannel\ResourceSnapshotMapperTests.cs (2)
26new ResourceSnapshotCommand { Name = "resource-stop", State = "Enabled", Description = "Stop" }, 27new ResourceSnapshotCommand { Name = "resource-start", State = "Disabled", Description = "Start" }
1 reference to ResourceSnapshotCommand
aspire (1)
src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs (1)
732public ResourceSnapshotCommand[] Commands { get; init; } = [];