[ImageResizer] Enable analyzer and fix warnings (#16512)

This commit is contained in:
CleanCodeDeveloper
2022-02-22 23:01:48 +01:00
committed by GitHub
parent 6a722e2961
commit 2b747d02d3
4 changed files with 8 additions and 5 deletions

View File

@@ -20,6 +20,8 @@
<Platform Condition="'$(Platform)'==''">x64</Platform>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<IntermediateOutputPath>$(SolutionDir)$(Platform)\$(Configuration)\obj\$(AssemblyName)\</IntermediateOutputPath>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisMode>Recommended</AnalysisMode>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">