1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00
Commit Graph

3 Commits

Author SHA1 Message Date
Qstick 4fe9daec03 Use Any() in place of Count() to prevent enumerating
This rule flags the Count and LongCount LINQ method calls used to check if the collection has at least one element. These method calls require enumerating the entire collection to compute the count. The same check is faster with the Any method as it avoids enumerating the collection.
2023-03-15 19:24:48 -05:00
Qstick 1c22a1ec0d StyleCop 2022-08-07 15:24:35 -07:00
ta264 1d02208316 New: Make Twitter NetStandard compatible 2020-10-18 16:26:59 -07:00