-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing using instruction in Exclude and Lead #649
Comments
I somehow doubted the list is long. Let's take your first example of line 70 of Line 70 in ce57548
How's the enumerator not being disposed? I see a
This is tricky but if you have ideas on how then I am listening. Meanwhile, we have MoreLINQ/MoreLinq.Test/BacksertTest.cs Lines 56 to 63 in ce57548
Now, technically, if you remove the As yet another issue, MoreLINQ/MoreLinq.Test/PairwiseTest.cs Lines 41 to 46 in ce57548
So you've highlighted new issues by bringing up a potential non-issue. 😄 |
Indead Reasharper doesn't handle the new inline |
SkipUntil has to be fixed and tested too. (Found by a Monkey : #663 ) |
It seems that I have introduced some leaks in |
I read the full diff and find two missing using. |
SkipUntil dispose properly its enumerator. |
Hey, thanks a ton for reviewing the diff! ⭐️ |
Here the list of not disposed enumerators
Unit test should be added for it (maybe we can do a generic test like NullArgumentTest).
SkipUntilWe should have test for them
The text was updated successfully, but these errors were encountered: