-
Re: Let Util.Cache() tell the script if the result is from cache or not
Sure - this will be in the next beta.1 · -
Re: Problems switching between query tabs using keyboard
Thanks for reporting - this was fixed in the most recent beta.1 · -
Re: No usable .NET assemblies in NuGet package
The new beta build is now out: www.linqpad.net/beta.aspx1 · -
Re: NuGetVersionNotSatisfiedException
I plan to release another beta shortly, then hopefully it can go RTM a few weeks after that.1 · -
Re: Can't use .Where or .Select with stored procedure call?
The easiest way to accomplish this is to call .AsDynamic() on the return data set: spCustomers().AsDynamic().Where (x => x.Name.StartsWith ("T")) AsDynamic is an extension method built i…1 ·
