Best Of
-
Re: accept autocomplete key not working as expected
I see: you're saying that the tab key should be privileged in being able to confirm selections, whether or not the selection is virtual. Makes sense. This is an easy fix - it should hopefully ma…2 · -
Re: Expression string dump bug?
For Expression, this is the behavior I'd expect. C# Expression behaves the same. The statement "5".Dump() outputs to the Results pane because that's the nature of Dump(). Dump() r…2 · -
Re: IntelliSense Fails After return Keyword
Try now with version 9.8.1. I've added return to the completion-triggering words, along with await and throw.2 · -
Re: .NET 11 Preview support?
Also collection expression arguments. I believe these two should both be in the preview.1 · -
Re: LINQPad 9 is missing the "Pick from Assemblies" feature, will it return?
It is back in the latest beta - version 9.7 From https://www.linqpad.net/LINQPad9.aspx#beta1 · -
Re: Breakpoints in event handlers not triggering
The key is that your "Main" method completed so LINQPad stops checking for progress. Since your script uses interactive elements, it's still technically running. Tell LINQPad it's…1 · -
Re: Breakpoints in event handlers not triggering
Add the following to the start of your script. Util.KeepRunning();1 · -
Re: Roadmap for cross platform (ubuntu/linux)?
Linux support would be a major milestone for LINQPad. Given Microsoft's current OS strategy and trust issues, many developers are migrating from Windows to Linux.1 · -
Re: Roadmap for cross platform (ubuntu/linux)?
I was actually surprised that there were more people using .Net on Mac compared to Linux. Anyway, I am running LinqPad in W10 VM under Debian. Not optimal but sort of OK when you get used to it. I di…1 · -
Re: Roadmap for cross platform (ubuntu/linux)?
We are moving alot of functionality from Windows to Linux in our systems. Linux LinqPad really would help me and my team. Please feel free to charge extra for it!1 ·

