2 references to FormatEndpointUrl
aspire (2)
Commands\DescribeCommand.cs (2)
356
.Select(e =>
FormatEndpointUrl
(e.Url, e.DisplayProperties?.DisplayName)))
396
? $" - {string.Join(", ", state.Endpoints.Select(e =>
FormatEndpointUrl
(e.Url, e.DisplayName)))}"