roslynator icon indicating copy to clipboard operation
roslynator copied to clipboard

Error - RCS 1246 when using generic OrderedDictionary.First()

Open mstortz opened this issue 5 months ago • 0 comments

As per the title, when using a generic OrderedDictionary and calling the First() method, the RCS 1246 warning "Use Element Access" appears, even though the generic OrderedDictionary does not offer element access.

mstortz avatar May 23 '25 14:05 mstortz