1 write to _msgPrefix
Aspire.EndToEnd.Tests (1)
tests\Shared\WorkloadTesting\ToolCommand.cs (1)
34_msgPrefix = string.IsNullOrEmpty(_label) ? string.Empty : $"[{_label}] ";
8 references to _msgPrefix
Aspire.EndToEnd.Tests (8)
tests\Shared\WorkloadTesting\ToolCommand.cs (8)
109_testOutput.WriteLine($"{_msgPrefix}Executing - {executable} {args} {WorkingDirectoryInfo()}"); 124_testOutput.WriteLine($"{_msgPrefix}{e.Data}"); 139_testOutput.WriteLine($"{_msgPrefix}{e.Data}"); 162_testOutput.WriteLine($"{_msgPrefix}Got the Exited event, and waiting on WaitForExitAsync now"); 167_testOutput.WriteLine($"{_msgPrefix}Timed out waiting for it. Ignoring."); 170_testOutput.WriteLine($"{_msgPrefix}Process ran for {runTimeStopwatch.Elapsed.TotalSeconds} secs"); 187_testOutput.WriteLine($"{_msgPrefix}Process has been running for {runTimeStopwatch.Elapsed.TotalSeconds} secs"); 249_testOutput.WriteLine($"{_msgPrefix}\t[{item.Key}] = {item.Value}");