Suppress Totals in Dump()
Options
Hi,
Is there a way to suppress totals when using Dump() ?
Thanks
Paul
Comments
-
In LINQPad 6, you can call xx.Dump (noTotals:true);
-
Thanks Joe,
noTotals works fine in Program and Statement mode.
However, seems to duplicate itself in Expression mode.Paul
-
You cannot do this in expression mode. Expression mode is equivalent to calling Dump() - with no arguments.
-
Perhaps Expression mode could suppress the built-in Dump when the last method call is to Dump?