-
Re: Latest Stable LinqPad 5 - No Automatic Update
Unfortunately, there aren't many beta testers left on LINQPad 5, so there's not been sufficient feedback to safely RTM the preview. I found a couple of bugs just recently that were never reported. I'… (View Post) -
Re: Feature Request: Support for Per-Monitor DPI Awareness in LINQPad 8
This is likely to happen, but not immediately. LINQPad is a currently mix of WPF and WinForms code. The WinForms code is being progressively replaced by WPF code. Once it's 100% WPF, it should be pos… (View Post) -
Re: Suggestion: Vertical Code Editor Guides
The status area shows the current line #, current column #, and character index in the upcoming Mac version (this feature will eventually find its way into the Windows version, too). (View Post) -
Re: Async flavors of `Util.CacheAsync` and `Util.Cache` can throw `RuntimeBinderException`
This occurs because I've not written a cache converter for dictionaries - it's on the TODO list. (View Post) -
Re: `LINQPad.Controls.DataListBox` hides content if it is the first thing added to a `DumpContainer`
Thanks - I'll flag this. (View Post)