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