mirror of
https://github.com/DarthAffe/HPPH.git
synced 2025-12-12 13:28:37 +00:00
Enabled the full set of .NET analyzers
This commit is contained in:
parent
b9aa24aeec
commit
cddb82e07e
@ -6,6 +6,9 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
|
|
||||||
|
<EnableNETAnalyzers>true</EnableNETAnalyzers>
|
||||||
|
<AnalysisLevel>latest-all</AnalysisLevel>
|
||||||
|
|
||||||
<Authors>Darth Affe</Authors>
|
<Authors>Darth Affe</Authors>
|
||||||
<Company>Wyrez</Company>
|
<Company>Wyrez</Company>
|
||||||
<Language>en-US</Language>
|
<Language>en-US</Language>
|
||||||
|
|||||||
@ -6,6 +6,9 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
|
|
||||||
|
<EnableNETAnalyzers>true</EnableNETAnalyzers>
|
||||||
|
<AnalysisLevel>latest-all</AnalysisLevel>
|
||||||
|
|
||||||
<Authors>Darth Affe</Authors>
|
<Authors>Darth Affe</Authors>
|
||||||
<Company>Wyrez</Company>
|
<Company>Wyrez</Company>
|
||||||
<Language>en-US</Language>
|
<Language>en-US</Language>
|
||||||
|
|||||||
@ -7,6 +7,9 @@
|
|||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
|
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
|
||||||
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath>
|
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath>
|
||||||
|
|
||||||
|
<EnableNETAnalyzers>true</EnableNETAnalyzers>
|
||||||
|
<AnalysisLevel>latest-all</AnalysisLevel>
|
||||||
|
|
||||||
<Authors>Darth Affe</Authors>
|
<Authors>Darth Affe</Authors>
|
||||||
<Company>Wyrez</Company>
|
<Company>Wyrez</Company>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user