23 writes to ApplicationUrl
Aspire.Hosting (1)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
170Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchProfile)obj).ApplicationUrl = value!,
Aspire.Hosting.Azure.Functions (1)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
179Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchProfile)obj).ApplicationUrl = value!,
Aspire.Hosting.Docker.Tests (2)
DockerComposePublisherTests.cs (2)
552ApplicationUrl = "http://localhost:5031;https://localhost:5032", 562ApplicationUrl = "http://localhost:5031",
Aspire.Hosting.Testing (1)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
179Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchProfile)obj).ApplicationUrl = value!,
Aspire.Hosting.Tests (18)
Dcp\DcpExecutorTests.cs (5)
1747ApplicationUrl = "http://localhost:5000;https://localhost:5001", 1757ApplicationUrl = "http://localhost:5003;", 1782settings.Profiles["Zed"] = new LaunchProfile { CommandName = "Project", ApplicationUrl = "http://localhost:6001" }; 1783settings.Profiles["Alpha"] = new LaunchProfile { CommandName = "Project", ApplicationUrl = "http://localhost:6002" }; 1784settings.Profiles["Beta"] = new LaunchProfile { CommandName = "Project", ApplicationUrl = "http://localhost:6003" };
KestrelConfigTests.cs (1)
388ApplicationUrl = "http://localhost:5031",
ProjectResourceTests.cs (9)
780ApplicationUrl = "http://localhost:5031", 801ApplicationUrl = "https://localhost:7144;http://localhost:5193;http://localhost:5194;https://localhost:7145;https://localhost:7146", 822ApplicationUrl = "http://*:5031;https://*:5033", 842ApplicationUrl = "http://localhost:12345" 847ApplicationUrl = "http://localhost:5000" 863ApplicationUrl = "http://localhost:12345" 868ApplicationUrl = "http://localhost:5000" 884ApplicationUrl = "http://localhost:12345" 889ApplicationUrl = "http://localhost:5000",
PublishAsDockerfileTests.cs (1)
380ApplicationUrl = "http://localhost:5031;https://localhost:5033",
WithUrlsTests.cs (2)
869ApplicationUrl = "http://localhost:23456", 875ApplicationUrl = "http://localhost:23456",
8 references to ApplicationUrl
Aspire.Hosting (4)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
169Getter = static obj => ((global::Aspire.Hosting.LaunchProfile)obj).ApplicationUrl, 223writer.WriteString(PropName_applicationUrl, ((global::Aspire.Hosting.LaunchProfile)value).ApplicationUrl);
ProjectResourceBuilderExtensions.cs (2)
434var urlsFromApplicationUrl = launchProfile.ApplicationUrl?.Split(';', StringSplitOptions.RemoveEmptyEntries) ?? []; 528if (launchProfile?.ApplicationUrl == null && !kestrelEndpointsByScheme.Any())
Aspire.Hosting.Azure.Functions (2)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
178Getter = static obj => ((global::Aspire.Hosting.LaunchProfile)obj).ApplicationUrl, 236writer.WriteString(PropName_applicationUrl, ((global::Aspire.Hosting.LaunchProfile)value).ApplicationUrl);
Aspire.Hosting.Testing (2)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
178Getter = static obj => ((global::Aspire.Hosting.LaunchProfile)obj).ApplicationUrl, 236writer.WriteString(PropName_applicationUrl, ((global::Aspire.Hosting.LaunchProfile)value).ApplicationUrl);