[Mono-bugs] [Bug 72658][Wis] Changed - System.Uri class doesn't serialize

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Feb 2005 17:42:22 -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 dsd@gentoo.org.

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

--- shadow/72658	2005-02-16 17:40:30.000000000 -0500
+++ shadow/72658.tmp.16507	2005-02-16 17:42:22.000000000 -0500
@@ -78,6 +78,11 @@
 StreamingContext)" constructor of the Uri class before looking for a
 default one (so I wouldnt have thought requiring a default one is
 necessary). However I also created another simple test case, a serializable
 class (not containing a URI) with a default ctor and a
 (SerializationInfo,StreamingContext) ctor, and it seems that only the
 default one gets called on deserialization. Should I file another bug for this?
+
+------- Additional Comments From dsd@gentoo.org  2005-02-16 17:41 -------
+Created an attachment (id=14233)
+UriSerializationTest.cs
+