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 a21f7f2 commit b831202
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>$(WaringsAsErrors),IL2026,IL3050</WarningsAsErrors>
<WarningsAsErrors>$(WarningsAsErrors),IL2026,IL2060,IL2091,IL2095,IL3050</WarningsAsErrors>
<WarningsAsErrors>$(WarningsAsErrors),SYSLIB1045</WarningsAsErrors>
</PropertyGroup>

Expand Down

0 comments on commit b831202

Please sign in to comment.