44 references to LogWarning
Microsoft.Build.Tasks.Core (2)
Exec.cs (1)
377Log.LogWarning(singleLine);
RegisterAssembly.cs (1)
164Log.LogWarning(msg);
Microsoft.Build.Utilities.Core (1)
TaskLoggingHelper.cs (1)
1290LogWarning(message);
Microsoft.Build.Utilities.UnitTests (1)
TaskLoggingHelper_Tests.cs (1)
135t.Log.LogWarning("{3");
Microsoft.DotNet.Arcade.Sdk (1)
src\InstallDotNetCore.cs (1)
47Log.LogWarning($"Unable to find global.json file '{GlobalJsonPath} exiting");
Microsoft.DotNet.Build.Tasks.Installers (1)
src\Common\Internal\BuildTask.cs (1)
70_logger.LogWarning(message, messageArgs);
Microsoft.DotNet.Build.Tasks.Packaging (1)
src\Common\Internal\BuildTask.cs (1)
70_logger.LogWarning(message, messageArgs);
Microsoft.DotNet.Build.Tasks.TargetFramework (1)
src\Common\Internal\BuildTask.cs (1)
70_logger.LogWarning(message, messageArgs);
Microsoft.DotNet.Build.Tasks.Templating (2)
MSBuildListSplitter.cs (2)
25log.LogWarning($"Property: {item} does not have a valid '=' separator"); 32log.LogWarning($"Property: {item} does not have a valid property name");
Microsoft.DotNet.Build.Tasks.VisualStudio (2)
Vsix\FinalizeInsertionVsixFile.cs (2)
89Log.LogWarning($"PackageManifest.Installation element of the manifest does not have Experimental=\"true\": '{VsixFilePath}'"); 98Log.LogWarning($"PackageManifest.Installation element of the manifest specifies SystemComponent attribute: '{VsixFilePath}'");
Microsoft.DotNet.Build.Tasks.Workloads (3)
CreateVisualStudioWorkload.wix.cs (1)
163Log.LogWarning($"{_supportsMachineArch} was previously set to {_supportsMachineArch[manifestPackage.SdkFeatureBand]}");
src\Common\Internal\BuildTask.cs (1)
70_logger.LogWarning(message, messageArgs);
WorkloadSetPackage.wix.cs (1)
120Log?.LogWarning(string.Format(Strings.WarnNonWorkloadSetFileFound, Path.GetFileName(file)));
Microsoft.DotNet.GenAPI (1)
src\Common\Internal\BuildTask.cs (1)
70_logger.LogWarning(message, messageArgs);
Microsoft.DotNet.GenFacades (1)
src\Common\Internal\BuildTask.cs (1)
70_logger.LogWarning(message, messageArgs);
Microsoft.DotNet.Helix.Sdk (15)
CheckAzurePipelinesTestResults.cs (1)
69Log.LogWarning($"Test run {testRunId} is not in completed state. Will check back in 10 seconds.");
CreateXHarnessAppleWorkItems.cs (1)
162Log.LogWarning($"The {MetadataName.ExpectedExitCode} property is ignored in the `apple test` scenario");
CreateXUnitWorkItems.cs (1)
144Log.LogWarning($"Invalid value \"{XUnitWorkItemTimeout}\" provided for XUnitWorkItemTimeout; falling back to default value of \"00:05:00\" (5 minutes)");
DownloadFromResultsContainer.cs (2)
95Log.LogWarning($"Work item {workItemName} in Job {JobId} did not upload a result file with path '{file}' "); 125Log.LogWarning($"Failed to download file '{file}' from results container for work item '{workItemName}': {rfe.Message}");
FindDotNetCliPackage.cs (1)
163Log.LogWarning($"Unable to resolve download link from feed {feed}; {SanitizeString(ex.Message)}");
HelixTask.cs (1)
84Log.LogWarning($"{argEx.Message} (FailOnMissingTargetQueue is false, so this is just a warning.)");
SendHelixJob.cs (3)
327Log.LogWarning($"Work Item named '{name}' contains encoded characters which is not recommended."); 334Log.LogWarning($"Work Item named '{name}' contains unsupported characters and has been renamed to '{cleanedName}'."); 404Log.LogWarning($"Timeout value '{timeoutString}' could not be parsed.");
WaitForHelixJobCompletion.cs (4)
84Log.LogWarning($"{nameof(CancelHelixJobsOnTaskCancellation)} is set to 'true', but no value was provided for {nameof(helixJobCancellationToken)}"); 87Log.LogWarning($"Build task was cancelled while waiting on job '{jobName}'. Attempting to cancel this job in Helix..."); 91Log.LogWarning($"Successfully cancelled job '{jobName}'"); 96Log.LogWarning($"Job '{jobName}' was already cancelled.");
XharnessTaskBase.cs (1)
91Log.LogWarning(
Microsoft.DotNet.NuGetRepack.Tasks (2)
src\AssemblyResolution.cs (1)
42Log?.LogWarning($"AssemblyResolve: exception while loading '{fullPath}': {e.Message}");
src\ReplacePackageParts.cs (1)
227Log.LogWarning($"File '{partName}' not found in package '{SourcePackage}'");
Microsoft.DotNet.PackageTesting (1)
src\Common\Internal\BuildTask.cs (1)
70_logger.LogWarning(message, messageArgs);
Microsoft.DotNet.SharedFramework.Sdk (1)
src\Common\Internal\BuildTask.cs (1)
70_logger.LogWarning(message, messageArgs);
Microsoft.DotNet.SignCheck (1)
src\Common\Internal\AssemblyResolution.cs (1)
42Log?.LogWarning($"AssemblyResolve: exception while loading '{fullPath}': {e.Message}");
Microsoft.DotNet.SignTool (2)
src\SignToolTask.cs (2)
220Log.LogWarning($"TempDir ('{TempDir}' is not rooted, this can cause unexpected behavior in signtool. Please provide a fully qualified 'TempDir' path."); 452Log.LogWarning($"CertificateName & ItemSpec metadata of {nameof(StrongNameSignInfo)} shouldn't be both '{SignToolConstants.IgnoreFileCertificateSentinel}'");
Microsoft.DotNet.VersionTools.Tasks (1)
MsBuildTraceListener.cs (1)
51_log.LogWarning(fullMessage);
Microsoft.Maui.Resizetizer (2)
GenerateTizenManifest.cs (1)
115 Log.LogWarning($"ApplicationDisplayVersion '{ApplicationDisplayVersion}' was not a valid version for Tizen");
TizenSplashUpdater.cs (1)
75 Log.LogWarning($"Unable to parse color for '{splashInfo.Filename}'.");
SemanticSearch.BuildTask (2)
GenerateFilteredReferenceAssembliesTask.cs (2)
94Log.LogWarning($"Assembly '{assemblyName}' not found among project references"); 105Log.LogWarning($"Invalid API pattern at {specPath} line {line}: {message}");