MS Code Advisor rules?
-
I am handling an upgrade from VB6 to VB.NET and want to use the opportunity to improve coding standards and overhaul some old code. I would like to use the MS Code Advisor to check up the code before going into the transition phase. To do this I would like to extend the set of rules to cover a much broader range of coding standard rules. Apparently the Code Advisor can be extended in two ways; first by using VBScript regexps, obviously somewhat limited in scope; second by implementing the IRuleHandler interface to add your own rule classes. However althought the first is copiously documented (no doubt because it is self-explanatory) the second receives no attention whatsoever, and I can't google it anywhere. Does anyone, know of docs on the interface and the available support routines? Thanks Onuk