[MonoDevelop] Refactoring Addin

Eric Schaefer eric.schaefer at ericschaefer.org
Wed Aug 4 02:33:27 EDT 2010


2010/8/3 Michael Hutchinson <m.j.hutchinson at gmail.com>:
> Yep, for some reason Mono.Addin always computes addin dependencies as
> children of the addin's namespace.
>
> So you can have either
> * an addin with no namespace, and dependencies as "MonoDevelop.Core" etc.
> * an addin with "MonoDevelop" namespace, and dependencies as "Core" etc.

Oh, OK, that makes sense. Since the addin extends MD, it's OK to have
MonoDevelop as the addin namespace, I guess. That doesn't affect the
code namespaces.

One thing is weird though. Why does it work on the first run, but not
on subsequent ones?

Regards,
Eric


More information about the Monodevelop-list mailing list