Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77002 --- shadow/77002 2005-12-14 23:28:05.000000000 -0500 +++ shadow/77002.tmp.8756 2005-12-16 07:50:45.000000000 -0500 @@ -1,22 +1,21 @@ Bug#: 77002 -Product: Mono: Compilers +Product: Mono: Class Libraries Version: 1.1 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Wishlist -Component: C# +Component: CORLIB AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Cc: Summary: TypeForwardToAttribute support We don't support TypeForwardToAttribute which replaces type references with type references to another "destination" type. seealso: @@ -62,6 +61,15 @@ System.CLSCompliantAttribute How often does this happen? consistently. + +------- Additional Comments From [EMAIL PROTECTED] 2005-12-16 07:50 ------- +Hmm, this would require library and metadata support to do that. + +I think, actually, that this can/should be handled completely in the +library: SRE.AssemblyBuilder.SetCustomAttribute, or SRE.ModuleBuilder. + +Ankit, you may want to look at the second link above and try to see +what metadata tables are needed to implement this feature. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
