4 references to DisplayProperties
aspire (4)
Backchannel\ResourceSnapshotMapper.cs (1)
55DisplayName = u.DisplayProperties?.DisplayName,
Commands\DescribeCommand.cs (3)
356.Select(e => FormatEndpointUrl(e.Url, e.DisplayProperties?.DisplayName))) 385.Select(e => (e.Url, DisplayName: e.DisplayProperties?.DisplayName ?? "")) 424urls.OrderByDescending(e => e.DisplayProperties?.SortOrder ?? 0)