-
Re: Check if a key is in the cache, remove a key from the cache
EM0 - are you aware of the Util.Cache overload with fromCache? This lets you know whether the item was fetched from the cache. To answer your other question, stuff disappears from the cache when the …1 · -
Re: NuGet references missing from Query object model?
The new beta is out: http://www.linqpad.net/download.aspx#beta1 · -
Re: NuGet references missing from Query object model?
Yes, it's an omission that there's no NuGetReferences property. I'll fix this in the next beta build (day or two). In the meantime, GetRawHeader will return everything, as kingkeith suggested.2 · -
Re: Renaming properties on generated Table classes
If you name the column 'GridID' rather than "GridId', you'll get a better result.1 · -
Re: Latest beta too slow while typing
I can't reproduce... is this happening on just one machine? P.S. Are you aware that you can dump dataflow blocks for a real-time visualization? Also, Pizza.Make() needs to be async and you need to aw…1 ·