[Mono-bugs] [Bug 59665][Nor] Changed - Type.GUID is never initialized
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Jun 2004 08:40:28 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=59665
--- shadow/59665 2004-06-06 13:55:13.000000000 -0400
+++ shadow/59665.tmp.13022 2004-06-07 08:40:28.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 59665
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -52,6 +52,12 @@
System.String GUID: 00000000-0000-0000-0000-000000000000
FixedGuidClass GUID: 00000000-0000-0000-0000-000000000000
I assume the GUID should be generated in
mono_reflection_create_runtime_class in reflection.c
+
+------- Additional Comments From vargaz@freemail.hu 2004-06-07 08:40 -------
+Support for GuidAttribute should be easy to add, but I can't find
+documentation about how Type.GUID is generated when there is no
+GuidAttribute. If I run the same program multiple times under MS.NET,
+typeof(EntryPoint).GUID is the same in all runs.