[Mono-bugs] [Bug 69753][Nor] Changed - remoting depends on broken Type.UnderlyingSystemType
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 29 Nov 2004 08:56:41 -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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69753
--- shadow/69753 2004-11-20 14:39:04.000000000 -0500
+++ shadow/69753.tmp.16952 2004-11-29 08:56:41.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 69753
Product: Mono: Class Libraries
Version: 1.0
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: System
AssignedTo: lluis@ximian.com
ReportedBy: vargaz@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -18,6 +18,9 @@
Currently, Type.UnderlyingSystemType returns an enum's basetype when called
on the enum. This differs from MS.NET, which returns the type itself.
The code in System.Runtime.Serialization.Formatters.Binary.CodeGenerator
depends on this. Instead, it should call Type.GetTypeCode () as
used in TypeManager.EnumToUnderlying in mcs/typemanager.cs.
+
+------- Additional Comments From lluis@ximian.com 2004-11-29 08:56 -------
+Fixed in SVN head.