2 writes to Url
Aspire.Cli.Tests (2)
Backchannel\ResourceSnapshotMapperTests.cs (1)
45
new ResourceSnapshotUrl { Name = "http",
Url
= "http://localhost:5000" }
Mcp\ListResourcesToolTests.cs (1)
153
new ResourceSnapshotUrl { Name = "http",
Url
= "http://localhost:5000" }
4 references to Url
aspire (4)
Backchannel\ResourceSnapshotMapper.cs (1)
56
Url = u.
Url
,
Commands\DescribeCommand.cs (3)
356
.Select(e => FormatEndpointUrl(e.
Url
, e.DisplayProperties?.DisplayName)))
385
.Select(e => (e.
Url
, DisplayName: e.DisplayProperties?.DisplayName ?? ""))
425
.ThenByDescending(e => e.
Url
.StartsWith("https", StringComparison.OrdinalIgnoreCase))