From 29bfd8172567169a4ae83528ff9b9c7dc12719b6 Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Thu, 22 Jun 2023 20:08:59 -0500 Subject: [PATCH] Disable warnings for aspnetcore, cleanup NoWarns (#16792) --- .../content/repo-projects/aspnetcore.proj | 15 ++++----------- src/SourceBuild/content/repo-projects/format.proj | 4 ---- .../content/repo-projects/installer.proj | 3 --- .../content/repo-projects/nuget-client.proj | 2 +- src/SourceBuild/content/repo-projects/razor.proj | 4 ---- src/SourceBuild/content/repo-projects/vstest.proj | 6 ------ 6 files changed, 5 insertions(+), 29 deletions(-) diff --git a/src/SourceBuild/content/repo-projects/aspnetcore.proj b/src/SourceBuild/content/repo-projects/aspnetcore.proj index f28ac6286..289b506f3 100644 --- a/src/SourceBuild/content/repo-projects/aspnetcore.proj +++ b/src/SourceBuild/content/repo-projects/aspnetcore.proj @@ -24,19 +24,12 @@ true DependenciesOnly - - - - - - - - CA1512;CA1822;CA1854;IDE0005;IDE0059;NETSDK1206 + + + + - CS9057 - DependenciesOnly diff --git a/src/SourceBuild/content/repo-projects/installer.proj b/src/SourceBuild/content/repo-projects/installer.proj index 8e4875fa8..043d9182f 100644 --- a/src/SourceBuild/content/repo-projects/installer.proj +++ b/src/SourceBuild/content/repo-projects/installer.proj @@ -44,9 +44,6 @@ $(StandardSourceBuildCommand) $(BuildCommandArgs) DependenciesOnly - - - CS9057 diff --git a/src/SourceBuild/content/repo-projects/nuget-client.proj b/src/SourceBuild/content/repo-projects/nuget-client.proj index 5a7f45c32..0dfd76a88 100644 --- a/src/SourceBuild/content/repo-projects/nuget-client.proj +++ b/src/SourceBuild/content/repo-projects/nuget-client.proj @@ -5,7 +5,7 @@ $(KeysDir)NuGet.Client.snk true - CS9057;SYSLIB0051 + SYSLIB0051 diff --git a/src/SourceBuild/content/repo-projects/razor.proj b/src/SourceBuild/content/repo-projects/razor.proj index 7e1f9a25e..efb392b9e 100644 --- a/src/SourceBuild/content/repo-projects/razor.proj +++ b/src/SourceBuild/content/repo-projects/razor.proj @@ -4,10 +4,6 @@ DependenciesOnly $(StandardSourceBuildCommand) $(StandardSourceBuildArgs) - - - NU1507 diff --git a/src/SourceBuild/content/repo-projects/vstest.proj b/src/SourceBuild/content/repo-projects/vstest.proj index 51b7cb237..d1ad320f3 100644 --- a/src/SourceBuild/content/repo-projects/vstest.proj +++ b/src/SourceBuild/content/repo-projects/vstest.proj @@ -5,13 +5,7 @@ $(StandardSourceBuildArgs) $(BuildCommandArgs) /p:SemanticVersioningV1=true $(ProjectDirectory)\eng\common\build$(ShellExtension) $(BuildCommandArgs) - true - - - - IDE0059;SYSLIB0051 - DependenciesOnly