1 write to _msgPrefix
Infrastructure.Tests (1)
PowerShellScripts\PowerShellCommand.cs (1)
35_msgPrefix = string.IsNullOrEmpty(_label) ? string.Empty : $"[{_label}] ";
8 references to _msgPrefix
Infrastructure.Tests (8)
PowerShellScripts\PowerShellCommand.cs (8)
86_testOutput.WriteLine($"{_msgPrefix}Executing - pwsh {fullArgs} {WorkingDirectoryInfo()}"); 104_testOutput.WriteLine($"{_msgPrefix}{e.Data}"); 119_testOutput.WriteLine($"{_msgPrefix}{e.Data}"); 141_testOutput.WriteLine($"{_msgPrefix}Got the Exited event, waiting on WaitForExitAsync"); 146_testOutput.WriteLine($"{_msgPrefix}Timed out waiting for it. Ignoring."); 149_testOutput.WriteLine($"{_msgPrefix}Process ran for {runTimeStopwatch.Elapsed.TotalSeconds:F2} secs"); 166_testOutput.WriteLine($"{_msgPrefix}Process has been running for {runTimeStopwatch.Elapsed.TotalSeconds:F2} secs"); 235_testOutput.WriteLine($"{_msgPrefix}\t[{item.Key}] = {item.Value}");