I have seen Object.Dump() method where you can see the object created in the bottom of of the Visual Studio after running. Does anybody know what plug-in I need?
Asked
Active
Viewed 3,825 times
1
-
You could use Json serializer – J.T. Taylor Feb 10 '13 at 00:48
-
http://stackoverflow.com/questions/6032908/is-there-a-library-that-provides-a-formatted-dump-function-like-linqpad/6035014#6035014 – spender Feb 10 '13 at 00:53
-
Did you look here already? https://stackoverflow.com/questions/5414214/linqpad-in-visual-studio/38199055#38199055 – Matt Oct 27 '17 at 11:50
2 Answers
1
You have probably been looking at examples of C# code running inside of LinqPad, which does have a Dump method.
Otherwise, the author created the Dump method.
There is no Dump method in .NET, and I don't know of any "plug-in" (library) that includes one.

John Saunders
- 160,644
- 26
- 247
- 397