6 references to ReadKeyFromStdin
dotnet-watch (1)
UI\PhysicalConsole.cs (1)
22
_ = testFlags.HasFlag(TestFlags.
ReadKeyFromStdin
) ? ListenToStandardInputAsync() : ListenToConsoleKeyPressAsync();
dotnet-watch.Tests (5)
HotReload\ApplyDeltaTests.cs (4)
451
App.Start(testAsset, [], testFlags: TestFlags.
ReadKeyFromStdin
);
738
App.Start(testAsset, [], testFlags: TestFlags.
ReadKeyFromStdin
);
841
App.Start(testAsset, ["--urls", "http://localhost:" + port, "--non-interactive"], testFlags: TestFlags.
ReadKeyFromStdin
| TestFlags.MockBrowser);
1131
App.Start(testAsset, ["-lp", "http"], relativeProjectDirectory: "WatchAspire.AppHost", testFlags: TestFlags.
ReadKeyFromStdin
);
TestUtilities\WatchableApp.cs (1)
201
Assert.True(TestFlags.HasFlag(TestFlags.
ReadKeyFromStdin
));