[Mono-bugs] [Bug 354970] AssemblyBuilder. SetCustomAttribute should not affect assembly name
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Jan 20 06:21:24 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=354970
User msafar at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=354970#c3
Marek Safar <msafar at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |msafar at novell.com
--- Comment #3 from Marek Safar <msafar at novell.com> 2008-01-20 04:21:22 MST ---
The current behaviors is required by mcs/gmcs. The idea is to keep the
attribute conversion when AssemblyBuilder is in mcs mode, which could be set by
using a magic flag value when calling DefineDynamicAssembly.
const int mono_mcs_context = 0x800;
DefineDynamicAssembly (an, AssemblyBuilderAccess.Save |
(AssemblyBuilderAccess)mono_mcs_context, .......
--
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