[Mono-bugs] [Bug 77002][Wis] Changed - TypeForwardToAttribute support

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Dec 16 07:50:45 EST 2005


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 rharinath at novell.com.

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: rharinath at novell.com                            
 ReportedBy: atsushi at ximian.com               
 QAContact: mono-bugs at ximian.com
 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 rharinath at novell.com  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.


More information about the mono-bugs mailing list