[Mono-bugs] [Bug 59218][Wis] New - [Incomplete PATCH] Assembly.GetReferencedAssemblies is incomplete

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 28 May 2004 00:21:25 -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 duncan@ximian.com.

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

--- shadow/59218	2004-05-28 00:21:25.000000000 -0400
+++ shadow/59218.tmp.5722	2004-05-28 00:21:25.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 59218
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: duncan@ximian.com                            
+ReportedBy: duncan@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [Incomplete PATCH] Assembly.GetReferencedAssemblies is incomplete
+
+The implementation of Assembly.GetReferencedAssemblies is incomplete. It
+only copies the name, codebase and major version number.
+
+Here's a patch that copies more fields.
+
+Missing fields: keyToken, and cultureInfo.
+
+This patch needs review.