1 implementation of PrefixProcessOutput
Microsoft.DotNet.HotReload.Watch (1)
UI\ConsoleReporter.cs (1)
12bool IProcessOutputReporter.PrefixProcessOutput
1 reference to PrefixProcessOutput
Microsoft.DotNet.HotReload.Watch (1)
Process\ProcessSpec.cs (1)
42outputReporter.ReportOutput(outputReporter.PrefixProcessOutput ? line with { Content = $"[{projectDisplayName}] {line.Content}" } : line);