2 writes to NonInteractive
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
181
NonInteractive
= parseResult.GetValue(NonInteractiveOption),
Microsoft.DotNet.HotReload.Watch.Aspire (1)
DotNetWatchLauncher.cs (1)
17
NonInteractive
= 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)
32
if (!context.Options.
NonInteractive
)
273
autoRestart: _context.Options.
NonInteractive
|| _rudeEditRestartPrompt?.AutoRestartPreference is true,