-
vi mode - experimental build
I've just uploaded an experimental build with basic vi emulation: X86: http://www.linqpad.net/GetFile.aspx?preview+LINQPad5.zip AnyCPU: http://www.linqpad.net/GetFile.aspx?preview+LINQPad5-AnyCPU.zip…2 · -
Re: How can I use Distinct (C# statement)
How about: query.Distinct().Dump(); Note that you would be better off using association properties.var query = from log in ViewLogs let v = log.Vehicle let s = v.Seller where v.IsActive && v.…1 · -
Re: Filter Util.Dif to only non-matched properties
Good call - I'll add an option for this in the next build.2 · -
Re: BUG: Can't run an F# program with a main entry point
This was fixed in a recent beta. You can download it here: https://www.linqpad.net/download.aspx#beta1 · -
Re: using directives
I've incorporated some improvements to this in the latest beta. It will now parse the expressions above (although it's still not completely robust).2 ·
