-
Re: SNI.dll
I'll take a look at it, but it's tricky because the SqlClient library hard-codes where it expects the sni.dll file to be. A workaround is to add the following class to My Extensions: public static cl…1 · -
Re: How to use Linqpad with TFM net5.0-windows10.0.19041.0
Have you tried adding a NuGet package reference to Microsoft.Windows.SDK.NET.Ref?1 · -
Re: LINQPad 6 fails to start after installing .NET 5
Did you disable LINQPad's automatic updates? It sounds like you're running a fairly old LINQPad version. You can re-install the latest version using the setup: https://www.linqpad.net/Download.aspx1 · -
Re: LINQPad support for F# 5?
It's not likely to be supported until this bug is fixed: https://github.com/dotnet/fsharp/issues/8560 They don't seem to be in any hurry - perhaps you could add to that thread.1 · -
Re: Tabs are converted to spaces (even though configured not to)
The option in LINQPad that controls whether tabs are converted to spaces applies only to the editor. With the results panel, output is rendered as HTML which doesn't normally render tabs except as or…1 ·