Skip to content

Commit

Permalink
Fix trim warnings/errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Dec 28, 2024
1 parent 78f8c20 commit 784f18d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<ILLinkTreatWarningsAsErrors>false</ILLinkTreatWarningsAsErrors>
<NoWarn>IL2104,IL3053,IL2036,MSB3073</NoWarn>
</PropertyGroup>

</Project>

0 comments on commit 784f18d

Please sign in to comment.