74 references to LogWarning
Aspire.Hosting.Tasks (3)
GetNonExecutableReferences.cs (1)
55Log.LogWarning($"Failed to validate Aspire host project resources: {ex.Message}. To disable this validation, set the MSBuild property 'SkipValidateAspireHostProjectResources' to 'true'.");
ResolveAspireCliBundle.cs (2)
104Log.LogWarning("The AspireCliBundlePath value '{0}' does not point to a valid Aspire CLI bundle layout.", AspireCliBundlePath); 120Log.LogWarning("The AspireCliPath value '{0}' does not point to an existing Aspire CLI executable with a valid bundle layout.", AspireCliPath);
HelixTestTasks (4)
ComputeBatchTimeout.cs (4)
57Log.LogWarning("{0} must be positive but was {1}; falling back to default 20.", nameof(MinutesPerSuite), MinutesPerSuite); 62Log.LogWarning("{0} must be positive but was {1}; falling back to default 30.", nameof(MinimumMinutes), MinimumMinutes); 67Log.LogWarning("{0} must be in the range [1, 1439] but was {1}; falling back to default 1439.", nameof(MaximumMinutes), MaximumMinutes); 72Log.LogWarning("{0} ({1}) exceeds {2} ({3}); clamping {0} to {3}.", nameof(MinimumMinutes), MinimumMinutes, nameof(MaximumMinutes), MaximumMinutes);
Microsoft.Build.Tasks.Core (1)
Exec.cs (1)
383Log.LogWarning(singleLine);
Microsoft.Build.Tasks.Git (3)
LocateRepository.cs (2)
63Url = GitOperations.GetRepositoryUrl(repository, RemoteName, warnOnMissingOrUnsupportedRemote: !NoWarnOnMissingInfo, Log.LogWarning); 64Roots = GitOperations.GetSourceRoots(repository, RemoteName, warnOnMissingCommitOrUnsupportedUri: !NoWarnOnMissingInfo, Log.LogWarning);
RepositoryTask.cs (1)
73Log.LogWarning(Resources.UnableToLocateRepository, initialPath);
Microsoft.Build.Utilities.Core (1)
parent\Shared\TaskLoggingHelper.cs (1)
1281LogWarning(message);
Microsoft.DotNet.Arcade.Sdk (1)
src\InstallDotNetCore.cs (1)
50Log.LogWarning($"Unable to find global.json file '{GlobalJsonPath} exiting");
Microsoft.DotNet.Build.Tasks.FileCatalog (1)
GenerateFileCatalog.cs (1)
42Log.LogWarning("No files were provided - skipping catalog generation for '{0}'.", OutputPath);
Microsoft.DotNet.Build.Tasks.Installers (2)
src\CreateWixBuildWixpack.cs (1)
187Log.LogWarning($"IncludeSearchPath directory not found: {fullSourceDir}");
src\GenerateCurrentVersion.cs (1)
72Log.LogWarning("The specified Padding '{0}' has to be equal to or greater than 5. Using 5 as a default now.", Padding);
Microsoft.DotNet.Build.Tasks.Packaging (5)
GenerateRuntimeDependencies.cs (2)
157Log.LogWarning("Dependency {0} specified TargetPackageAlias {1} but no package was found defining this alias.", dependency.ItemSpec, targetPackageAlias); 180Log.LogWarning("Dependency {0} has no version", dependency.ItemSpec);
NuGetPack.cs (1)
356Log.LogWarning($"{type.FullName}.{deterministicTimestampPropertyName} is not writable.");
NuGetUtility.cs (1)
139public void LogWarning(string data) => _log.LogWarning(data);
UpdatePackageIndex.cs (1)
276Log.LogWarning("Failed fetching stable nuget package versions from one or more of your feeds. Make sure you are connected to the internet and that all your feeds are reachable.");
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)
87Log.LogWarning($"PackageManifest.Installation element of the manifest does not have Experimental=\"true\": '{VsixFilePath}'"); 96Log.LogWarning($"PackageManifest.Installation element of the manifest specifies SystemComponent attribute: '{VsixFilePath}'");
Microsoft.DotNet.CMake.Sdk (1)
src\GetCMakeArtifactsFromFileApi.cs (1)
211Log.LogWarning("No artifacts found for source directory '{0}' in configuration '{1}'.", SourceDirectory, Configuration);
Microsoft.DotNet.GenFacades (2)
GenPartialFacadeSourceGenerator.cs (2)
80logger.LogWarning($"Overriding SeedType{existingValue} for type {key} with {value}"); 87logger.LogWarning($"No Alias has been provided for type {key}");
Microsoft.DotNet.NuGetRepack.Tasks (1)
src\ReplacePackageParts.cs (1)
222Log.LogWarning($"File '{partName}' not found in package '{SourcePackage}'");
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.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)
507_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)
332Log.LogWarning("Related asset not found for compressed asset: {0}", compressedAsset.Identity); 338Log.LogWarning("Endpoints not found for compressed asset: {0} {1}", compressedAsset.RelativePath, compressedAsset.Identity); 344Log.LogWarning("Endpoints not found for related asset: {0}", relatedAsset.Identity);
Microsoft.SourceLink.AzureDevOpsServer.Git (2)
src\sourcelink\src\Common\GitProvider\GetSourceLinkUrlGitTask.cs (1)
94Log.LogWarning(CommonResources.UnableToDetermineRepositoryUrl);
src\sourcelink\src\Common\GitProvider\TranslateRepositoryUrlGitTask.cs (1)
127Log.LogWarning(CommonResources.IgnoringInvalidHostName, item.ItemSpec);
Microsoft.SourceLink.AzureRepos.Git (2)
src\sourcelink\src\Common\GitProvider\GetSourceLinkUrlGitTask.cs (1)
94Log.LogWarning(CommonResources.UnableToDetermineRepositoryUrl);
src\sourcelink\src\Common\GitProvider\TranslateRepositoryUrlGitTask.cs (1)
127Log.LogWarning(CommonResources.IgnoringInvalidHostName, item.ItemSpec);
Microsoft.SourceLink.Bitbucket.Git (2)
src\sourcelink\src\Common\GitProvider\GetSourceLinkUrlGitTask.cs (1)
94Log.LogWarning(CommonResources.UnableToDetermineRepositoryUrl);
src\sourcelink\src\Common\GitProvider\TranslateRepositoryUrlGitTask.cs (1)
127Log.LogWarning(CommonResources.IgnoringInvalidHostName, item.ItemSpec);
Microsoft.SourceLink.Common (1)
GenerateSourceLinkFile.cs (1)
113Log.LogWarning(Resources.SourceControlInformationIsNotAvailableGeneratedSourceLinkEmpty);
Microsoft.SourceLink.Gitea (2)
src\sourcelink\src\Common\GitProvider\GetSourceLinkUrlGitTask.cs (1)
94Log.LogWarning(CommonResources.UnableToDetermineRepositoryUrl);
src\sourcelink\src\Common\GitProvider\TranslateRepositoryUrlGitTask.cs (1)
127Log.LogWarning(CommonResources.IgnoringInvalidHostName, item.ItemSpec);
Microsoft.SourceLink.Gitee (2)
src\sourcelink\src\Common\GitProvider\GetSourceLinkUrlGitTask.cs (1)
94Log.LogWarning(CommonResources.UnableToDetermineRepositoryUrl);
src\sourcelink\src\Common\GitProvider\TranslateRepositoryUrlGitTask.cs (1)
127Log.LogWarning(CommonResources.IgnoringInvalidHostName, item.ItemSpec);
Microsoft.SourceLink.GitHub (2)
src\sourcelink\src\Common\GitProvider\GetSourceLinkUrlGitTask.cs (1)
94Log.LogWarning(CommonResources.UnableToDetermineRepositoryUrl);
src\sourcelink\src\Common\GitProvider\TranslateRepositoryUrlGitTask.cs (1)
127Log.LogWarning(CommonResources.IgnoringInvalidHostName, item.ItemSpec);
Microsoft.SourceLink.GitLab (2)
src\sourcelink\src\Common\GitProvider\GetSourceLinkUrlGitTask.cs (1)
94Log.LogWarning(CommonResources.UnableToDetermineRepositoryUrl);
src\sourcelink\src\Common\GitProvider\TranslateRepositoryUrlGitTask.cs (1)
127Log.LogWarning(CommonResources.IgnoringInvalidHostName, item.ItemSpec);
Microsoft.SourceLink.GitWeb (2)
src\sourcelink\src\Common\GitProvider\GetSourceLinkUrlGitTask.cs (1)
94Log.LogWarning(CommonResources.UnableToDetermineRepositoryUrl);
src\sourcelink\src\Common\GitProvider\TranslateRepositoryUrlGitTask.cs (1)
127Log.LogWarning(CommonResources.IgnoringInvalidHostName, item.ItemSpec);
Microsoft.TestPlatform.Build (2)
Tasks\TestTaskUtils.cs (1)
229task.Log.LogWarning(Resources.Resources.UpdateTestSdkForCollectingCodeCoverage);
Tasks\VSTestTask2.cs (1)
99Log.LogWarning(data[0]);
NuGet.Build.Tasks (3)
Common\MSBuildLogger.cs (2)
99LogError(message, _taskLogging.LogWarning, _taskLogging.LogWarning); 131_taskLogging.LogWarning(message.Message);
WriteRestoreGraphTask.cs (1)
55Log.LogWarning("Unable to find a project to restore!");
NuGet.Build.Tasks.Pack (2)
parent\NuGet.Build.Tasks\Common\MSBuildLogger.cs (2)
99LogError(message, _taskLogging.LogWarning, _taskLogging.LogWarning); 131_taskLogging.LogWarning(message.Message);
sdk-tasks (4)
FilterItemsByDuplicateHash.cs (2)
47Log.LogWarning($"Failed to hash reference file '{item.ItemSpec}': {ex.Message}"); 67Log.LogWarning($"Failed to hash candidate file '{item.ItemSpec}': {ex.Message}");
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));