-
Re: Support C# 7.1
There's now a beta build that supports C# 7.1: http://www.linqpad.net/Download.aspx#beta I'm not sure about the value of supporting older C# versions, unless it can also let you target older Framewor…1 · -
Re: Are there video's for the "Future-oriented programming in C#" examples somewhere?
I can't find it either. I've just pinged the conference organizer to see if it's available.1 · -
Re: .NETStandard 2.0 packages: No usable .NET assemblies in package
Thanks for the links. Being a scratchpad, LINQPad uses the standard Roslyn tool chain, not MSBuild. This might make a solution challenging. I'm speaking at conferences this week and next; after that …1 · -
Re: Is it True that can't join tables from different servers?
After following the instructions in the FAQ, you should end up with a data context in LINQPad that includes tables from both databases. If you are unsure on how to refer to one of these tables, simpl…1 · -
Re: lprun has exception NullReferenceException, Query in windows run as expected
I've looked at the source code for linq2db and found the likely cause: it's writing to the SQL translation tab using a TextWriter which is null when called from lprun. I've modified LINQPad to assign…2 ·