-
Re: Linux support for LPRun8
If you reference LINQPad.Runtime.dll and call Util.Run, you might have some success running under Linux. This is a side-effect of recent preparatory work for MacOS, during which a fair bit of cross-p… (View Post) -
Re: Open last closed query using the hotkey "ctrl+shift+t"
That key combo is already taken in LINQPad (results to Text). There are long-term plans to make the shortcuts configurable. (View Post) -
Re: LINQPad hangs when editing script with errors with multiple cursors
I haven't been able to reproduce this, however there's a major rewrite in the works that's likely to help with editor performance. (View Post) -
Re: Understanding benchmark results
The range is (max - min) / mean. A bigger range means less consistency between test results - you can see this visually by the size of the red line in relation to the blue bar (which shows the mean).… (View Post) -
Re: Linqpad runs continuations on the same thread most of the time with TaskScheduler.Default
LINQPad doesn't do anything to mess with the task scheduler. As I understand, the asynchronous continuation option determines behavior. It makes no guarantees about which thread the continuation will… (View Post)