3 implementations of ReportOutput
dotnet-watch (1)
UI\ConsoleReporter.cs (1)
23
void IProcessOutputReporter.
ReportOutput
(OutputLine line)
dotnet-watch.Tests (2)
TestUtilities\TestProcessOutputReporter.cs (1)
13
public void
ReportOutput
(OutputLine line)
TestUtilities\TestReporter.cs (1)
22
void IProcessOutputReporter.
ReportOutput
(OutputLine line)
1 reference to ReportOutput
dotnet-watch (1)
Process\ProjectLauncher.cs (1)
76
context.ProcessOutputReporter.
ReportOutput
(context.ProcessOutputReporter.PrefixProcessOutput ? line with { Content = $"[{projectDisplayName}] {line.Content}" } : line);