Uh oh!
There was an error while loading. Please reload this page.
Ditch DictImp GetEnumerator<T> code that was needed because of a runtime bug - #14509
Conversation
So, what happens if |
T-Gro
commented
Dec 27, 2022
The worst case is that repeated access to .Current after enumeration has finished (MoveNext() returned false) will not throw. I tried searching trough the runtime repo, but I do not see links which would tell me which versions this went into. |
T-Gro
commented
Dec 27, 2022
But since it was 4 years ago, it means that versions 6 and 7 have it (the only supported versions as of now?). |
This bug has been fixed in the meantime.
Original issue:
F#: #5910
Runtime: dotnet/runtime#11488
Resolution in runtime repo:
dotnet/coreclr#21368
Tests:
