We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a9ebf commit 290796aCopy full SHA for 290796a
Directory.Build.props
@@ -18,7 +18,7 @@
18
<NeutralLanguage>en-US</NeutralLanguage>
19
<Nullable>enable</Nullable>
20
<SignAssembly>true</SignAssembly>
21
- <NoWarn>$(NoWarn);NETSDK1138;SYSLIB0003;SYSLIB0004;SYSLIB0011;IL2026;IL2050;IL2075;IL2067;IL2070;IL2072;IL2077;IL2080;IL2087;IL2090;CS0618;CA1041;CA1069;CA1401;CA1510;CA2101;SYSLIB1054;SYSLIB1096;</NoWarn>
+ <NoWarn>$(NoWarn);NETSDK1138;SYSLIB0003;SYSLIB0004;SYSLIB0011;IL2026;IL2050;IL2075;IL2067;IL2070;IL2072;IL2077;IL2080;IL2087;IL2090;CS0618;CS0649;CA1041;CA1069;CA1401;CA1510;CA2101;SYSLIB1054;SYSLIB1096;</NoWarn>
22
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
23
</PropertyGroup>
24
<PropertyGroup Condition="'$(Configuration)'=='Release'">
0 commit comments