[Mono-bugs] [Bug 60519][Maj] Changed - Assembly.GetReferencedAssemblies doesn't return the public key token

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Jun 2004 09:17: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 sebastien@ximian.com.

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

--- shadow/60519	2004-06-21 22:01:07.000000000 -0400
+++ shadow/60519.tmp.20397	2004-06-22 09:17:28.000000000 -0400
@@ -73,6 +73,9 @@
 for custom attributes.
 
 ------- Additional Comments From sebastien@ximian.com  2004-06-21 22:01 -------
 It seems that the public key token is created, in the AssemblyName,
 before loading assemblies but is "lost" (i.e. not copied) after the
 assembly is loaded (Assembly->AssemblyName).
+
+------- Additional Comments From sebastien@ximian.com  2004-06-22 09:17 -------
+Unrelated to #60439.