[Mono-bugs] [Bug 59665][Nor] Changed - Type.GUID is never initialized

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Jun 2004 16:54:33 -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=59665

--- shadow/59665	2004-06-07 08:40:28.000000000 -0400
+++ shadow/59665.tmp.6547	2004-06-09 16:54:33.000000000 -0400
@@ -58,6 +58,13 @@
 
 ------- 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.
+
+------- Additional Comments From gert.driesen@pandora.be  2004-06-09 16:54 -------
+I've committed two tests for this in (System.Reflection.Emit) 
+TypeBuilderTest to cvs.
+
+I'll see whether I can find information on how the guid is generated 
+for types.