[WarningsAsErrors] Getting Most online (#6005)

* Enabling errors as warnings.

* removing plugin since it throws an error for release mode,  WIll fix in other release
This commit is contained in:
Clint Rutkas
2020-08-17 13:11:40 -07:00
committed by GitHub
parent 7af4ffe341
commit 315caaba1c
13 changed files with 67 additions and 4 deletions

View File

@@ -79,6 +79,13 @@
<WarningLevel>4</WarningLevel>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />