[Plugin.Program] Enable analyzer and fix warnings (#17000)

This commit is contained in:
CleanCodeDeveloper
2022-03-14 16:46:34 +01:00
committed by GitHub
parent 79b2cdca7b
commit 66619ca059
4 changed files with 7 additions and 3 deletions

View File

@@ -14,6 +14,8 @@
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>x64</Platforms>
<NeutralLanguage>en-US</NeutralLanguage>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisMode>Recommended</AnalysisMode>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">