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