[Mono-bugs] [Bug 54945][Cri] Changed - GetCustomAttributes failing for fields defined in a base class
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 8 Mar 2004 22:05:07 -0500 (EST)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=54945
--- shadow/54945 2004-03-08 20:26:33.000000000 -0500
+++ shadow/54945.tmp.22605 2004-03-08 22:05:07.000000000 -0500
@@ -1,17 +1,17 @@
Bug#: 54945
-Product: Mono: Class Libraries
+Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Critical
-Component: CORLIB
-AssignedTo: bmaurer@users.sf.net
+Component: misc
+AssignedTo: mono-bugs@ximian.com
ReportedBy: lluis@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: GetCustomAttributes failing for fields defined in a base class
@@ -95,6 +95,13 @@
ReflectedType is Base, the attribute code works, otherwise, you get
teh bug.
------- Additional Comments From tberman@gentoo.org 2004-03-08 20:26 -------
Just to give some more info, this bug basically renders MD useless on
current mono cvs. A fix before a release would kickass :)
+
+------- Additional Comments From bmaurer@users.sf.net 2004-03-08 22:05 -------
+I am moving this over to the runtime, as the bug is in metadata
+(changing the way that the fields are created in there can change the
+behavior described above).
+
+Also, unassigning myself, as this is beyond the scope of just attributes.