Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanay Parikh <TanayParikh@users.noreply.github.com>2022-09-12 18:42:54 +0300
committerGitHub <noreply@github.com>2022-09-12 18:42:54 +0300
commit43467bea6dc842557ebdfa8ec4bd3ee1f11d0f2b (patch)
tree4b37de90ca2b6c9a6596128e63345f7cc8590403
parentc1e4066e79ae6187d07b0c19ebb7eb83b59cdde9 (diff)
-rw-r--r--Directory.Build.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index 166dbd6487..1230281ba9 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -119,6 +119,9 @@
<!-- xUnit1004 = warns about skipped tests. Make this a non-fatal build warning. -->
<WarningsNotAsErrors>$(WarningsNotAsErrors);xUnit1004</WarningsNotAsErrors>
+
+ <!-- don't warn about unnecessary trim warning suppressions. can be removed with preview 6. -->
+ <NoWarn>$(NoWarn);IL2121</NoWarn>
</PropertyGroup>
<!-- Source code settings -->