-
Re: Why is LINQPad directly referencing (and locking) my assemblies
Where abouts on your filesytem is the assembly located? LINQPad won't shadow the assembly if it's in Program Files or your windows directory. Also, if you attach Visual Studio to the LINQPad or LINQP…1 · -
Re: Compile LINQPad query (under C# Program-mode) into a standalone dll
This feature has not yet been implemented. There are a lot of issues to solve in order to make this work.1 · -
Re: Sharing Additional References and Namespace Imports with a team
I've just uploaded a new LINQPad beta that allows you to localize the default references and namespaces: http://www.linqpad.net/download.aspx#beta I've also now written documentation on xcopy-deploym…2 · -
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 ·
