Another github warning as error (#2516)

* Another github warning as error

* Also these ones.

Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
metalgearsloth
2020-11-18 18:19:25 +11:00
committed by GitHub
parent f680f50059
commit ca0ced2b61
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<OutputType Condition="'$(FullRelease)' != 'True'">Exe</OutputType>
<NoWarn>1998</NoWarn>
<WarningsAsErrors>CS8604;CS8765</WarningsAsErrors>
<WarningsAsErrors>CS8604;CS8765;CS8632;CS8622</WarningsAsErrors>
</PropertyGroup>
<Import Project="..\RobustToolbox\MSBuild\Robust.DefineConstants.targets" />
<ItemGroup>