-
Re: NuGet problem in LINQPad 5 - missing assemblies in net48 profile
Yes, within a few days.1 · -
Re: Provide option to disable SQL log in LINQPad?
Yes: ExecutionEngine.SqlTranslationsEnabled = false;2 · -
Re: "Cannot open Excel - Is it installed?"
You should get an idea of what's causing the problem by running the following query, which contains the same code that LINQPad uses to open Excel: http://share.linqpad.net/d95wqa.linq1 · -
Re: Configuring the location of LINQPad.UserQuery.exe
After applying the suggested workaround, can you run queries other than the one in question? If so, it's likely that the workaround is doing its job, and that LINQPad.UserQuery is running from a loca…1 · -
Re: What is being dumped when expanding Json.NET scalar values?
JValue implements IFormattable, but also implements IEnumerable. So LINQPad creates a link whose text is IFormattable.ToString(), and when clicked, expands into the enumeration of IEnumerable. I migh…1 ·