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