2 writes to LaunchProfileName
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
393LaunchProfileName = LaunchProfileName,
Microsoft.DotNet.HotReload.Watch (1)
Aspire\AspireServiceFactory.cs (1)
247LaunchProfileName = projectLaunchInfo.DisableLaunchProfile ? default : projectLaunchInfo.LaunchProfile,
3 references to LaunchProfileName
Microsoft.DotNet.HotReload.Watch (3)
Aspire\AspireServiceFactory.cs (1)
245CommandArguments = GetRunCommandArguments(projectLaunchInfo, _hostProjectOptions.LaunchProfileName.Value),
Browser\BrowserLauncher.cs (2)
135var profile = projectOptions.LaunchProfileName.HasValue 136? LaunchSettingsProfile.ReadLaunchProfile(projectOptions.Representation, projectOptions.LaunchProfileName.Value, logger)