roslynator
roslynator copied to clipboard
Error - RCS 1246 when using generic OrderedDictionary.First()
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.