[Mono-bugs] [Bug 42695][Nor] Changed - Extra field in serialization of strings

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 9 May 2003 15:51:45 -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 bmaurer@users.sf.net.

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

--- shadow/42695	Fri May  9 14:42:16 2003
+++ shadow/42695.tmp.29064	Fri May  9 15:51:45 2003
@@ -2,22 +2,22 @@
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: 000 No more required
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jean-marc.andre@polymtl.ca               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: serialization of strings
+Summary: Extra field in serialization of strings
 
 Please fill in this template when reporting a bug, unless you know what you
 are doing.
 Description of Problem:
 The .Net
 System.Runtime.Serialization.SoapFormatterServices.GetSerializableMembers()
@@ -61,6 +61,11 @@
 Additional Information:
 
 ------- Additional Comments From jean-marc.andre@polymtl.ca  2003-05-09 14:42 -------
 Created an attachment (id=4258)
 that may fix the bug
 
+
+------- Additional Comments From bmaurer@users.sf.net  2003-05-09 15:51 -------
+Doing some reflection on the Microsoft runtime shows that they have
+some fields in their string class that are marked the same way. Can
+someone with some more indepth knowledge commit this?