1 write to State
aspire (1)
Backchannel\ResourceSnapshotMapper.cs (1)
126
State
= c.command.State,
4 references to State
Aspire.Cli.Tests (4)
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
);
Commands\DescribeCommandTests.cs (1)
511
Assert.Equal(KnownCommandState.Disabled, resource.Commands["repair"].
State
);