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