-
Re: showcase: debugging JavaScript code
Done! You're right - getting the correct logic is tricky, and I have to be extremely careful not to do anything that could change functionality for existing users. So, for LINQPad 9, I've kept it sim… (View Post) -
Re: Does the free license allow using assemblies of Linqpad as dependencies in other programs?
Yes, this is OK. (View Post) -
Re: Is it possible to use .NET regular expression source generators in LINQPad?
I'm planning to support inbuilt source generators in LINQPad 9, time permitting. (View Post) -
Re: LINQPad for macOS: First public preview!
Check %localappdata%\LINQPad\Logs.LINQPad8 Also, you could try adding exception handling to your ShowConnectionDialog method, or use the trick suggested in the documentation, which is to add the foll… (View Post) -
Re: Unable to use Microsoft.CodeAnalysis.Workspaces.MSBuild package
Have you tried the "copy local" option in LINQPad's properties dialog? (Press F4 and click Advanced). (View Post)