4 writes to NoLaunchProfile
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
377
NoLaunchProfile
= NoLaunchProfile,
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
70
NoLaunchProfile
= true,
Microsoft.DotNet.HotReload.Watch (1)
Aspire\AspireServiceFactory.cs (1)
231
NoLaunchProfile
= projectLaunchInfo.DisableLaunchProfile,
Microsoft.DotNet.HotReload.Watch.Aspire (1)
DotNetWatchLauncher.cs (1)
35
NoLaunchProfile
= options.NoLaunchProfile,
2 references to NoLaunchProfile
Microsoft.DotNet.HotReload.Watch (2)
Aspire\AspireServiceFactory.cs (1)
219
var hostLaunchProfile = _hostProjectOptions.
NoLaunchProfile
? null : _hostProjectOptions.LaunchProfileName;
Browser\BrowserLauncher.cs (1)
130
return (projectOptions.
NoLaunchProfile
== true