-
Re: Statements auto dump and auto complete suggestion
Can you give me sample code that causes autocompletion to pop up when it shouldn't? I should be able to fix most of these. You can tell LINQPad not to activate completion listings on alpha characters…1 · -
Re: 1 complement, 1 question and 1 idea
Thanks for your support and suggestions! Regarding extensibility points, these are hard to design (and easy to screw up) without a reasonable set of use-cases. You're right about Util.ReadLine being …2 · -
Re: Dump only part of an Object
From LINQPad 5.08, you can define a "ToDump" method on any class, which controls how the object is dumped. This is a convention-based system, so you do not need to reference LINQPad.exe. Fo…1 · -
Re: Linqpad can't add row to table with rowguid default value
Unfortunately, this is a limitation of LINQ to SQL. There's no good workaround, other than perhaps recompiling the source code for LINQ to SQL, and adding this as a new feature. (And it would be a br…1 · -
Re: CompilationOptions ctor error when using Microsoft.CodeAnalysis - MissingMethodException
There's a workaround that you can use right now. Go to Query | App.Config (Ctrl+Shift+O). Click 'Let me type it in' and paste the following in:<configuration> <runtime> <assemblyBindin…2 ·