8 writes to ApplicationUrl
Aspire.Hosting.Docker.Tests (2)
DockerComposePublisherTests.cs (2)
518ApplicationUrl = "http://localhost:5031;https://localhost:5032", 528ApplicationUrl = "http://localhost:5031",
Aspire.Hosting.Tests (6)
KestrelConfigTests.cs (1)
388ApplicationUrl = "http://localhost:5031",
ProjectResourceTests.cs (3)
695ApplicationUrl = "http://localhost:5031", 716ApplicationUrl = "https://localhost:7144;http://localhost:5193;http://localhost:5194;https://localhost:7145;https://localhost:7146", 737ApplicationUrl = "http://*:5031;https://*:5033",
WithUrlsTests.cs (2)
820ApplicationUrl = "http://localhost:23456", 826ApplicationUrl = "http://localhost:23456",
2 references to ApplicationUrl
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
431var urlsFromApplicationUrl = launchProfile.ApplicationUrl?.Split(';', StringSplitOptions.RemoveEmptyEntries) ?? []; 525if (launchProfile?.ApplicationUrl == null && !kestrelEndpointsByScheme.Any())