Treat nullability warnings as errors

This commit is contained in:
Alexey Golub 2020-10-07 15:33:59 +03:00
parent c5eeb5f464
commit 2a432c0ed2

View file

@ -7,6 +7,7 @@
<Copyright>Copyright (c) Alexey Golub</Copyright> <Copyright>Copyright (c) Alexey Golub</Copyright>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>
</PropertyGroup> </PropertyGroup>
</Project> </Project>