-
Re: How can I use Emacs keyboard shortcuts on LINQPad ?
Right now there no are options for remapping keys, or choosing emacs or vi bindings. (View Post) -
Re: CompiledQuery in LinqPad
Compiled queries is for LINQ to SQL. Are you using Entity Framework? If so, this will not work. With EF5 and later, queries are automatically compiled in subsequent executions, so you won't need this… (View Post) -
Re: Using LINQPad with a screen reader
I'm guessing the ActiPro editor which LINQPad uses is not compatible with those screen readers. It would be good if there was a simple workaround, but I suspect it won't be easy to fix. (View Post) -
Re: "Does not contain definition" error when trying to call a specific static method in Json.NET
Can you verify that it's picking up the assembly from the right location? Run the following query: typeof (JsonSerializer).Assembly.Location (View Post) -
Re: Dump is causing linqpad to freeze
Looks like your Internet Explorer installation is hosed. It's hanging when accessing the Document property of the WebBrowser control. (View Post)