-
Re: Request for LINQPad 8 Support for C# 13
I've just uploaded a new beta with support for the latest C# 13 features. There's also a demo of what's new in C# 13 in the inbuilt samples. (View Post) -
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)