2 instantiations of WatchableApp
dotnet-watch.Tests (2)
Build\EvaluationTests.cs (1)
544
using var watchableApp = new
WatchableApp
(new DebugTestOutputLogger(output));
TestUtilities\DotNetWatchTestBase.cs (1)
19
App = new
WatchableApp
(debugLogger);
2 references to WatchableApp
dotnet-watch.Tests (2)
Build\EvaluationTests.cs (1)
544
using
var
watchableApp = new WatchableApp(new DebugTestOutputLogger(output));
TestUtilities\DotNetWatchTestBase.cs (1)
14
internal
WatchableApp
App { get; }