[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

@@ -23,6 +23,8 @@
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<IntermediateOutputPath>$(SolutionDir)$(Platform)\$(Configuration)\obj\$(AssemblyName)\</IntermediateOutputPath>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisMode>Recommended</AnalysisMode>
</PropertyGroup>
<PropertyGroup>