-
Re: F# compilation error in Linqpad 7 when trying to use FSharp.Data packages
Looks like it could be this issue: https://github.com/fsprojects/FSharp.Data.SqlClient/issues/373 Fundamentally, it's a difficult problem to solve in .NET Core. Without application domains, resolving…1 · -
Re: LiNQPad Update Status
LINQPad 5 will continue for .NET Framework support, so there will be LINQPad 5 + LINQPad 7.1 · -
Re: LINQPad Plugins?
There is a dark feature in LINQPad that you might like to try. Create and save a query to My Queries called Automator.linq, with the following code: void Main (System.Windows.Forms.Keys key, string q…2 · -
Re: FSharp.Data in LINQPad 7
This appears to be a bug in the F# compiler: it loads the design-time assembly into the default ALC instead of the referenced assembly's ALC, which eventually results in two copies of FSharp.Core bei…1 · -
Re: [Bug] LinqPad 6, 7 : DataTable Dump() does not show RowError
This should be fixed now in the latest beta: https://www.linqpad.net/linqpad7.aspx#beta1 ·