2 writes to Name
Aspire.Cli.Tests (2)
Backchannel\ResourceSnapshotMapperTests.cs (2)
26
new ResourceSnapshotCommand {
Name
= "stop", State = "Enabled", Description = "Stop" },
27
new ResourceSnapshotCommand {
Name
= "start", State = "Disabled", Description = "Start" }
2 references to Name
aspire (2)
Backchannel\ResourceSnapshotMapper.cs (2)
108
.OrderBy(c => c.
Name
)
110
c => c.
Name
,