[Mono-bugs] [Bug 56888][Nor] Changed - XmlSerializer cannot unserialize a Rss Feed it just serialized

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 13 Apr 2004 12:23:23 -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=56888

--- shadow/56888	2004-04-12 17:42:19.000000000 -0400
+++ shadow/56888.tmp.31754	2004-04-13 12:23:23.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 56888
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Normal
 Component: Sys.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jluke@cfl.rr.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -97,6 +97,11 @@
 You can also change the url to use a different RSS feed.
 
 ------- Additional Comments From jluke@cfl.rr.com  2004-04-12 17:42 -------
 Created an attachment (id=7325)
 test file
 
+
+------- Additional Comments From lluis@ximian.com  2004-04-13 12:23 -------
+The RssFeed class can't be serialized using the XmlSerializer, it does
+not work in MS.NET either. However, I fixed the error check so it now
+gives the same error as MS.