-
Re: Question about the working directory
Yes: you can start your query as follows: Directory.SetCurrentDirectory (Path.GetDirectoryName (Util.CurrentQueryPath)); One thing to be aware of, though, is that LINQPad runs all your queries in a s…2 · -
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 ·