1 instantiation of RunningWatcher
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
141
return new
RunningWatcher
(this, watcher, watchTask, reporter, console, serviceHolder, shutdownSource);
9 references to RunningWatcher
dotnet-watch.Tests (9)
HotReload\RuntimeProcessLauncherTests.cs (9)
94
private
RunningWatcher
StartWatcher(TestAsset testAsset, string[] args, string? workingDirectory = null)
165
await using
var
w = StartWatcher(testAsset, ["--non-interactive", "--project", hostProject], workingDirectory);
328
await using
var
w = StartWatcher(testAsset, ["--non-interactive", "--project", hostProject], workingDirectory);
418
await using
var
w = StartWatcher(testAsset, args: ["--project", hostProject], workingDirectory);
507
await using
var
w = StartWatcher(testAsset, ["--non-interactive", "--project", hostProject], workingDirectory);
599
await using
var
w = StartWatcher(testAsset, ["--no-exit"], workingDirectory);
657
await using
var
w = StartWatcher(testAsset, [], workingDirectory);
713
await using
var
w = StartWatcher(testAsset, [], appProjDir);
772
await using
var
w = StartWatcher(testAsset, []);