2 writes to NonInteractive
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
181NonInteractive = parseResult.GetValue(NonInteractiveOption),
Microsoft.DotNet.HotReload.Watch.Aspire (1)
DotNetWatchLauncher.cs (1)
17NonInteractive = true,
3 references to NonInteractive
dotnet-watch.Tests (1)
CommandLine\CommandLineOptionsTests.cs (1)
351"--non-interactive" => options.GlobalOptions.NonInteractive,
Microsoft.DotNet.HotReload.Watch (2)
HotReload\HotReloadDotNetWatcher.cs (2)
32if (!context.Options.NonInteractive) 273autoRestart: _context.Options.NonInteractive || _rudeEditRestartPrompt?.AutoRestartPreference is true,