Best Of
-
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 · -
Re: Is it possible to use .NET regular expression source generators in LINQPad?
The underlying problem is that user-defined source generators can include an arbitrary graph of dependencies. To avoid the possibility of these conflicting with the LINQPad host's own dependenci…2 · -
Re: Should preprocessor symbols should be defined for LINQPad versions?
Presumably you need LINQPad 8 for .NET 3.1 / 5.0 support? I'll add a LINQPAD9 symbol to the next build.1 · -
Re: Is it possible to use .NET regular expression source generators in LINQPad?
This functionality is now available in 9.6.3. Let me know how you get along.1 · -
Filter / search box for database connection
I have been using LinqPad for a long time to access database servers with 50 to 100 databases, many of which have very a very similar start in the first 10 to 20 chars (development databases containi…1 ·

