1 write to SortOrder
aspire (1)
Backchannel\ResourceSnapshotMapper.cs (1)
127SortOrder = c.index,
6 references to SortOrder
Aspire.Cli.Tests (6)
Backchannel\ResourceSnapshotMapperTests.cs (6)
202Assert.Equal(0, result.Commands["set-parameter"].SortOrder); 203Assert.Equal(1, result.Commands["custom-action"].SortOrder); 204Assert.Equal(2, result.Commands["delete-parameter"].SortOrder); 230Assert.Equal(0, result.Commands["set-parameter"].SortOrder); 231Assert.Equal(1, result.Commands["custom-action"].SortOrder); 232Assert.Equal(2, result.Commands["delete-parameter"].SortOrder);