14 references to DotnetWatchArgs
dotnet-watch.Tests (14)
CommandLine\LaunchSettingsTests.cs (5)
42App.DotnetWatchArgs.Add("--no-hot-reload"); 60App.DotnetWatchArgs.Add("--no-hot-reload"); 63App.DotnetWatchArgs.Add("--launch-profile"); 64App.DotnetWatchArgs.Add("Second"); 80App.DotnetWatchArgs.Add("--no-hot-reload");
CommandLine\ProgramTests.cs (5)
63App.DotnetWatchArgs.Clear(); 93App.DotnetWatchArgs.Clear(); 128App.DotnetWatchArgs.Clear(); 309App.DotnetWatchArgs.Clear(); 352App.DotnetWatchArgs.Clear();
HotReload\ApplyDeltaTests.cs (2)
360App.DotnetWatchArgs.Clear(); 697App.DotnetWatchArgs.Clear();
TestUtilities\WatchableApp.cs (1)
156var commandSpec = new DotnetCommand(Logger, ["watch", .. DotnetWatchArgs, .. arguments])
Watch\GlobbingAppTests.cs (1)
97App.DotnetWatchArgs.Clear();