7 references to LogTrace
dotnet (7)
Commands\Test\MTP\SolutionAndProjectUtility.cs (3)
227
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)}'.");
257
Logger.
LogTrace
($"Loaded inner project '{Path.GetFileName(projectFilePath)}' has '{ProjectProperties.IsTestingPlatformApplication}' = '{projectInstance.GetPropertyValue(ProjectProperties.IsTestingPlatformApplication)}' (TFM: '{framework}').");
271
Logger.
LogTrace
($"Loaded inner project '{Path.GetFileName(projectFilePath)}' has '{ProjectProperties.IsTestingPlatformApplication}' = '{projectInstance.GetPropertyValue(ProjectProperties.IsTestingPlatformApplication)}' (TFM: '{framework}').");
Commands\Test\MTP\TestApplication.cs (3)
49
Logger.
LogTrace
($"Starting test process with command '{processStartInfo.FileName}' and arguments '{processStartInfo.Arguments}'.");
190
Logger.
LogTrace
($"WaitConnectionAsync() throws OperationCanceledException with {(ex.CancellationToken == token ? "internal token" : "external token")}");
234
Logger.
LogTrace
($"Request '{request.GetType()}' with Serializer ID = {unknownMessage.SerializerId} is unsupported.");
Commands\Test\MTP\TestApplicationActionQueue.cs (1)
72
Logger.
LogTrace
($"Exception running test module {module.RunProperties?.Command} {module.RunProperties?.Arguments}: {exAsString}");