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 e709f87 commit 9d00dffCopy full SHA for 9d00dff
src/Directory.Build.props
@@ -18,4 +18,9 @@
18
<CodeAnalysisRuleSet>$(SolutionDir)\stylecop.analyzers.ruleset</CodeAnalysisRuleSet>
19
</PropertyGroup>
20
21
-</Project>
+ <PropertyGroup>
22
+ <WarningLevel>5</WarningLevel>
23
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
24
+ </PropertyGroup>
25
+
26
+</Project>
tests/Directory.Build.props
@@ -45,4 +45,9 @@
45
46
47
48
49
50
51
52
53
</Project>
0 commit comments