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