Details
Assignee
UnassignedUnassignedReporter
David SchmittDavid SchmittLabels
Components
Priority
MinorWho's Looking?
Open Who's Looking?
Details
Details
Assignee
Unassigned
UnassignedReporter
David Schmitt
David SchmittLabels
Components
Priority
Who's Looking?
Open Who's Looking?
Created May 6, 2013 at 11:25 AM
Updated September 3, 2014 at 12:16 AM
When appending multiple Take() operators on a linq query, the query is not correctly evaluated.
For example, q.Take(10).Take(20) will return up to 20 items, instead of at most 10 items.
There is already an ignored unit test in Linq\PagingTests.cs (CustomersChainedTake), but I haven't found a matching issue for it.