64 references to LogWarning
HelixTasks (1)
SDKCustomCreateXUnitWorkItemsWithTestExclusion.cs (1)
117Log.LogWarning($"Invalid value \"{XUnitWorkItemTimeout}\" provided for XUnitWorkItemTimeout; falling back to default value of \"00:05:00\" (5 minutes)");
Microsoft.Build.Tasks.Core (1)
Exec.cs (1)
379Log.LogWarning(singleLine);
Microsoft.Build.Utilities.Core (1)
TaskLoggingHelper.cs (1)
1263LogWarning(message);
Microsoft.Build.Utilities.UnitTests (1)
TaskLoggingHelper_Tests.cs (1)
134t.Log.LogWarning("{3");
Microsoft.DotNet.ApiCompat (1)
src\Common\Internal\BuildTask.cs (1)
70_logger.LogWarning(message, messageArgs);
Microsoft.DotNet.Arcade.Sdk (1)
src\InstallDotNetCore.cs (1)
42Log.LogWarning($"Unable to find global.json file '{GlobalJsonPath} exiting");
Microsoft.DotNet.Build.Tasks.Feed (3)
src\AzureDevOpsNugetFeedAssetPublisher.cs (1)
71_log.LogWarning(
src\PublishArtifactsInManifestBase.cs (1)
1729Log.LogWarning(ex.Message);
src\PublishSymbolsHelper.cs (1)
143_log.LogWarning(format, arguments);
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.GenFacades (1)
src\Common\Internal\BuildTask.cs (1)
70_logger.LogWarning(message, messageArgs);
Microsoft.DotNet.Helix.Sdk (15)
CheckAzurePipelinesTestResults.cs (1)
66Log.LogWarning($"Test run {testRunId} is not in completed state. Will check back in 10 seconds.");
CreateXHarnessAppleWorkItems.cs (1)
159Log.LogWarning($"The {MetadataName.ExpectedExitCode} property is ignored in the `apple test` scenario");
CreateXUnitWorkItems.cs (1)
141Log.LogWarning($"Invalid value \"{XUnitWorkItemTimeout}\" provided for XUnitWorkItemTimeout; falling back to default value of \"00:05:00\" (5 minutes)");
DownloadFromResultsContainer.cs (2)
92Log.LogWarning($"Work item {workItemName} in Job {JobId} did not upload a result file with path '{file}' "); 113Log.LogWarning($"Failed to download file '{file}' from results container for work item '{workItemName}': {rfe.Message}");
FindDotNetCliPackage.cs (1)
160Log.LogWarning($"Unable to resolve download link from feed {feed}; {SanitizeString(ex.Message)}");
HelixTask.cs (1)
81Log.LogWarning($"{argEx.Message} (FailOnMissingTargetQueue is false, so this is just a warning.)");
SendHelixJob.cs (3)
324Log.LogWarning($"Work Item named '{name}' contains encoded characters which is not recommended."); 331Log.LogWarning($"Work Item named '{name}' contains unsupported characters and has been renamed to '{cleanedName}'."); 401Log.LogWarning($"Timeout value '{timeoutString}' could not be parsed.");
WaitForHelixJobCompletion.cs (4)
81Log.LogWarning($"{nameof(CancelHelixJobsOnTaskCancellation)} is set to 'true', but no value was provided for {nameof(helixJobCancellationToken)}"); 84Log.LogWarning($"Build task was cancelled while waiting on job '{jobName}'. Attempting to cancel this job in Helix..."); 88Log.LogWarning($"Successfully cancelled job '{jobName}'"); 93Log.LogWarning($"Job '{jobName}' was already cancelled.");
XharnessTaskBase.cs (1)
88Log.LogWarning(
Microsoft.DotNet.NuGetRepack.Tasks (1)
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)
206Log.LogWarning($"TempDir ('{TempDir}' is not rooted, this can cause unexpected behavior in signtool. Please provide a fully qualified 'TempDir' path."); 449Log.LogWarning($"CertificateName & ItemSpec metadata of {nameof(StrongNameSignInfo)} shouldn't be both '{SignToolConstants.IgnoreFileCertificateSentinel}'");
Microsoft.DotNet.VersionTools.Tasks (1)
src\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}'.");
Microsoft.NET.Build.Containers (1)
Tasks\CreateNewImageToolTask.cs (1)
67if (hostObj.ExtractCredentials(out string user, out string pass, (string s) => Log.LogWarning(s)))
Microsoft.NET.Build.Tasks (7)
RunCsWinRTGenerator.cs (7)
124Log.LogWarning("Invalid 'ReferenceAssemblyPaths' input(s)."); 131Log.LogWarning("Invalid 'OutputAssemblyPath' input."); 138Log.LogWarning("Generated assembly directory '{0}' is invalid or does not exist.", InteropAssemblyDirectory); 145Log.LogWarning("Debug repro directory '{0}' is invalid or does not exist.", DebugReproDirectory); 152Log.LogWarning("Tools directory '{0}' is invalid or does not exist.", CsWinRTToolsDirectory); 163Log.LogWarning("Tools architecture '{0}' is invalid (it must be 'x86', 'x64', 'arm64', or 'AnyCPU').", CsWinRTToolsArchitecture); 173Log.LogWarning("Invalid 'MaxDegreesOfParallelism' value. It must be '-1' or greater than '0' (but was '{0}').", MaxDegreesOfParallelism);
Microsoft.NET.Sdk.Publish.Tasks (5)
MsDeploy\CommonUtility.cs (1)
876log.LogWarning(string.Format(CultureInfo.CurrentCulture, Resources.VSMSDEPLOY_UnknownSkipDirective, name));
Tasks\MsDeploy\VsMsdeploy.cs (1)
506_host.Log.LogWarning(strMsg);
Tasks\OneDeploy\TaskLogger.cs (1)
55_taskLoggingHelper.LogWarning(message);
Tasks\TransformWebConfig.cs (1)
114Log.LogWarning($"Cannot parse web.config as XML. A new web.config will be generated. Error Details : {e.Message}");
Tasks\Xdt\TaskTransformationLogger.cs (1)
94loggingHelper.LogWarning(message, messageArgs);
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
ApplyCompressionNegotiation.cs (3)
327Log.LogWarning("Related asset not found for compressed asset: {0}", compressedAsset.Identity); 333Log.LogWarning("Endpoints not found for compressed asset: {0} {1}", compressedAsset.RelativePath, compressedAsset.Identity); 339Log.LogWarning("Endpoints not found for related asset: {0}", relatedAsset.Identity);
sdk-tasks (2)
GetDependencyInfo.cs (1)
45Log.LogWarning($"GetComponentCommit failed for VersionDetailsXmlFile={VersionDetailsXmlFile}, DependencyName={DependencyName}: {ex}");
ZipFileCreateFromDirectory.cs (1)
53Log.LogWarning("'{0}' already exists. Did you forget to set '{1}' to true?", DestinationArchive, nameof(OverwriteDestination));
SemanticSearch.BuildTask (2)
GenerateFilteredReferenceAssembliesTask.cs (2)
102Log.LogWarning($"Assembly '{assemblyName}' not found among project references"); 113Log.LogWarning($"Invalid API pattern at {specPath} line {line}: {message}");