You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The built-in counting properties, such as `Count` and `Length`, are far more efficient than using LINQ's `Count()` extension method. This only affected our unit tests, but it should still be resolved. This issue was exposed by updates to the Microsoft Code Analyzers (see #865195f).
0 commit comments