4 writes to ApplicationUrl
Aspire.Hosting.Tests (4)
KestrelConfigTests.cs (1)
389
ApplicationUrl
= "http://localhost:5031",
ProjectResourceTests.cs (3)
688
ApplicationUrl
= "http://localhost:5031",
709
ApplicationUrl
= "https://localhost:7144;http://localhost:5193;http://localhost:5194;https://localhost:7145;https://localhost:7146",
730
ApplicationUrl
= "http://*:5031;https://*:5033",
3 references to ApplicationUrl
Aspire.Hosting (3)
Dcp\ApplicationExecutor.cs (1)
759
if (profile.
ApplicationUrl
is string applicationUrl
ProjectResourceBuilderExtensions.cs (2)
429
var urlsFromApplicationUrl = launchProfile.
ApplicationUrl
?.Split(';', StringSplitOptions.RemoveEmptyEntries) ?? [];
491
if (launchProfile?.
ApplicationUrl
== null && !kestrelEndpointsByScheme.Any())