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 ed2051d commit bcc4dc9
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 @@ -7,7 +7,7 @@
<Copyright>Copyright (C) Oleksii Holub</Copyright>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

</Project>

0 comments on commit bcc4dc9

Please sign in to comment.