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.
Makes LinqPad's Dump() method available in Visual Studio
#How to use?
using LpDumper; to the classDump()on any object