1 write to ApplicationUrl
dotnet (1)
Commands\Run\LaunchSettings\ProjectLaunchSettingsProvider.cs (1)
57
config.
ApplicationUrl
= applicationUrlValue;
3 references to ApplicationUrl
dotnet (3)
Commands\Run\LaunchSettings\ProjectLaunchSettingsProvider.cs (1)
50
else if (string.Equals(property.Name, nameof(ProjectLaunchSettingsModel.
ApplicationUrl
), StringComparison.OrdinalIgnoreCase))
Commands\Run\RunCommand.cs (2)
190
if (!string.IsNullOrEmpty(launchSettings.
ApplicationUrl
))
192
targetCommand.EnvironmentVariable("ASPNETCORE_URLS", launchSettings.
ApplicationUrl
);