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=79639 --- shadow/79639 2006-10-10 20:34:29.000000000 -0400 +++ shadow/79639.tmp.30495 2006-10-11 06:21:05.000000000 -0400 @@ -2,13 +2,13 @@ Product: Mono: Class Libraries Version: 1.1 OS: All OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Wishlist Component: System AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -130,6 +130,12 @@ } ------- Additional Comments From [EMAIL PROTECTED] 2006-10-10 20:34 ------- Created an attachment (id=17829) /trunk/mcs/class/System/Test/System.ComponentModel/ComplexBindingPropertiesAttribute.cs (new file) + +------- Additional Comments From [EMAIL PROTECTED] 2006-10-11 06:21 ------- +GetHashCode() has not been overridden. Like this, it will reuse +Attribute class's implementation which may not suit. + +Missing call to base constructor in constructors. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
