Skip to content

Commit

Permalink
Treat all warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Sep 20, 2023
1 parent 9167069 commit 87e4a3c
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 @@ -6,7 +6,7 @@
<Copyright>Copyright (C) Oleksii Holub</Copyright>
<LangVersion>latest</LangVersion>
<Nullable>annotations</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit 87e4a3c

Please sign in to comment.