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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Jun 2004 10:46: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-22 09:17:28.000000000 -0400
+++ shadow/60519.tmp.21881	2004-06-22 10:46:07.000000000 -0400
@@ -11,13 +11,13 @@
 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
+Summary: [PATCH] Assembly.GetReferencedAssemblies doesn't return the public key token
 
 Description of Problem:
 Assembly.GetReferencedAssemblies doesn't return the public key token.
 Component is "runtime" because the method is an icall.
 
 
@@ -76,6 +76,10 @@
 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.
+
+------- Additional Comments From sebastien@ximian.com  2004-06-22 10:46 -------
+icall wasn't copying every fields.
+