Comment on CShell: A simple, yet powerful, C# scripting IDEparentComments−egeozcan12y Action<object> print = Console.WriteLine; I mean, it's not perfect but you can also create a .Dump() extension method for all objects like Linqpad does. It comes really handy.
Comments