https://bugzilla.novell.com/show_bug.cgi?id=466016
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=466016#c1 Kornél Pál <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Kornél Pál <[email protected]> 2009-01-14 07:00:21 MST --- Mixed-mode assemblies usually should not be modified because native code is not as easy to round-trip as IL code/metadata. I belive that making monolinker able to recognize mixed-mode assemblies would be wise. Although mixed-mode assemblies can't be modified their dependencies can be tracked and other assemblies could still be stripped. Native code cannot call managed code without having a VTFixup entry so that dependency can be tracked as well. Note that just like managed reflection, native code has ways to invoke managed code but monolinker should not deal with that possibility. Removig this kind of required code could be prevented by using black lists (may be member level as well) as described in the original feature request. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
