1 write to State
aspire (1)
Backchannel\ResourceSnapshotMapper.cs (1)
126State = c.command.State,
3 references to State
Aspire.Cli.Tests (3)
Backchannel\ResourceSnapshotMapperTests.cs (3)
103Assert.Equal("Enabled", stopCommand.State); 150Assert.Equal(KnownCommandState.Enabled, result.Commands["restart"].State); 151Assert.Equal(KnownCommandState.Disabled, result.Commands["start"].State);