21 references to LogWarning
Crossgen2Tasks (1)
CommonFilePulledFromSdkRepo\LogAdapter.cs (1)
28taskLogger.LogWarning(
Microsoft.Build.Tasks.CodeAnalysis (1)
src\roslyn\src\Compilers\Core\MSBuildTask\Csc.cs (1)
723Log.LogWarning(null, "CS" + errorCode.ToString("D4", CultureInfo.InvariantCulture), null, null, 0, 0, 0, 0, errorMessage);
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\ResolveAssemblyReference.cs (1)
1904Log.LogWarning(
GenerateLauncher.cs (1)
98Log.LogWarning(null, message.HelpCode, message.HelpKeyword, null, 0, 0, 0, 0, message.Message);
Microsoft.Build.Utilities.Core (4)
parent\Shared\TaskLoggingHelper.cs (4)
972LogWarning(null, null, null, null, 0, 0, 0, 0, message, messageArgs); 1152LogWarning( 1238LogWarning( 1412LogWarning(
Microsoft.DotNet.ApiCompat.Task (1)
src\sdk\src\Tasks\Common\LogAdapter.cs (1)
28taskLogger.LogWarning(
Microsoft.DotNet.Build.Tasks.Templating (2)
GenerateFileFromTemplate.cs (2)
199Log.LogWarning(null, null, null, TemplateFile, 211Log.LogWarning(null, null, null, TemplateFile,
Microsoft.Maui.Controls.Build.Tasks (1)
XamlCTask.cs (1)
106 loggingHelper.LogWarning("XamlC", $"{code.CodePrefix}{code.CodeCode:0000}", code.HelpLink, xamlFilePath, lineNumber, linePosition, endLineNumber, endLinePosition, ErrorMessages.ResourceManager.GetString(code.ErrorMessageKey), messageArgs);
Microsoft.Maui.Resizetizer (2)
AsyncTask.cs (2)
185 Log.LogWarning( 317 Log.LogWarning(subcategory: null,
Microsoft.NET.Build.Extensions.Tasks (1)
parent\Common\LogAdapter.cs (1)
28taskLogger.LogWarning(
Microsoft.NET.Build.Tasks (1)
parent\Common\LogAdapter.cs (1)
28taskLogger.LogWarning(
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\Xdt\TaskTransformationLogger.cs (1)
104loggingHelper.LogWarning(
Microsoft.NET.Sdk.Razor.Tasks (1)
FindAssembliesWithReferencesTo.cs (1)
63Log.LogWarning(null, "RAZORSDK1007", null, null, 0, 0, 0, 0, warning, ex.FileName);
NuGet.Build.Tasks (2)
Common\MSBuildLogger.cs (1)
99LogError(message, _taskLogging.LogWarning, _taskLogging.LogWarning);
TaskLoggingQueue.cs (1)
108_log.LogWarning(
NuGet.Build.Tasks.Pack (1)
parent\NuGet.Build.Tasks\Common\MSBuildLogger.cs (1)
99LogError(message, _taskLogging.LogWarning, _taskLogging.LogWarning);