-
Re: How does LINQPad's Dump decide which type to print?
LINQPad is displaying the static type (i.e., the compile-time type) which it captures via the type parameter on Dump. It does a similar thing when enumerating fields and properties - it uses the fiel… (View Post) -
Re: LINQPad.Controls.Image.Style is overwritten when a LINQPad.Util.ScaleMode is active
Give it a good thrashing in 8.6.1 and let me know. https://www.linqpad.net/linqpad8.aspx#beta (View Post) -
Re: Wrong stack on recent Beta version
Thanks - this will be fixed soon. (View Post) -
Re: Suggestion: Add Ctrl+Click as an alternative to F12
https://www.linqpad.net/linqpad8.aspx#beta (View Post) -
Re: Suggestion: Add Ctrl+Click as an alternative to F12
I'll add a feature switch to the next build. (View Post)