56 references to WaitingForChanges
dotnet-watch (2)
HotReload\HotReloadDotNetWatcher.cs (1)
777_context.Logger.Log(MessageDescriptor.WaitingForChanges
Watch\DotNetWatcher.cs (1)
100context.Logger.Log(MessageDescriptor.WaitingForChanges);
dotnet-watch.Tests (54)
Browser\BrowserTests.cs (3)
43await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 82await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 94await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges);
HotReload\ApplyDeltaTests.cs (39)
24await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 59await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 84await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 141await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 147await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 183await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 223await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 257await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 298await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 321await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 363await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 424await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 429await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 482await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 488await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 511await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 525await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 534await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 566await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 572await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 654await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 658await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 663await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 676await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 720await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 760await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 800await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 831await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 865await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 922await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 934await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 959await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 981await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 1038await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 1070await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 1132await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 1186await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 1224await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 1322await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges);
HotReload\RuntimeProcessLauncherTests.cs (9)
175TriggerEvent.WaitingForChanges => MessageDescriptor.WaitingForChanges, 195var waitingForChanges = w.Reporter.RegisterSemaphore(MessageDescriptor.WaitingForChanges); 331var waitingForChanges = w.Reporter.RegisterSemaphore(MessageDescriptor.WaitingForChanges); 421var waitingForChanges = w.Reporter.RegisterSemaphore(MessageDescriptor.WaitingForChanges); 510var waitingForChanges = w.Reporter.RegisterSemaphore(MessageDescriptor.WaitingForChanges); 602var waitingForChanges = w.Reporter.RegisterSemaphore(MessageDescriptor.WaitingForChanges); 663var waitingForChanges = w.Reporter.RegisterSemaphore(MessageDescriptor.WaitingForChanges); 719var waitingForChanges = w.Reporter.RegisterSemaphore(MessageDescriptor.WaitingForChanges); 778var waitingForChanges = w.Reporter.RegisterSemaphore(MessageDescriptor.WaitingForChanges);
Watch\GlobbingAppTests.cs (2)
15await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges); 78await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges);
Watch\NoDepsAppTests.cs (1)
42await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges);