BackEnd\BuildManager\BuildManager.cs (4)
2202((IBuildComponentHost)this).LoggingService.LogFatalBuildError(buildEventContext, ex, new BuildEventFileInfo(submission.BuildRequestData.ProjectFullPath));
2835loggingService?.LogError(buildEventContext, new BuildEventFileInfo(string.Empty) /* no project file */, "ChildExitedPrematurely", node, DebugUtils.DebugDumpPath, exception);
2844loggingService?.LogError(BuildEventContext.Invalid, new BuildEventFileInfo(string.Empty) /* no project file */, "ChildExitedPrematurely", node, DebugUtils.DebugDumpPath, shutdownPacket.Exception.ToString());
2990((IBuildComponentHost)this).LoggingService.LogError(buildEventContext, new BuildEventFileInfo(String.Empty), "UnableToCreateNode", response.RequiredNodeType.ToString("G"));
Construction\Solution\SolutionFile.cs (15)
315new BuildEventFileInfo(FullPath),
337new BuildEventFileInfo(FullPath),
582new BuildEventFileInfo(solutionFile),
594new BuildEventFileInfo(solutionFile),
625new BuildEventFileInfo(solutionFile),
639new BuildEventFileInfo(_solutionFile),
658new BuildEventFileInfo(solutionFilterFile),
681new BuildEventFileInfo(solutionFilterFile),
750ProjectFileErrorUtilities.ThrowInvalidProjectFile(new BuildEventFileInfo(_solutionFile), "InvalidProjectFile", e.Message);
898new BuildEventFileInfo(FullPath),
919new BuildEventFileInfo(FileUtilities.GetFullPath(project, Path.GetDirectoryName(_solutionFile))),
963new BuildEventFileInfo(FullPath), "SolutionParseNoHeaderError");
1122new BuildEventFileInfo(FullPath), "SolutionParseProjectEofError", proj.ProjectName);
1556ProjectFileErrorUtilities.ThrowInvalidProjectFile(new BuildEventFileInfo(FullPath), "ProjectUpgradeNeededToVcxProj", proj.RelativePath);
1776new BuildEventFileInfo(FullPath), "SolutionParseInvalidProjectSolutionConfigurationEntry",
Construction\Solution\SolutionProjectGenerator.cs (7)
289ProjectFileErrorUtilities.VerifyThrowInvalidProjectFile(dependencyProject != null, "SubCategoryForSolutionParsingErrors", new BuildEventFileInfo(solutionFile.FullPath), "SolutionParseProjectDepNotFoundError", project.ProjectGuid, dependencyProjectGuid);
751new BuildEventFileInfo(_solutionFile.FullPath),
1223new BuildEventFileInfo(traversalProject.FullPath),
1293new BuildEventFileInfo(_solutionFile.FullPath),
1389new BuildEventFileInfo(traversalProject.FullPath),
2260new BuildEventFileInfo(project.RelativePath),
2288new BuildEventFileInfo(_solutionFile.FullPath),
Definition\Toolset.cs (6)
600new BuildEventFileInfo(/* this warning truly does not involve any file */ String.Empty),
611new BuildEventFileInfo(/* this warning truly does not involve any file */ String.Empty),
866loggingContext.LogError(new BuildEventFileInfo(/* this warning truly does not involve any file it is just gathering properties */String.Empty), "TasksPropertyBagError", e.Message);
907loggingContext.LogWarning(null, new BuildEventFileInfo(String.Empty /* this warning truly does not involve any file*/), "OverrideTasksFileFailure", rootedPathMessage);
914loggingContext.LogWarning(null, new BuildEventFileInfo(String.Empty /* this warning truly does not involve any file*/), "OverrideTasksFileFailure", rootedPathMessage);
959loggingContext.LogError(new BuildEventFileInfo(currentTasksFile),
Evaluation\Evaluator.cs (3)
366evaluator._evaluationLoggingContext.LogErrorFromText(null, null, null, new BuildEventFileInfo(root.ProjectFileLocation.File),
1172_evaluationLoggingContext.LogWarning("", new BuildEventFileInfo(""), "ChangeWave_InvalidFormat", Traits.Instance.MSBuildDisableFeaturesFromVersion, $"[{string.Join(", ", ChangeWaves.AllWaves.Select(x => x.ToString()))}]");
1175_evaluationLoggingContext.LogWarning("", new BuildEventFileInfo(""), "ChangeWave_OutOfRotation", ChangeWaves.DisabledWave, Traits.Instance.MSBuildDisableFeaturesFromVersion, $"[{string.Join(", ", ChangeWaves.AllWaves.Select(x => x.ToString()))}]");