3 writes to LaunchProfileName
dotnet-watch (2)
Aspire\AspireServiceFactory.cs (1)
218LaunchProfileName = projectLaunchInfo.LaunchProfile,
CommandLine\CommandLineOptions.cs (1)
375LaunchProfileName = LaunchProfileName,
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
69LaunchProfileName = null,
2 references to LaunchProfileName
dotnet-watch (2)
Aspire\AspireServiceFactory.cs (1)
207var hostLaunchProfile = _hostProjectOptions.NoLaunchProfile ? null : _hostProjectOptions.LaunchProfileName;
Browser\BrowserLauncher.cs (1)
141? null : LaunchSettingsProfile.ReadLaunchProfile(projectOptions.ProjectPath, projectOptions.LaunchProfileName, logger)) ?? new();