We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f913fdd commit d8875b6Copy full SHA for d8875b6
src/Directory.Build.props
@@ -18,8 +18,15 @@
18
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)\..\stylecop.analyzers.ruleset</CodeAnalysisRuleSet>
19
</PropertyGroup>
20
21
+ <PropertyGroup Label="Analyzer settings">
22
+ <AnalysisMode>AllEnabledByDefault</AnalysisMode>
23
+ <EnableNETAnalyzers>true</EnableNETAnalyzers>
24
+ <AnalysisLevel>preview</AnalysisLevel>
25
+ <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
26
+ </PropertyGroup>
27
+
28
<PropertyGroup>
- <WarningLevel>5</WarningLevel>
29
+ <WarningLevel>99</WarningLevel>
30
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
31
32
0 commit comments