Add IDisposableAnalyzers to more projects

This commit is contained in:
Bond_009
2023-11-05 02:01:14 +01:00
parent 6392a8037f
commit a9ef103c95
29 changed files with 134 additions and 122 deletions

View File

@@ -6,7 +6,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<!-- Code analysers-->
<!-- Code Analyzers -->
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
<PackageReference Include="IDisposableAnalyzers">
<PrivateAssets>all</PrivateAssets>