We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e4066 commit 43467beCopy full SHA for 43467be
Directory.Build.props
@@ -119,6 +119,9 @@
119
120
<!-- xUnit1004 = warns about skipped tests. Make this a non-fatal build warning. -->
121
<WarningsNotAsErrors>$(WarningsNotAsErrors);xUnit1004</WarningsNotAsErrors>
122
+
123
+ <!-- don't warn about unnecessary trim warning suppressions. can be removed with preview 6. -->
124
+ <NoWarn>$(NoWarn);IL2121</NoWarn>
125
</PropertyGroup>
126
127
<!-- Source code settings -->
0 commit comments