2 writes to Name
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" }
2 references to Name
aspire (2)
Backchannel\ResourceSnapshotMapper.cs (2)
98.OrderBy(c => c.Name) 100c => c.Name,