-
Re: auto lambdas xxx.Where(q => q.) on other operators?
Try now with the latest beta.1 · -
Re: auto lambdas xxx.Where(q => q.) on other operators?
I can't see any reason why the lambda snippet shouldn't work on any method where the first param is an Action, Func or an Expression of either. I'll add this feature to the next build.2 · -
Re: IEnumberable.Dump with exclusions
The exclude option applies only to the type that's been dumped. This is so that when you expand sub-objects, properties with the same name won't also get excluded. So by casting to IEnumerable, you'l…1 · -
Re: LINQPad - Unhandled Thread Exception
Go to %localappdata%\linqpad\logs. You should find more details written to the log.txt file. If the problem is not self-evident, post the details here.1 · -
Re: Latest version and its release date
A new RTM build is likely next month (May).1 ·