[Mono-bugs] [Bug 565127] GetGenericParameterConstraints fails on methods in dynamic modules

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Dec 16 13:48:48 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=565127

http://bugzilla.novell.com/show_bug.cgi?id=565127#c2


--- Comment #2 from Rodrigo Kumpera <rkumpera at novell.com> 2009-12-16 18:48:46 UTC ---
It's not an issue with GenericTypeParameterBuilder.

The problem is that we return a GTPB from a finished method.

if you look at the type of t in "Console.WriteLine(t);" you'll notice that it's
a GTPB when it should be a MonoType since it's coming from finished stuff.

I'm working on this, but it might take a while.

-- 
Configure bugmail: http://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