-
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 · -
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 ·