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 3773b92 commit d3e8c5eCopy full SHA for d3e8c5e
Directory.Build.props
@@ -12,7 +12,7 @@
12
<AnalysisMode>all</AnalysisMode>
13
<AnalysisLevel>latest</AnalysisLevel>
14
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
15
- <EnforeCodeStyleInBuild>true</EnforeCodeStyleInBuild>
+ <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
16
<EnableNETAnalyzers>true</EnableNETAnalyzers>
17
<EnableCodeAnalysis>true</EnableCodeAnalysis>
18
<NoWarn>S125;CA1848;CA1002;CA1515;S1118</NoWarn>
0 commit comments