2 writes to Urls
Aspire.Cli.Tests (2)
Backchannel\ResourceSnapshotMapperTests.cs (1)
43
Urls
=
Mcp\ListResourcesToolTests.cs (1)
151
Urls
=
4 references to Urls
aspire (4)
Backchannel\ResourceSnapshotMapper.cs (1)
51
var urls = snapshot.
Urls
Commands\DescribeCommand.cs (3)
354
var endpoints = snapshot.
Urls
.Length > 0
355
? string.Join(", ", OrderUrls(snapshot.
Urls
.Where(e => !e.IsInternal))
384
var endpoints = OrderUrls(snapshot.
Urls
.Where(e => !e.IsInternal))