2 writes to State
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" }
1 reference to State
aspire (1)
Backchannel\ResourceSnapshotMapper.cs (1)
107
.Where(c => string.Equals(c.
State
, "Enabled", StringComparison.OrdinalIgnoreCase))