[Mono-bugs] [Bug 54518][Blo] Changed - PropertyInfo:GetCustomAttributes does not work for base class properties

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 11 Mar 2004 10:19:45 -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=54518

--- shadow/54518	2004-03-11 09:52:26.000000000 -0500
+++ shadow/54518.tmp.1697	2004-03-11 10:19:45.000000000 -0500
@@ -10,12 +10,13 @@
 Component: CORLIB
 AssignedTo: martin@ximian.com                            
 ReportedBy: JoergR@voelcker.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
+Cc: bmaurer@users.sf.net,martin@ximian.com
 Summary: PropertyInfo:GetCustomAttributes does not work for base class properties
 
 Description of Problem:
 PropertyInfo:GetCustomAttributes does not find custom attrributes of
 inherited properties of a base class.
 
@@ -68,6 +69,16 @@
 Oooops, I must have been stupid ;-) 
 Now it's really FIXED in CVS. 
 
 ------- Additional Comments From ndrochak@gol.com  2004-03-11 09:52 -------
 We have a regression with this bug using current cvs).  Not sure if 
 it started today, but I noticed it today.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-03-11 10:19 -------
+Ugh, this is the bug of hell.
+
+Lets remember to get nunit tests for all the cases of this bug. I 
+will write some tonight if someone doesnt preempt me.
+
+Am voting this series of bugs the most annoying bug of the month.
+
+Lluis, does the webservices stack still get messed up because of this?