[Mono-bugs] [Bug 354970] AssemblyBuilder. SetCustomAttribute should not affect assembly name

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Jan 20 05:37:45 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=354970

User gert.driesen at pandora.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=354970#c2





--- Comment #2 from Gert Driesen <gert.driesen at pandora.be>  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.


More information about the mono-bugs mailing list