[Mono-bugs] [Bug 70672][Wis] New - Getting the standard set of dlls

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 19 Dec 2004 12:55:42 -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 mads_lindstroem@yahoo.dk.

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

--- shadow/70672	2004-12-19 12:55:42.000000000 -0500
+++ shadow/70672.tmp.31754	2004-12-19 12:55:42.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 70672
+Product: Mono: Tools
+Version: unspecified
+OS: 
+OS Details: Debian
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: tools
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mads_lindstroem@yahoo.dk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Getting the standard set of dlls
+
+I would like to be able to get the standard set of dlls at runtime. That
+is, the ones which it is _not_ necessary to include (with -r) when
+compiling programs.
+
+I would like to get those as I need it for my C#Shell
+(http://sourceforge.net/projects/csshell). I need this functionality to be
+able to make auto-completion (I need to know which dlls are implicitly
+included as I only want to auto-complete the included dlls).
+
+I think, the gacutil could be extended to give me the standard set of dlls.
+Right now, it can give a list of all dlls in the GAC, but not which ones
+are automatically loaded.
+
+However, I do not care about the way it is done, as long as it is
+realatively easy to do. And it would be nice if it also works with MS
+tools, but that seems to be too much to hope for.
+
+I have raised this question before on the mono mailing list, see
+http://lists.ximian.com/archives/public/mono-devel-list/2004-August/007337.html
+
+
+Greetings, 
+
+Mads Lindstrøm