[Mono-bugs] [Bug 49349][Nor] Changed - XmlSerializer does not complain when class lacks a default constructor
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 5 Oct 2003 14:25:55 -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=49349
--- shadow/49349 2003-10-05 13:41:42.000000000 -0400
+++ shadow/49349.tmp.21460 2003-10-05 14:25:55.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 49349
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: System.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
@@ -78,6 +78,9 @@
static void Main()
{
XmlSerializer serializer = new XmlSerializer( typeof (MyClass) );
}
}
+
+------- Additional Comments From lluis@ximian.com 2003-10-05 14:25 -------
+Fixed in CVS. Thanks!