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