https://bugzilla.novell.com/show_bug.cgi?id=354970
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=354970#c2 --- Comment #2 from Gert Driesen <[EMAIL PROTECTED]> 2008-01-20 03:37:44 MST --- Currently, (g)mcs relies on this behavior. We have two options to fix this issue: 1) add an internal overload for AssemblyBuilder.SetCustomAttribute that retains the current behavior and have (g)mcs use this one (in AssemblyClass.ApplyAttributeBuilder) 2) change (g)mcs to determine the full AssemblyName (in AssemblyClass.GetAssemblyName) before the dynamic assembly is constructed. Note: MS definitely emits the attributes, but they are ignored for constructing the identity of the assembly. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
