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