[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
Mon, 21 Jun 2004 22:01:07 -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 21:34:49.000000000 -0400
+++ shadow/60519.tmp.14418	2004-06-21 22:01:07.000000000 -0400
@@ -5,13 +5,13 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: misc
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: sebastien@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Assembly.GetReferencedAssemblies doesn't return the public key token
@@ -68,6 +68,11 @@
 
 doesn't have the public key token information either, so adding the
 copy code isn't enough.
 
 It may be related to #60439 where the public key token is also missing
 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).