3 writes to NoLaunchProfile
dotnet-watch (2)
Aspire\AspireServiceFactory.cs (1)
219NoLaunchProfile = projectLaunchInfo.DisableLaunchProfile,
CommandLine\CommandLineOptions.cs (1)
376NoLaunchProfile = NoLaunchProfile,
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
70NoLaunchProfile = true,
2 references to NoLaunchProfile
dotnet-watch (2)
Aspire\AspireServiceFactory.cs (1)
207var hostLaunchProfile = _hostProjectOptions.NoLaunchProfile ? null : _hostProjectOptions.LaunchProfileName;
Browser\BrowserLauncher.cs (1)
140return (projectOptions.NoLaunchProfile == true