3 writes to DisplayName
Aspire.Cli.Tests (3)
Backchannel\ResourceSnapshotMapperTests.cs (1)
293DisplayName = " ",
Commands\DescribeCommandTests.cs (2)
482DisplayName = "Restart", 489DisplayName = "Repair",
4 references to DisplayName
aspire (4)
Backchannel\ResourceSnapshotMapper.cs (2)
123DisplayName = string.IsNullOrWhiteSpace(c.command.DisplayName) ? null : c.command.DisplayName.Trim(),
Commands\ResourceCommand.cs (2)
246.Select(static command => command.Description ?? command.DisplayName) 758writer.WriteLine(command.Description is { Length: > 0 } ? command.Description : command.DisplayName ?? command.Name);