18 references to LogWarning
Microsoft.NET.Build.Tasks (18)
CheckForDuplicateFrameworkReferences.cs (1)
49
Log.
LogWarning
(Strings.FrameworkReferenceOverrideWarning, item.ItemSpec, MoreInformationLink);
CheckForImplicitPackageReferenceOverrides.cs (1)
41
Log.
LogWarning
(Strings.PackageReferenceOverrideWarning, item.ItemSpec, MoreInformationLink);
CheckSdkVulnerabilities.cs (3)
70
Log.
LogWarning
(
84
Log.
LogWarning
(
94
Log.
LogWarning
(
CreateAppHost.cs (1)
126
Log.
LogWarning
(
GenerateDepsFile.cs (1)
301
Log.
LogWarning
(Strings.NonPortableRuntimeIdentifierDetected, string.Join(", ", affectedRids.Distinct()), string.Join(", ", affectedLibs.Distinct()));
GenerateRuntimeConfigurationFiles.cs (1)
100
Log.
LogWarning
(Strings.SkippingAdditionalProbingPaths);
GenerateShims.cs (1)
126
Log.
LogWarning
(Strings.AppHostCustomizationRequiresWindowsHostWarning);
parent\Common\NETSdkWarning.cs (1)
22
Log.
LogWarning
(message);
ProcessFrameworkReferences.cs (4)
540
Log.
LogWarning
(Strings.IsAotCompatibleUnsupported, MinNonEolTargetFrameworkForAot!);
549
Log.
LogWarning
(Strings.IsTrimmableUnsupported, MinNonEolTargetFrameworkForTrimming!);
556
Log.
LogWarning
(Strings.EnableSingleFileAnalyzerUnsupported, MinNonEolTargetFrameworkForSingleFile!);
578
Log.
LogWarning
(Strings.AspNetCorePackUnsupportedTargetFramework);
ProduceContentAssets.cs (2)
141
Log.
LogWarning
(Strings.DuplicatePreprocessorToken, duplicatedPreprocessorKey, preprocessorValues[duplicatedPreprocessorKey]);
233
Log.
LogWarning
(Strings.ContentItemDoesNotProvideOutputPath, pathToFinalAsset, MetadataKeys.CopyToOutput, MetadataKeys.OutputPath, MetadataKeys.PPOutputPath);
ResolvePackageAssets.cs (2)
1736
_task.Log.
LogWarning
(Strings.PackageContainsIncorrectlyCasedLocale, package.Name, package.Version.ToNormalizedString(), locale, normalizedLocale);
1753
_task.Log.
LogWarning
(Strings.PackageContainsUnknownLocale, package.Name, package.Version.ToNormalizedString(), cnf.InvalidCultureName);