-
Re: Intellisense in LinqPad.
With LINQPad 5, LINQPad.config controls default configuration options for queries that you run. LINQPad.exe.config is for the LINQPad host itself. This includes some binding redirects and settings th…1 · -
Re: Bug? $ strings supported in C#, but not F#
I believe this is due to LINQPad being stuck on an older version of F# - because of this issue: https://github.com/dotnet/fsharp/issues/8560 The good news is this issue is part of the 16.10 milestone…1 · -
Re: asp.net core web server
Yes, this is possible in LINQPad 6 with WebAPI. There's an example in LINQPad's built-in samples: http://share.linqpad.net/q7cpkj.linq The main thing to remember is to press F4 (Query Properties) and…1 · -
Re: LINQPad 6.13.11 x64 and Net v6.0.0-preview.3
Try now1 · -
Re: Is there a way to prevent the Tables node from expanding when a database connection is established?
I see. It would be better if it didn't automatically expand the tables node when there are lots of tables and also views/SPs/functions below. I'll get a fix into the next update.1 ·