1 write to _msgPrefix
Infrastructure.Tests (1)
PowerShellScripts\PowerShellCommand.cs (1)
34_msgPrefix = string.IsNullOrEmpty(_label) ? string.Empty : $"[{_label}] ";
8 references to _msgPrefix
Infrastructure.Tests (8)
PowerShellScripts\PowerShellCommand.cs (8)
85_testOutput.WriteLine($"{_msgPrefix}Executing - pwsh {fullArgs} {WorkingDirectoryInfo()}"); 103_testOutput.WriteLine($"{_msgPrefix}{e.Data}"); 118_testOutput.WriteLine($"{_msgPrefix}{e.Data}"); 140_testOutput.WriteLine($"{_msgPrefix}Got the Exited event, waiting on WaitForExitAsync"); 145_testOutput.WriteLine($"{_msgPrefix}Timed out waiting for it. Ignoring."); 148_testOutput.WriteLine($"{_msgPrefix}Process ran for {runTimeStopwatch.Elapsed.TotalSeconds:F2} secs"); 165_testOutput.WriteLine($"{_msgPrefix}Process has been running for {runTimeStopwatch.Elapsed.TotalSeconds:F2} secs"); 234_testOutput.WriteLine($"{_msgPrefix}\t[{item.Key}] = {item.Value}");