-
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) -
Re: Is there a show filter drop-down menu?
The control is being redesigned in LINQPad, but it will a while before I will be able to release it. It's part of a fairly big rewrite. (View Post) -
Re: Array Indexes
There should be a fix for this in 8.4.3. LINQPad now shows C#-style indexers in type descriptions rather than Reflection-style indexers. typeof (int[,][]).Dump ("C# style");typeof (int[,][]… (View Post) -
Re: How do I view a Span<Byte> in the Debugger?
This should now be fixed in 8.4.9. (View Post) -
Re: Make the 'what's new' page go to a page on the website instead of a local file
I'll make the WhatsNew feature dark theme friendly in the next build. (View Post)