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