[Mono-devel-list] NET_2_0 attributes

Marcus mathpup at mylinuxisp.com
Tue Sep 14 17:57:14 EDT 2004


Your patch appears to concern reading pseudo custom attributes. But Mono also 
does not properly support setting certain pseudo custom attributes. With 
Mono, attaching MarshalAsAttribute to program items created with 
System.Reflection.Emit does not actually set the metadata flags. So it is not 
possible to set a custom marshaler to a parameter in Mono unless one uses a 
nonstandard Mono-only mechanism.

I submitted a bug report for this and a patch, but it appears that no one was 
looked over it since it is still marked as new, and there has been no 
feedback on it.


http://bugs.ximian.com/show_bug.cgi?id=62610

On Tuesday 14 September 2004 4:58 am, Marek Safar wrote:
> Hello,
>
> I implemented transformation from pseudo attributes to normal attributes
> as Microsoft changed it for NET_2_0.
>
> Could someone review my patch?




More information about the Mono-devel-list mailing list