[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 21:34:49 -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 20:59:59.000000000 -0400
+++ shadow/60519.tmp.14284	2004-06-21 21:34:49.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Runtime
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -58,6 +58,16 @@
 Always
 
 
 Additional Information:
 The culture and public key token aren't copied in
 ves_icall_System_Reflection_Assembly_GetReferencedAssemblies (icall.c)
+
+------- Additional Comments From sebastien@ximian.com  2004-06-21 21:34 -------
+It seems that
+MonoAssembly *assem = assembly->assembly->image->references [i];
+
+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.