-
Re: Caching things between execution runs (but same linqpad process, same open tab)?
An enhanced version of Cache() is built into the latest LINQPad beta: www.linqpad.net/beta.aspx1 · -
Re: Get Nuget Package version from query
The query file itself won't contain the NuGet version unless you've locked it to a specific version. And the assembly version won't usually help because isn't necessarily tied to the NuGet package ve…1 · -
Re: Azure Table Query doesn't show all properties
This sounds like a bug in the Azure Table Storage driver. You could contact the authors: https://github.com/madd0/AzureStorageDriver1 · -
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 ·
