[Mono-bugs] [Bug 60360][Nor] Changed - Mono allows types containing non-serializable fields to be serialized
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 6 Jul 2004 05:58:07 -0400 (EDT)
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=60360
--- shadow/60360 2004-06-17 14:43:48.000000000 -0400
+++ shadow/60360.tmp.9253 2004-07-06 05:58:07.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 60360
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -51,6 +51,9 @@
Unhandled Exception: System.Runtime.Serialization.SerializationException:
The type NotSerializableClass in Assembly test, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=null is not marked as serializable.
On Mono, no exception is thrown at all.
+
+------- Additional Comments From lluis@ximian.com 2004-07-06 05:58 -------
+Fixed in CVS HEAD.