This version integrates common modules to "Core" component so that different versions of addins can leverage shared functionality while keeping their own custom handling logic for different IDE extensibility implementation. As a result, from now on, there will be virtually no differences in both addins except the functions depending on VS implementation. For example, Vs.Net doesn't implement "out" or "ref" parameter detection from method while you can detect them using VS 2005 implementation.
For those of you who are interested in the structural aspect of this addin, "NUnitGenAddIn-ClassDiagram-v0.1.1.doc" will give you the big picture. Currently, addin supports only C# but I believe with this model, it is fairly easy to extend to VB.Net, if there's anyone willing to spend some time on this project :)
--flynhigh 2006-03-25
© 2008 Novell, Inc. All Rights Reserved.