-
Re: How Can I Update ILSpy
The latest LINQPad 6 beta now has ILSpy 7.1: https://www.linqpad.net/linqpad6.aspx#beta1 · -
Re: How to catch unhandled exceptions in LINQPad.Controls onClick actions?
Try the latest beta - it has a static Control.UnhandledException event.1 · -
Re: How do I connect the App.config?
I don't think app.config files are supported under .NET Core and .NET 5. Have you had any luck getting this to work in Visual Studio, when targeting .NET Core or .NET 5?1 · -
Re: LINQPad support for F# 5?
Try the latest LINQPad 6 beta: https://www.linqpad.net/linqpad6.aspx#beta I've come up with a workaround for the bug in FSharp.Compiler.Service. (It looks like the F# team will never fix it.)1 · -
Re: Implement "Instant Share" server
Decompiling ShareQueryForm will be the easiest way to figure out the protocol. It's not especially complicated: there are two functions, one to upload a query and one to delete it. There's no concept…1 ·