1 instantiation of RunningWatcher
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
142
return new
RunningWatcher
(this, watcher, watchTask, reporter, console, serviceHolder, shutdownSource);
9 references to RunningWatcher
dotnet-watch.Tests (9)
HotReload\RuntimeProcessLauncherTests.cs (9)
95
private
RunningWatcher
StartWatcher(TestAsset testAsset, string[] args, string? workingDirectory = null)
166
await using
var
w = StartWatcher(testAsset, ["--non-interactive", "--project", hostProject], workingDirectory);
329
await using
var
w = StartWatcher(testAsset, ["--non-interactive", "--project", hostProject], workingDirectory);
419
await using
var
w = StartWatcher(testAsset, args: ["--project", hostProject], workingDirectory);
508
await using
var
w = StartWatcher(testAsset, ["--non-interactive", "--project", hostProject], workingDirectory);
600
await using
var
w = StartWatcher(testAsset, ["--no-exit"], workingDirectory);
658
await using
var
w = StartWatcher(testAsset, [], workingDirectory);
714
await using
var
w = StartWatcher(testAsset, [], appProjDir);
773
await using
var
w = StartWatcher(testAsset, []);