11 references to LoggingQueue
NuGet.Build.Tasks.Console (11)
MSBuildStaticGraphRestore.cs (11)
71
_msBuildLoggerLazy = new Lazy<MSBuildLogger>(() => new MSBuildLogger(
LoggingQueue
.TaskLoggingHelper));
208
LoggingQueue
.TaskLoggingHelper.LogError(Strings.Error_DgSpecGenerationFailed);
219
LoggingQueue
.TaskLoggingHelper.LogError(Strings.Error_MissingRestoreGraphOutputPath);
1269
LoggingQueue
1445
LoggingQueue
.TaskLoggingHelper.LogError(
1458
LoggingQueue
.TaskLoggingHelper.LogErrorFromException(
1487
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(Path.Combine(project.RestoreMetadata.OutputPath, LockFileFormat.AssetsFileName)));
1488
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(BuildAssetsUtils.GetMSBuildFilePathForPackageReferenceStyleProject(project, BuildAssetsUtils.PropsExtension)));
1489
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(BuildAssetsUtils.GetMSBuildFilePathForPackageReferenceStyleProject(project, BuildAssetsUtils.TargetsExtension)));
1494
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(Path.Combine(project.RestoreMetadata.OutputPath, DependencyGraphSpec.GetDGSpecFileName(Path.GetFileName(project.RestoreMetadata.ProjectPath)))));
1503
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(packagesConfigPath));