Skip to content

Commit

Permalink
Treat IL3050 warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Jun 5, 2024
1 parent 086e146 commit 71df2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup>
<WarningsAsErrors>$(WarningsAsErrors),IL2026</WarningsAsErrors>
<WarningsAsErrors>$(WarningsAsErrors),IL2026,IL3050</WarningsAsErrors>
</PropertyGroup>

</Project>

0 comments on commit 71df2ad

Please sign in to comment.