[Mono-bugs] [Bug 70043][Wis] New - monop should search the whole GAC

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 30 Nov 2004 10:32:35 -0500 (EST)


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 danw@novell.com.

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

--- shadow/70043	2004-11-30 10:32:35.000000000 -0500
+++ shadow/70043.tmp.13619	2004-11-30 10:32:35.000000000 -0500
@@ -0,0 +1,23 @@
+Bug#: 70043
+Product: Mono: Doctools
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Console
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: danw@novell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: monop should search the whole GAC
+
+I hate having to pass -r:foo to monop. If it can't find the class
+in corlib, it should then try System, and then everything else in the
+GAC. If it finds it in some assembly that you didn't pass via -r on
+the command line, it could prepend a comment to the output letting
+you know where it found it.