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