44 references to LogError
Crossgen2Tasks (1)
CommonFilePulledFromSdkRepo\LogAdapter.cs (1)
15taskLogger.LogError(
Microsoft.Build.Tasks.CodeAnalysis (1)
src\roslyn\src\Compilers\Core\MSBuildTask\Csc.cs (1)
719Log.LogError(null, "CS" + errorCode.ToString("D4", CultureInfo.InvariantCulture), null, null, 0, 0, 0, 0, errorMessage);
Microsoft.Build.Tasks.Core (2)
ErrorFromResources.cs (1)
64Log.LogError(
GenerateLauncher.cs (1)
95Log.LogError(null, message.HelpCode, message.HelpKeyword, null, 0, 0, 0, 0, message.Message);
Microsoft.Build.Utilities.Core (5)
parent\Shared\TaskLoggingHelper.cs (5)
805LogError( 891LogError( 956LogError(null, null, null, file, 0, 0, 0, 0, message); 1395LogError( 1586LogError(
Microsoft.DotNet.ApiCompat.Task (1)
src\sdk\src\Tasks\Common\LogAdapter.cs (1)
15taskLogger.LogError(
Microsoft.DotNet.XliffTasks (2)
Tasks\TaskLoggingHelperExtensions.cs (2)
15log.LogError( 32log.LogError(
Microsoft.Maui.Controls.Build.Tasks (6)
XamlCTask.cs (6)
100 loggingHelper.LogError("XamlC", $"{code.CodePrefix}{code.CodeCode:0000}", code.HelpLink, xamlFilePath, lineNumber, linePosition, endLineNumber, endLinePosition, ErrorMessages.ResourceManager.GetString(code.ErrorMessageKey), messageArgs); 299 LoggingHelper.LogError("XamlC", null, xpe.HelpLink, xamlFilePath, xpe.XmlInfo.LineNumber, xpe.XmlInfo.LinePosition, 0, 0, xpe.UnformattedMessage); 315 LoggingHelper.LogError("XamlC", be.Code.Code, be.HelpLink, xamlFilePath, be.XmlInfo?.LineNumber ?? 0, be.XmlInfo?.LinePosition ?? 0, 0, 0, ErrorMessages.ResourceManager.GetString(be.Code.ErrorMessageKey), be.MessageArgs); 317 LoggingHelper.LogError("XamlC", null, xpe.HelpLink, xamlFilePath, xpe.XmlInfo.LineNumber, xpe.XmlInfo.LinePosition, 0, 0, xpe.Message); 319 LoggingHelper.LogError("XamlC", null, xe.HelpLink, xamlFilePath, xe.LineNumber, xe.LinePosition, 0, 0, xe.Message); 321 LoggingHelper.LogError("XamlC", null, e.HelpLink, xamlFilePath, 0, 0, 0, 0, e.Message);
Microsoft.Maui.Resizetizer (4)
AsyncTask.cs (2)
140 Log.LogError( 301 Log.LogError(subcategory: null,
GenerateSplashAndroidResources.cs (1)
55 Log.LogError(null, "MAUI0000", null, null, 0, 0, 0, 0, ex.ToString());
GenerateSplashStoryboard.cs (1)
51 Log.LogError(null, "MAUI0000", null, null, 0, 0, 0, 0, ex.ToString());
Microsoft.NET.Build.Extensions.Tasks (1)
parent\Common\LogAdapter.cs (1)
15taskLogger.LogError(
Microsoft.NET.Build.Tasks (1)
parent\Common\LogAdapter.cs (1)
15taskLogger.LogError(
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\Xdt\TaskTransformationLogger.cs (1)
128loggingHelper.LogError(
Microsoft.NET.Sdk.StaticWebAssets.Tasks (6)
JSModules\ApplyJsModules.cs (3)
69Log.LogError(null, "BLAZOR105", "", component, 0, 0, 0, 0, $"More than one JS module files were found for the razor component '{component}'. " + 82Log.LogError(null, "RZ1007", "", view, 0, 0, 0, 0, $"More than one JS module files were found for the razor view '{view}'. " + 92Log.LogError(null, "BLAZOR106", "", unmatched.ItemSpec, 0, 0, 0, 0, $"The JS module file '{unmatched.ItemSpec}' was defined but no associated razor component or view was found for it.");
ScopedCss\ApplyCssScopes.cs (3)
72Log.LogError(null, "BLAZOR101", "", component, 0, 0, 0, 0, $"More than one scoped css files were found for the razor component '{component}'. " + 85Log.LogError(null, "RZ1007", "", view, 0, 0, 0, 0, $"More than one scoped css files were found for the razor view '{view}'. " + 103Log.LogError(null, "BLAZOR102", "", unmatched.ItemSpec, 0, 0, 0, 0, $"The scoped css file '{unmatched.ItemSpec}' was defined but no associated razor component or view was found for it.");
Microsoft.TestPlatform.Build (3)
Tasks\VSTestTask2.cs (3)
115Log.LogError(subcategory: null, "TESTRUNCANCEL", null, TestFileFullPath?.ItemSpec ?? string.Empty, 0, 0, 0, 0, data[0]); 120Log.LogError(subcategory: null, "TESTRUNABORT", null, TestFileFullPath?.ItemSpec ?? string.Empty, 0, 0, 0, 0, data[0]); 230Log.LogError(null, "TESTERROR", null, file ?? string.Empty, lineNumber, 0, 0, 0, fullErrorMessage, null);
NuGet.Build.Tasks (2)
Common\MSBuildLogger.cs (1)
95LogError(message, _taskLogging.LogError, _taskLogging.LogError);
TaskLoggingQueue.cs (1)
95_log.LogError(
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
1445LoggingQueue.TaskLoggingHelper.LogError(
NuGet.Build.Tasks.Pack (1)
parent\NuGet.Build.Tasks\Common\MSBuildLogger.cs (1)
95LogError(message, _taskLogging.LogError, _taskLogging.LogError);
PresentationBuildTasks (6)
Microsoft\Build\Tasks\Windows\FileClassifier.cs (1)
117Log.LogError(null, errorId, null, null, 0, 0, 0, 0, message, null);
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
190Log.LogError(null, errorId, null, null, 0, 0, 0, 0, message, null);
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
144Log.LogError(null, errorId, null, null, 0, 0, 0, 0, message, null);
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (1)
211Log.LogError(null, errorId, null, null, 0, 0, 0, 0, message, null);
Microsoft\Build\Tasks\Windows\UidManager.cs (1)
112Log.LogError(null, errorId, null, null, 0, 0, 0, 0, message, null);
MS\Internal\Tasks\CompilerWrapper.cs (1)
315_taskLogger.LogError(null, strErrorCode, null, e.FileName, e.LineNumber, e.LinePosition, 0, 0, errorText);