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