4 writes to LaunchUrl
Aspire.Hosting.Tests (4)
Dcp\DcpExecutorTests.cs (2)
2639
LaunchUrl
= "http://localhost:5000",
2649
LaunchUrl
= "http://localhost:5003",
WithUrlsTests.cs (2)
1020
LaunchUrl
= "/sub-path"
1026
LaunchUrl
= "http://custom.localhost:23456/home"
2 references to LaunchUrl
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
618
if (Uri.TryCreate(launchProfile.
LaunchUrl
, UriKind.RelativeOrAbsolute, out var launchUri))
634
url.Url = launchProfile.
LaunchUrl
;