-
Re: Using LINQPad in a C# app
The purpose of the LINQPad nuget package is to use Util.CreateXHtmlWriter to leverage LINQPad's Dump functionality from outside LINQPad. To create a distributable app from a LINQPad query is not…1 · -
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 ·
