Skip to content

Commit

Permalink
Spelling fix and add more code to WarningsAsErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Jun 7, 2024
1 parent 58403d2 commit 68938d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<PropertyGroup>
<WarningsAsErrors>$(WarningsAsErrors),IL2026,IL2060,IL2091,IL2095,IL3050</WarningsAsErrors>
</PropertyGroup>

</Project>
1 change: 0 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<Company>Falu Technologies Limited</Company>
<!--<IsPackable>true</IsPackable>-->
<IsAotCompatible>true</IsAotCompatible>
<WarningsAsErrors>$(WaringsAsErrors),IL2026,IL3050</WarningsAsErrors>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 68938d4

Please sign in to comment.