You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[v4.1.4] Fix enumerator not disposed when arbitrary projection is enu…
…merated (#135)
* Add failing test for should dispose enumerator
* Dispose enumerator when arbitrary projection is enumerated
Let's `foreach` the enumerable, which automatically disposes enumerator.
* Fix typos
Fix enumerator not disposed when arbitrary projection is enumerated (#……132)
* Add failing test for should dispose enumerator
* Dispose enumerator when arbitrary projection is enumerated
Let's `foreach` the enumerable, which automatically disposes enumerator.
* Fix typos