-
Re: How can I use the same project in `LINQPad` and in` Visual Studio`?
That is a major use-case right now. It sounds like what you're looking for is a feature that would allow source files to be shared between LINQPad and a Visual Studio project. This would be possible …1 · -
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 ·