-
Re: LINQPad 5 beta & preprocessor directives
LINQPad 4 ignored preprocessor directives for the purposes of autocompletion, which solves the problem you describe, but causes problems of its own. For instance, in the following case:#if FOO string…1 · -
Re: Objects displayed only as strings, not in grid/expandable
I've answered the question on StackOverflow: http://stackoverflow.com/a/37935406/462231 · -
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 ·
