18 references to LogWarning
Microsoft.NET.Build.Tasks (18)
CheckForDuplicateFrameworkReferences.cs (1)
49Log.LogWarning(Strings.FrameworkReferenceOverrideWarning, item.ItemSpec, MoreInformationLink);
CheckForImplicitPackageReferenceOverrides.cs (1)
41Log.LogWarning(Strings.PackageReferenceOverrideWarning, item.ItemSpec, MoreInformationLink);
CheckSdkVulnerabilities.cs (3)
70Log.LogWarning( 84Log.LogWarning( 94Log.LogWarning(
CreateAppHost.cs (1)
126Log.LogWarning(
GenerateDepsFile.cs (1)
301Log.LogWarning(Strings.NonPortableRuntimeIdentifierDetected, string.Join(", ", affectedRids.Distinct()), string.Join(", ", affectedLibs.Distinct()));
GenerateRuntimeConfigurationFiles.cs (1)
100Log.LogWarning(Strings.SkippingAdditionalProbingPaths);
GenerateShims.cs (1)
126Log.LogWarning(Strings.AppHostCustomizationRequiresWindowsHostWarning);
parent\Common\NETSdkWarning.cs (1)
22Log.LogWarning(message);
ProcessFrameworkReferences.cs (4)
540Log.LogWarning(Strings.IsAotCompatibleUnsupported, MinNonEolTargetFrameworkForAot!); 549Log.LogWarning(Strings.IsTrimmableUnsupported, MinNonEolTargetFrameworkForTrimming!); 556Log.LogWarning(Strings.EnableSingleFileAnalyzerUnsupported, MinNonEolTargetFrameworkForSingleFile!); 578Log.LogWarning(Strings.AspNetCorePackUnsupportedTargetFramework);
ProduceContentAssets.cs (2)
141Log.LogWarning(Strings.DuplicatePreprocessorToken, duplicatedPreprocessorKey, preprocessorValues[duplicatedPreprocessorKey]); 233Log.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);