[Mono-bugs] [Bug 354047] Type created by MakeGenericType () from a finished TypeBuilder is flagged as a generic type definition

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 21 20:47:01 EST 2008


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

User rkumpera at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=354047#c4





--- Comment #4 from Rodrigo Kumpera <rkumpera at novell.com>  2008-01-21 18:47:00 MST ---
I think gmcs expects that all introspection methods work under
MonoGenericClass, for methods, properties, fields and events. But creating a
MethodBuilderInstantiation from managed code is the way to go, it will lead to
simpler code and should not create too much trouble.

There is another advantage in following this path. Right now we don't support
well user types, the PostSharp guys have hit this limitation quite a few times.
Implementing TypeBuilder::MakeGenericType() in the managed side will help us
clean up all those issues.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list