11 references to LoggingQueue
NuGet.Build.Tasks.Console (11)
MSBuildStaticGraphRestore.cs (11)
70
_msBuildLoggerLazy = new Lazy<MSBuildLogger>(() => new MSBuildLogger(
LoggingQueue
.TaskLoggingHelper));
201
LoggingQueue
.TaskLoggingHelper.LogError(Strings.Error_DgSpecGenerationFailed);
212
LoggingQueue
.TaskLoggingHelper.LogError(Strings.Error_MissingRestoreGraphOutputPath);
1239
LoggingQueue
1415
LoggingQueue
.TaskLoggingHelper.LogError(
1428
LoggingQueue
.TaskLoggingHelper.LogErrorFromException(
1457
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(Path.Combine(project.RestoreMetadata.OutputPath, LockFileFormat.AssetsFileName)));
1458
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(BuildAssetsUtils.GetMSBuildFilePathForPackageReferenceStyleProject(project, BuildAssetsUtils.PropsExtension)));
1459
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(BuildAssetsUtils.GetMSBuildFilePathForPackageReferenceStyleProject(project, BuildAssetsUtils.TargetsExtension)));
1464
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(Path.Combine(project.RestoreMetadata.OutputPath, DependencyGraphSpec.GetDGSpecFileName(Path.GetFileName(project.RestoreMetadata.ProjectPath)))));
1473
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(packagesConfigPath));