2 writes to LaunchProfileName
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
412LaunchProfileName = LaunchProfileName,
Microsoft.DotNet.HotReload.Watch (1)
Aspire\AspireServiceFactory.cs (1)
248LaunchProfileName = projectLaunchInfo.DisableLaunchProfile ? default : projectLaunchInfo.LaunchProfile,
3 references to LaunchProfileName
Microsoft.DotNet.HotReload.Watch (3)
Aspire\AspireServiceFactory.cs (1)
246CommandArguments = GetRunCommandArguments(projectLaunchInfo, _hostProjectOptions.LaunchProfileName.Value),
Browser\BrowserLauncher.cs (2)
138var profile = projectOptions.LaunchProfileName.HasValue 141projectOptions.LaunchProfileName.Value,