[Mono-bugs] [Bug 70570][Blo] Changed - BinaryFormatter not calling IObjectReference.GetRealObject on an Hashtable key

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 16 Dec 2004 08:58:15 -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 lluis@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=70570

--- shadow/70570	2004-12-14 19:15:31.000000000 -0500
+++ shadow/70570.tmp.22937	2004-12-16 08:58:15.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 70570
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Blocker
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: pre@oninetspeed.pt               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -48,6 +48,11 @@
 [Serializable] class A : ISerializable {}
 
 ------- Additional Comments From pre@oninetspeed.pt  2004-12-14 19:15 -------
 Created an attachment (id=13511)
 BinaryFormatterBug
 
+
+------- Additional Comments From lluis@ximian.com  2004-12-16 08:58 -------
+Fixed in svn HEAD and 1.0 branch. The [Serializable] check issue was
+already fixed in HEAD some time ago.
+Thanks for the bug report!