We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f8c20 commit 784f18dCopy full SHA for 784f18d
Directory.Build.props
@@ -9,6 +9,7 @@
9
<Nullable>enable</Nullable>
10
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
11
<ILLinkTreatWarningsAsErrors>false</ILLinkTreatWarningsAsErrors>
12
+ <NoWarn>IL2104,IL3053,IL2036,MSB3073</NoWarn>
13
</PropertyGroup>
14
15
</Project>
0 commit comments