-
Re: VS Code Notebook API
Within VS Code, I see LINQPad features as "visualizers" in a notebook. So for a .NET interactive kernel, it would be great to have some of those features available. I would rather see LINQP…1 · -
Re: Sticky table headers.
Especially better "find in page" support 😁1 · -
Re: How do I copy my connections to a new PC?
The connections can all be found in the %APPDATA%\LINQPad directory. Look out for the ConnectionsV2.xml file. That contains all the connection settings for all your connections. You also might be int…1 · -
Re: cross-database queries
It doesn't apply to custom assemblies, only the context generated by the linqpad driver.1 · -
Re: Can't set breakpoint in UI click handler
The problem is that your program completes the moment Main() returns. The action you're attempting to step through is run well after the debugger is detached. You need to signal to LINQPad that …2 ·