[Mono-bugs] [Bug 72814][Wis] Changed - mkbundle ignores foo.dll.config files
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Feb 2005 12:25:29 -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 james@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72814
--- shadow/72814 2005-02-22 12:17:56.000000000 -0500
+++ shadow/72814.tmp.18765 2005-02-22 12:25:28.000000000 -0500
@@ -32,6 +32,12 @@
with my app.
------- Additional Comments From lupus@ximian.com 2005-02-22 12:17 -------
The suggestion is to include the contents of
gtk-sharp.dll.config in your own config file: it's not like
an app that uses mkbundle is portable anyway.
+
+------- Additional Comments From james@ximian.com 2005-02-22 12:25 -------
+What if gtk-sharp's config file changes? What if one of the
+assemblies I'm using suddenly adds a config file in a later release?
+Requiring the developer to manage all of that is just a pain --
+especially when we could just embed those automatically...