[Mono-dev] Fwd: Patch for bug 82046

Thong Nguyen tum at veridicus.com
Wed Jul 11 15:38:45 EDT 2007


---------- Forwarded message ----------
From: Thong Nguyen <tum at veridicus.com>
Date: Jul 9, 2007 9:23 PM
Subject: Patch for bug 82046
To: mono-devel-list at lists.ximian.com

http://bugzilla.ximian.com/show_bug.cgi?id=82046

Fixed runtime reporting WARNING **: Cannot load type XXXX errors when trying
to call GetCustomAttributes on a property with an attribute of the form:

[MyAttribute(typeof(GenericType<CustomType>))]
public class MyClass
{
}

Occurs when the program has been compiled with csc which ommits the fully
qualified name of CustomType if it is declared in the same assembly as
MyClass.  gmcs always emits the fully qualified name so the bug doesn't
appear if the program is compield with gmcs.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070712/3f6c1e03/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: GenericTypeRefInAttributeBug.diff
Type: application/octet-stream
Size: 4555 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070712/3f6c1e03/attachment.obj 


More information about the Mono-devel-list mailing list