diff --git a/nuget/helpers/lib/NuGetUpdater/NuGetProjects/Directory.Build.props b/nuget/helpers/lib/NuGetUpdater/NuGetProjects/Directory.Build.props index cecab34390..a9c440c450 100644 --- a/nuget/helpers/lib/NuGetUpdater/NuGetProjects/Directory.Build.props +++ b/nuget/helpers/lib/NuGetUpdater/NuGetProjects/Directory.Build.props @@ -3,7 +3,11 @@ $(DefineConstants);IS_CORECLR true - $(NoWarn);NU1701 + $(NoWarn);CA1305 + $(NoWarn);CA2022 + $(NoWarn);NU1701 + $(NoWarn);NU1903 + $(NoWarn);SYSLIB0014 $(MSBuildThisFileDirectory)..\..\NuGet.Client $(NuGetSourceLocation)\build\Shared 6.8.0 diff --git a/nuget/helpers/lib/NuGetUpdater/NuGetProjects/NuGet.CommandLine/NuGet.CommandLine.csproj b/nuget/helpers/lib/NuGetUpdater/NuGetProjects/NuGet.CommandLine/NuGet.CommandLine.csproj index fa7001f33c..e1fe5f83e2 100644 --- a/nuget/helpers/lib/NuGetUpdater/NuGetProjects/NuGet.CommandLine/NuGet.CommandLine.csproj +++ b/nuget/helpers/lib/NuGetUpdater/NuGetProjects/NuGet.CommandLine/NuGet.CommandLine.csproj @@ -3,6 +3,7 @@ $(CommonTargetFramework) $(NoWarn);CA1416 + $(NoWarn);SYSLIB0018 diff --git a/nuget/helpers/lib/NuGetUpdater/NuGetProjects/NuGet.Configuration/NuGet.Configuration.csproj b/nuget/helpers/lib/NuGetUpdater/NuGetProjects/NuGet.Configuration/NuGet.Configuration.csproj index 3c01cd021d..79a0be67a6 100644 --- a/nuget/helpers/lib/NuGetUpdater/NuGetProjects/NuGet.Configuration/NuGet.Configuration.csproj +++ b/nuget/helpers/lib/NuGetUpdater/NuGetProjects/NuGet.Configuration/NuGet.Configuration.csproj @@ -3,6 +3,7 @@ $(CommonTargetFramework) $(NoWarn);CS1591;RS0041 + enable diff --git a/nuget/helpers/lib/NuGetUpdater/NuGetProjects/NuGet.LibraryModel/NuGet.LibraryModel.csproj b/nuget/helpers/lib/NuGetUpdater/NuGetProjects/NuGet.LibraryModel/NuGet.LibraryModel.csproj index 3f148acf75..85765db0b9 100644 --- a/nuget/helpers/lib/NuGetUpdater/NuGetProjects/NuGet.LibraryModel/NuGet.LibraryModel.csproj +++ b/nuget/helpers/lib/NuGetUpdater/NuGetProjects/NuGet.LibraryModel/NuGet.LibraryModel.csproj @@ -3,6 +3,7 @@ $(CommonTargetFramework) $(NoWarn);CS1591;RS0041 + enable diff --git a/nuget/helpers/lib/NuGetUpdater/NuGetProjects/NuGet.Packaging/NuGet.Packaging.csproj b/nuget/helpers/lib/NuGetUpdater/NuGetProjects/NuGet.Packaging/NuGet.Packaging.csproj index a5dd0f6900..8ffd8f3b2c 100644 --- a/nuget/helpers/lib/NuGetUpdater/NuGetProjects/NuGet.Packaging/NuGet.Packaging.csproj +++ b/nuget/helpers/lib/NuGetUpdater/NuGetProjects/NuGet.Packaging/NuGet.Packaging.csproj @@ -3,7 +3,7 @@ $(CommonTargetFramework) true - $(NoWarn);CS0414;CS1591;CS1574;CS1573;CS1572;RS0041 + $(NoWarn);CA1305;CS0414;CS1591;CS1574;CS1573;CS1572;RS0041