1 instantiation of ResourceSnapshotCommand
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
1173.Select(c => new ResourceSnapshotCommand
2 references to ResourceSnapshotCommand
Aspire.Hosting (1)
Backchannel\BackchannelDataTypes.cs (1)
1197public ResourceSnapshotCommand[] Commands { get; init; } = [];
Aspire.Hosting.Tests (1)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (1)
304var startCommand = Assert.Single(snapshot.Commands, c => c.Name == "start" && c.DisplayName == "Start" && c.Description == "Start the resource" && c.State == "Enabled");