Search code examples
linqpad

Linqpad dump more than 1000 rows


.Dump() only shows 1k results. How do I get it to show more than that with html formatting? The Grid results options doesn't have the formatting I need.


Solution

  • Taken from this post at linqpad

    In the GUI go to edit -> preferences -> results . At the bottom you will see "In Rich Text Mode" as well as "In DataGrid Mode". The rich text mode works on the .Dump() in the editor, or automating a .linq query using .Dump()