1 write to DisplayName
aspire (1)
Backchannel\ResourceSnapshotMapper.cs (1)
123DisplayName = string.IsNullOrWhiteSpace(c.command.DisplayName) ? null : c.command.DisplayName.Trim(),
1 reference to DisplayName
Aspire.Cli.Tests (1)
Backchannel\ResourceSnapshotMapperTests.cs (1)
303Assert.Null(command.Value.DisplayName);