I'm starting to write an add-in for Visual Studio 2005 that would integrate NUnit with the IDE. Any ideas on how and where I should start? I have a basic idea on how add-ins work.
I believe I would need to know the NUnit API for this type of integration. Where can I find enough resources to achieve this?