-
Re: Pointers in LINQPad should dump to actually value instead of System.Reflection.Pointer
Good call. This is easy to fix, so it should make it into the next build.1 · -
Re: Entity Framework Core, manual DbContext instantiation and SQL logging
Good point - I'll add a EnableLINQPadLogging() extension method to the next build.1 · -
Re: Add a reference to C# program
System.Web.UI is part of Web Forms, which is not supported in .NET Core. If you still need Web Forms or other features specific to .NET Framework, you can run LINQPad 5 in parallel.1 · -
Re: LINQPad 6 does a full compilation when running a selection
LINQPad 6 allows the selection to call methods in the rest of the script, which is why the whole thing needs to compile. You can think of LINQPad 6 as commenting out the unselected lines in the Main …1 · -
Re: Format numbers in Dump and still get sum
The ToDump method needs to be defined outside the MyExtensions class. https://www.linqpad.net/CustomizingDump.aspx1 ·