1 write to StdOut
Microsoft.AspNetCore.SpaServices.Extensions (1)
Npm\NodeScriptRunner.cs (1)
61StdOut = new EventedStreamReader(_npmProcess.StandardOutput);
5 references to StdOut
Microsoft.AspNetCore.SpaServices.Extensions (5)
AngularCli\AngularCliBuilder.cs (2)
64using (var stdOutReader = new EventedStreamStringReader(scriptRunner.StdOut)) 69await scriptRunner.StdOut.WaitForMatch(
AngularCli\AngularCliMiddleware.cs (1)
76openBrowserLine = await scriptRunner.StdOut.WaitForMatch(
Npm\NodeScriptRunner.cs (1)
87StdOut.OnReceivedLine += line =>
ReactDevelopmentServer\ReactDevelopmentServerMiddleware.cs (1)
90await scriptRunner.StdOut.WaitForMatch(