Enabled the full set of .NET analyzers

This commit is contained in:
Darth Affe 2024-08-11 17:56:58 +02:00
parent b9aa24aeec
commit cddb82e07e
3 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,9 @@
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisLevel>latest-all</AnalysisLevel>
<Authors>Darth Affe</Authors>
<Company>Wyrez</Company>
<Language>en-US</Language>

View File

@ -6,6 +6,9 @@
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisLevel>latest-all</AnalysisLevel>
<Authors>Darth Affe</Authors>
<Company>Wyrez</Company>
<Language>en-US</Language>

View File

@ -7,6 +7,9 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisLevel>latest-all</AnalysisLevel>
<Authors>Darth Affe</Authors>
<Company>Wyrez</Company>