Skip to content

Commit 120b944

Browse files
authored
Update the severity of CA1826 to suggestion
Update the severity of CA1826 to suggestion as it's not really applicable in modern TFMs (#55361)
1 parent 08e84a2 commit 120b944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ dotnet_diagnostic.CA1823.severity = warning
147147
dotnet_diagnostic.CA1825.severity = warning
148148

149149
# CA1826: Do not use Enumerable methods on indexable collections. Instead use the collection directly
150-
dotnet_diagnostic.CA1826.severity = warning
150+
dotnet_diagnostic.CA1826.severity = suggestion
151151

152152
# CA1827: Do not use Count() or LongCount() when Any() can be used
153153
dotnet_diagnostic.CA1827.severity = warning

0 commit comments

Comments
 (0)