Dump more than 1000 items
The overloads of Dump() affect depth of the object graph, but not width of dumped data. It would be useful to be able to Dump x number of items from any IEnumerable, including all items.
4
votes

Done. Click the ‘Results in Grid’ icon and the result count is limited only by memory.
-
Pat Kujawa commented
EDIT: A simple boolean overload (includeAllValues) would be fine. That way, LinqPad could Dump the normal, acceptable number (e.g. 1000) by default, but the user could request that all values be dumped instead. (There's really no need for Dump to take a 'width', since a simple LINQ query could do that.)