We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4646e2b commit 15cccc2Copy full SHA for 15cccc2
1 file changed
Directory.Build.props
@@ -15,9 +15,6 @@
15
<!-- Enable implict usings -->
16
<ImplicitUsings>enable</ImplicitUsings>
17
18
- <!-- Disable the Analyzers in Release configuration -->
19
- <RunAnalyzers Condition="'$(Configuration)' == 'Release'">false</RunAnalyzers>
20
-
21
<!-- Disable the StyleCop 'XML comment analysis is disabled due to project configuration' warning. -->
22
<NoWarn>$(NoWarn);SA0001;NU1903</NoWarn>
23
0 commit comments