edulinq icon indicating copy to clipboard operation
edulinq copied to clipboard

Automatically exported from code.google.com/p/edulinq

Results 4 edulinq issues
Sort by recently updated
recently updated
newest added

``` NoSequencesUsedBeforeIteration calls Union instead of Intersect (also wrong in the blog post) ``` Original issue reported on code.google.com by `[email protected]` on 7 Jun 2013 at 8:59

auto-migrated
Type-Defect
Priority-Medium

``` Just glancing through the Enumerable methods in the BCL, I noticed these weren't being implemented in Edulinq AFAICT ``` Original issue reported on code.google.com by `[email protected]` on 24 Feb...

auto-migrated
Type-Defect
Priority-Medium

``` This Take(-5) call should be Take(0) instead http://code.google.com/p/edulinq/source/browse/src/Edulinq.Tests/TakeTest.cs#45 [Test] public void ZeroCount() { Enumerable.Range(0, 5).Take(-5).AssertSequenceEqual(); } ``` Original issue reported on code.google.com by `[email protected]` on 22 Feb 2013 at...

auto-migrated
Type-Defect
Priority-Medium

``` NullComparerUsesDefault() should use case-insensitive equal strings. ``` Original issue reported on code.google.com by `[email protected]` on 24 Jan 2011 at 4:15 Attachments: - [SequenceEqualTest.cs.patch](https://storage.googleapis.com/google-code-attachments/edulinq/issue-1/comment-0/SequenceEqualTest.cs.patch)

Type-Patch
auto-migrated