-
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 · -
Re: LinqPad5 keeps adding an import after every line of code I add.
Open the "My Snippets" folder - you can determine its location by looking in Edit | Preferences > Folders. Are there any snippets there, and if so, can you you try deleting them or movin…1 · -
Re: I cannot browse Azure Data Explorer (Kusto) tables, etc. with LINQPad 6
Based on that error, Data Explorer must then be a fork of SQL 2005. I'll lower the version again in the next build.1 ·