1 click reference a dll from currently running VS project
something along the lines of either:
A) a plugin to visual studio (toolbar button) that I can click "open in Linqpad" that will launch linqpad with a reference to the assembly of the current project, plus a dialog that pops up, where I can select any of the other projects in the solution to also reference, this will automatically bring in the namespaces as well.
7
votes
Alan Hemmings
shared this idea
-
Alan Hemmings commented
the alternative is to do this from inside Linqpad, which will simply pick up any running visual Studio instances and projects and do the same thing, but launched from within Linqpad. same result.