-
Experimental support for Chromium Engine
The latest LINQPad 6 beta can now use Edge's Chromium engine to render results. To enable, go to Edit | Preferences > Results. Benefits include sticky table headers, correct double/triple click be…7 · -
Re: The operation timed out
I've adjusted the timeouts in LINQPad 6 to be more in line with LINQPad 5, so you might have more luck with the next build. When the SP grows further in size, however, you might also run into issues …1 · -
Re: Suggestion: Show Nuget version in Query properties
Clicking the hyperlink will display the current (latest downloaded) version. I guess there's no reason that I can't show the version in the NuGet hyperlink itself.1 · -
Re: DirectoryNotFoundException with custom driver: LinqPad fails to create temporary data context files?
Send me the .lpx6 for now - along a step-by-step repro with any necessary supporting files.1 · -
Re: Detect if running inside linqpad or lprun
#if CMD "cmd".Dump();#else "ide".Dump();#endif1 ·