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