Skip to content

CA1826 (Do not use Enumerable methods on indexable collections)#27

Open
kirsan31 wants to merge 1 commit into
Alparse:masterfrom
kirsan31:PR3
Open

CA1826 (Do not use Enumerable methods on indexable collections)#27
kirsan31 wants to merge 1 commit into
Alparse:masterfrom
kirsan31:PR3

Conversation

@kirsan31
Copy link
Copy Markdown

@kirsan31 kirsan31 commented May 18, 2026

CA1826 (Do not use Enumerable methods on indexable collections. Instead use the collection directly) fix.
SymbolMapping.Intervals is IReadOnlyList. So in performance reason we need to use index directly instead of FirstOrDefault.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant