LpDumper
LpDumper copied to clipboard
Makes LinqPad's Dump() method available in Visual Studio
LpDumper
Makes LinqPad's Dump() method available in Visual Studio
#How to use?
- include a reference to LpDumper nuget packge
- add
using LpDumper;to the class - call
Dump()on any object - output opens up on default browser.
