-
Re: `LINQPad.Controls.DataListBox` hides content if it is the first thing added to a `DumpContainer`
Thanks - I'll flag this. (View Post) -
Re: BenchmarkDotnet.linq AllocatedBytes Bug
I should also mention that if you ever want to do a reset, you can delete the file and LINQPad will recreate it. (View Post) -
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)