16 references to LogTrace
dotnet (16)
Commands\Test\MTP\ArtifactPostProcessingManager.cs (3)
81
Logger.
LogTrace
($"Artifact post-processing failed: {ex}");
173
Logger.
LogTrace
($"Artifact post-processing with '{job.Application.Module.TargetPath}' failed: {ex}");
192
Logger.
LogTrace
($"Failed to clean artifact post-processing temporary directory '{tempDirectory}': {ex}");
Commands\Test\MTP\CtrlCCancellationManager.cs (3)
113
Logger.
LogTrace
($"Exception during CtrlCCancellationManager cancel:\n{ex}");
124
Logger.
LogTrace
($"Exception during CtrlCCancellationManager first-press UI callback:\n{ex}");
157
Logger.
LogTrace
($"Exception killing child process during force exit:\n{ex}");
Commands\Test\MTP\SolutionAndProjectUtility.cs (3)
298
Logger.
LogTrace
($"Loaded project '{Path.GetFileName(projectFilePath)}' with TargetFramework '{targetFramework}', TargetFrameworks '{targetFrameworks}', IsTestProject '{projectInstance.GetPropertyValue(ProjectProperties.IsTestProject)}', and '{ProjectProperties.IsTestingPlatformApplication}' is '{projectInstance.GetPropertyValue(ProjectProperties.IsTestingPlatformApplication)}'.");
328
Logger.
LogTrace
($"Loaded inner project '{Path.GetFileName(projectFilePath)}' has '{ProjectProperties.IsTestingPlatformApplication}' = '{projectInstance.GetPropertyValue(ProjectProperties.IsTestingPlatformApplication)}' (TFM: '{framework}').");
342
Logger.
LogTrace
($"Loaded inner project '{Path.GetFileName(projectFilePath)}' has '{ProjectProperties.IsTestingPlatformApplication}' = '{projectInstance.GetPropertyValue(ProjectProperties.IsTestingPlatformApplication)}' (TFM: '{framework}').");
Commands\Test\MTP\TestApplication.cs (6)
98
Logger.
LogTrace
($"Starting test process with command '{processStartInfo.FileName}' and arguments '{processStartInfo.Arguments}'.");
167
Logger.
LogTrace
($"Test process exited before it could be killed after cancellation:\n{ex}");
492
Logger.
LogTrace
($"WaitConnectionAsync() throws OperationCanceledException with {(ex.CancellationToken == token ? "internal token" : "external token")}");
536
Logger.
LogTrace
($"The server-control pipe stopped accepting connections:\n{ex}");
645
Logger.
LogTrace
($"Request '{request.GetType()}' with Serializer ID = {unknownMessage.SerializerId} is unsupported.");
766
Logger.
LogTrace
($"{label} (already streamed live): {capturedOutput}");
Commands\Test\MTP\TestApplicationActionQueue.cs (1)
114
Logger.
LogTrace
($"Exception running test module {module.RunProperties?.Command} {module.RunProperties?.Arguments}: {exAsString}");