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