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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=354970#c3


Marek Safar <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




--- Comment #3 from Marek Safar <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to