[Mono-bugs] [Bug 60108][Nor] New - mcs compiled app dealing with enums loses string output of enums on .NET

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 12 Jun 2004 11:07:44 -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 gert.driesen@pandora.be.

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

--- shadow/60108	2004-06-12 11:07:44.000000000 -0400
+++ shadow/60108.tmp.2931	2004-06-12 11:07:44.000000000 -0400
@@ -0,0 +1,20 @@
+Bug#: 60108
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gert.driesen@pandora.be               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs compiled app dealing with enums loses string output of enums on .NET
+
+Building the attached source file on Mono, and running it on MS.NET, 
+causes the app to display the enum values instead of the enum field names.