Skip to content

Commit 784f18d

Browse files
committed
Fix trim warnings/errors
1 parent 78f8c20 commit 784f18d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<Nullable>enable</Nullable>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1111
<ILLinkTreatWarningsAsErrors>false</ILLinkTreatWarningsAsErrors>
12+
<NoWarn>IL2104,IL3053,IL2036,MSB3073</NoWarn>
1213
</PropertyGroup>
1314

1415
</Project>

0 commit comments

Comments
 (0)