3 writes to Options
dotnet-watch (1)
Program.cs (1)
239
Options
= options.GlobalOptions,
dotnet-watch.Tests (2)
Watch\BuildEvaluatorTests.cs (1)
26
Options
= new(),
Watch\NoRestoreTests.cs (1)
23
Options
= new(),
7 references to Options
dotnet-watch (7)
HotReload\HotReloadDotNetWatcher.cs (6)
31
if (!context.
Options
.NonInteractive)
33
var consoleInput = new ConsoleInputReader(_console, context.
Options
.Quiet, context.EnvironmentOptions.SuppressEmojis);
112
var scopedCssFileHandler = new ScopedCssFileHandler(_context.Logger, _context.BuildLogger, projectMap, _context.BrowserRefreshServerFactory, _context.
Options
, _context.EnvironmentOptions);
271
autoRestart: _context.
Options
.NonInteractive || _rudeEditRestartPrompt?.AutoRestartPreference is true,
573
var buildReporter = new BuildReporter(_context.Logger, _context.
Options
, _context.EnvironmentOptions);
846
_context.
Options
,
Watch\BuildEvaluator.cs (1)
43
new BuildReporter(_context.BuildLogger, _context.
Options
, _context.EnvironmentOptions));