mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
Address CA1829 (Avoiding Count LINQ method calls when equivalent + more efficient properties exist) (#1961)
* Address CA1829 (Avoid Count LINQ Method Calls) * Remove other change * CA1829 removal * CA1829 (remove whitespace)
This commit is contained in:
@@ -18,7 +18,6 @@ dotnet_analyzer_diagnostic.severity = error
|
||||
# investigated and either fixed or marked as acceptable with
|
||||
# a reason why
|
||||
dotnet_diagnostic.IDE0018.severity = none
|
||||
dotnet_diagnostic.CA1829.severity = none
|
||||
dotnet_diagnostic.CA1806.severity = none
|
||||
dotnet_diagnostic.IDE0078.severity = none
|
||||
dotnet_diagnostic.IDE0019.severity = none
|
||||
|
||||
Reference in New Issue
Block a user