Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 399 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 399 Bytes

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.