[Mono-bugs] [Bug 80425][Nor] Changed - Issues when remoting Int64 based enums

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jan 2 10:55:22 EST 2007


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 dominic_ullmann at hispeed.ch.

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

--- shadow/80425	2007-01-02 10:51:03.000000000 -0500
+++ shadow/80425.tmp.5649	2007-01-02 10:55:22.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.2
 OS: GNU/Linux [Other]
 OS Details: OpenSuse 10.2 (VMWare image Mono 1.2.2.1)
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: dominic_ullmann at hispeed.ch               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -57,6 +57,18 @@
 Additional Information:
 
 ------- Additional Comments From dominic_ullmann at hispeed.ch  2007-01-02 10:51 -------
 Created an attachment (id=18425)
 Zip File Containing the example source files to reproduce this issue
 
+
+------- Additional Comments From dominic_ullmann at hispeed.ch  2007-01-02 10:55 -------
+The enum looks like this:
+
+public enum TestEnumBI64 : long {
+    AL = Int64.MaxValue, BL = 1000
+}
+
+The used interface method looks like this:
+
+TestEnumBI64 Echo(TestEnumBI64 arg); 
+


More information about the mono-bugs mailing list