[PreviewPane] Enable analyzer and fix warnings (#16995)

This commit is contained in:
CleanCodeDeveloper
2022-03-14 16:42:32 +01:00
committed by GitHub
parent bf3e427017
commit 7365ba14d0
5 changed files with 90 additions and 83 deletions

View File

@@ -18,6 +18,8 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisMode>Recommended</AnalysisMode>
</PropertyGroup>
<PropertyGroup>