I wrote some custom rules in C #, following the step-by-step instructions that I found on this site . When I try to do code analysis in visual-studio-2013 , I get error CA0054 in the CA results pane.
I would like to debug my rule as an exception is explicitly thrown from it. However, I cannot figure out how to do this. I tried connecting a new instance of Visual Studio to another running instance, but it does not work.
There are many resources on the Internet for debugging user rules, but they are all for the old version of FxCop, with a separate graphical interface and everything else. I do not think this is relevant to my case.
Did I miss something?
Crono
source share