-
Re: Sharing Additional References and Namespace Imports with a team
Regarding the first part of your question, I don't understand how this can possibly work. If you start LINQPad by double-clicking a .linq file, it's up to Windows as to which copy of LINQPad.exe it s…1 · -
Re: Automatic brace completion
This is not a feature right now, but I guess it can be added if there's enough demand. I don't miss it much because in most cases, there are snippets to care of the brackets. So instead of typing if(…1 · -
Re: Why is LINQPad directly referencing (and locking) my assemblies
Thanks for reporting. I've found the cause of the problem and will include a fix in the next beta build.1 · -
Re: Reusing LINQPad source code for open source project
Here you are: https://github.com/albahari/ExpressionFormatter Enjoy!7 · -
Re: Cancelling a query should not clear cached results
LINQPad kills the query process when you cancel to ensure that any other threads or tasks that you may create don't continue running and pollute the next execution. You can prevent this behavior by e…1 ·