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