|
I would prefer the
attribute over reflecting and hoping for a single matching name. IMHO, “declarative
by design” is better than “declarative by accident”.
<smile/> From: Frederik Carlier
[mailto:[EMAIL PROTECTED] What about marking the assembly with an
[DefaultWixExtensionClass(typeof(SomeClass))] attribute? That would remove the
need for appending the class when using extensions (still leaving room for
having multiple extensions in the same class). However, why not reflect on the assembly and if there is
only one (public) class named WixExtension, why not just use that single class?
Or, rather than using a fixed name, using a WixExtension attribute... Frederik. De:
[EMAIL PROTECTED] en nombre de Derek Cicerone I never thought of that but it's a very good
idea. It really would be much |
Title: RE: [WiX-devs] rfc: re-architect wix extensions
- RE: [WiX-devs] rfc: re-architect wix extensions Rob Mensching
