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