6 writes to ApplicationUrl
Aspire.Hosting.Tests (6)
KestrelConfigTests.cs (1)
389
ApplicationUrl
= "http://localhost:5031",
ProjectResourceTests.cs (3)
693
ApplicationUrl
= "http://localhost:5031",
714
ApplicationUrl
= "https://localhost:7144;http://localhost:5193;http://localhost:5194;https://localhost:7145;https://localhost:7146",
735
ApplicationUrl
= "http://*:5031;https://*:5033",
WithUrlsTests.cs (2)
635
ApplicationUrl
= "http://localhost:23456",
641
ApplicationUrl
= "http://localhost:23456",
2 references to ApplicationUrl
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
430
var urlsFromApplicationUrl = launchProfile.
ApplicationUrl
?.Split(';', StringSplitOptions.RemoveEmptyEntries) ?? [];
524
if (launchProfile?.
ApplicationUrl
== null && !kestrelEndpointsByScheme.Any())