How about an Add-In that facilitates code reviews? It
would allow you to have a checklist of things to look
for and a check list of comments, severities, and line
numbers,
I guess a Regulator Add-in for VS.Net should be able to
take the regex from selection in the code editor and
paste its results back to that selection.
well i had the same problem, Compiled the addin but it
never showed up in the tool window. :(
Have a look in the <managedAddIn> section
of these two files. This might hint at an easier way...
;)
c:\program files\nunitaddin\NUnitAddin.exe.config
c:\program files\nunitaddin\nunit-gui.exe.config
(BTW sorry about all of the ProcessInvocation.exe
rubbish. This will be created in a temp directory in
later versions. The problem is how to make an exe delete
itself.)