2 writes to LaunchUrl
Aspire.Hosting.Tests (2)
WithUrlsTests.cs (2)
636
LaunchUrl
= "/sub-path"
642
LaunchUrl
= "http://custom.localhost:23456/home"
2 references to LaunchUrl
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
463
if (Uri.TryCreate(launchProfile.
LaunchUrl
, UriKind.RelativeOrAbsolute, out var launchUri))
479
url.Url = launchProfile.
LaunchUrl
;