I have no idea how many people are using the .Net API to build custom tools, but found an issue with its assembly scanning.
It doesnt pick up classes implementing IPlugin in an abstract base class. Can be worked around by moving the interface onto the concrete implementation but think it should pick up any concrete class implementing the IPlugIn regardless of whether on the class itself or a base class.