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