Skip to content

Commit ae78359

Browse files
authored
S1128 Unnecessary using directive should be enabled in Release (#11)
1 parent 139cbbb commit ae78359

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Neolution.Release.ruleset

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<RuleSet Name="Neolution Coding Style" Description="These rules can discover critical problems in your code, including potential security holes, application crashes, and other important logic and design errors. Include this rule set in any custom rule set you create for your projects." ToolsVersion="16.0">
33
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
44
<Rule Id="CA1000" Action="Error" />
@@ -1295,7 +1295,7 @@
12951295
<Rule Id="S1121" Action="Error" />
12961296
<Rule Id="S1123" Action="Error" />
12971297
<Rule Id="S1125" Action="Error" />
1298-
<Rule Id="S1128" Action="None" />
1298+
<Rule Id="S1128" Action="Error" />
12991299
<Rule Id="S113" Action="Error" />
13001300
<Rule Id="S1134" Action="Error" />
13011301
<Rule Id="S1135" Action="Info" />

0 commit comments

Comments
 (0)