Hey, On 6/13/07, Dario Quintana <[EMAIL PROTECTED]> wrote: > But now I'm seeing and the Castle.Windsor assembly loose the type > CastleSectionHandler after linking :s > > Some tip to prevent this ?
Well, if this type is removed it's probably because it is not used. It's the goal of the linker after all. If it is removed, and that it's referenced by an assembly, then you're maybe seeing a bug in the linker, so you may want to send me your assemblies so I can diagnose what's wrong. If it's not referenced, but you still want to preserve this particular type, you may want to use an xml descriptor to preserve the type. You can find an example in linker/Descriptors. Jb -- Jb --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
