3 writes to Url
Aspire.Cli.Tests (3)
Backchannel\ResourceSnapshotMapperTests.cs (1)
22
new ResourceSnapshotUrl { Name = "http",
Url
= "http://localhost:5000" }
Commands\PsCommandTests.cs (1)
224
new ResourceSnapshotUrl { Name = "https",
Url
= "https://localhost:7001" }
Mcp\ListResourcesToolTests.cs (1)
153
new ResourceSnapshotUrl { Name = "http",
Url
= "http://localhost:5000" }
3 references to Url
aspire (3)
Backchannel\ResourceSnapshotMapper.cs (1)
52
Url = u.
Url
,
Commands\DescribeCommand.cs (2)
284
? string.Join(", ", snapshot.Urls.Where(e => !e.IsInternal).Select(e => e.
Url
.EscapeMarkup()))
302
? string.Join(", ", snapshot.Urls.Where(e => !e.IsInternal).Select(e => e.
Url
))