Skip to content

Commit

Permalink
Add WarningsAsErrors for AOT errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Jun 6, 2024
1 parent 71df2ad commit d443882
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,IL3050</WarningsAsErrors>
<WarningsAsErrors>$(WarningsAsErrors),IL2026,IL2060,IL2091,IL2095,IL3050</WarningsAsErrors>
</PropertyGroup>

</Project>

0 comments on commit d443882

Please sign in to comment.