11 references to LoggingQueue
NuGet.Build.Tasks.Console (11)
MSBuildStaticGraphRestore.cs (11)
70
_msBuildLoggerLazy = new Lazy<MSBuildLogger>(() => new MSBuildLogger(
LoggingQueue
.TaskLoggingHelper));
200
LoggingQueue
.TaskLoggingHelper.LogError(Strings.Error_DgSpecGenerationFailed);
211
LoggingQueue
.TaskLoggingHelper.LogError(Strings.Error_MissingRestoreGraphOutputPath);
1147
LoggingQueue
1323
LoggingQueue
.TaskLoggingHelper.LogError(
1336
LoggingQueue
.TaskLoggingHelper.LogErrorFromException(
1365
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(Path.Combine(project.RestoreMetadata.OutputPath, LockFileFormat.AssetsFileName)));
1366
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(BuildAssetsUtils.GetMSBuildFilePathForPackageReferenceStyleProject(project, BuildAssetsUtils.PropsExtension)));
1367
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(BuildAssetsUtils.GetMSBuildFilePathForPackageReferenceStyleProject(project, BuildAssetsUtils.TargetsExtension)));
1372
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(Path.Combine(project.RestoreMetadata.OutputPath, DependencyGraphSpec.GetDGSpecFileName(Path.GetFileName(project.RestoreMetadata.ProjectPath)))));
1381
LoggingQueue
.Enqueue(new ConsoleOutLogEmbedInBinlog(packagesConfigPath));