[Mono-bugs] [Bug 71299][Min] Changed - EnumBuilder.GuidType should be set.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 6 May 2005 18:49:18 -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=71299
--- shadow/71299 2005-01-14 19:12:30.000000000 -0500
+++ shadow/71299.tmp.9858 2005-05-06 18:49:18.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 71299
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: DUPLICATE
+Severity: Unknown
Priority: Minor
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -66,6 +66,12 @@
EnumBuilder enumBuilder = GenerateEnum ();
enumBuilder.CreateType ();
if (enumBuilder.GUID == Guid.Empty)
Console.WriteLine ("Fail");
}
}
+
+------- Additional Comments From bmaurer@users.sf.net 2005-05-06 18:49 -------
+Once the EnumBuilder gets CreateType called, the code path is the same
+as Type.GUID. That call does not work, which is tracked on another bug.
+
+*** This bug has been marked as a duplicate of 59665 ***