-
Re: Weird behaviour on intellisense suggestions selection
Thanks for reporting. This is now fixed in the new beta: http://www.linqpad.net/download.aspx#beta1 · -
Re: Util.Compile and Util.Run questions
To get what was dumped by the your subscript, you call AsString():var compiledQuery = Util.Compile ("..."); var retVal = compiledQuery.Run (QueryResultFormat.Html, ...); retVal.AsString().D…2 · -
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 ·
