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);
1242
LoggingQueue
1418
LoggingQueue
.TaskLoggingHelper.LogError(
1431
LoggingQueue
.TaskLoggingHelper.LogErrorFromException(
1460
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(Path.Combine(project.RestoreMetadata.OutputPath, LockFileFormat.AssetsFileName)));
1461
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(BuildAssetsUtils.GetMSBuildFilePathForPackageReferenceStyleProject(project, BuildAssetsUtils.PropsExtension)));
1462
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(BuildAssetsUtils.GetMSBuildFilePathForPackageReferenceStyleProject(project, BuildAssetsUtils.TargetsExtension)));
1467
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(Path.Combine(project.RestoreMetadata.OutputPath, DependencyGraphSpec.GetDGSpecFileName(Path.GetFileName(project.RestoreMetadata.ProjectPath)))));
1476
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(packagesConfigPath));