[Mono-bugs] [Bug 61789][Wis] New - Does not support app.config files
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Jul 2004 13:25:24 -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 msolnit@istante.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61789
--- shadow/61789 2004-07-21 13:25:24.000000000 -0400
+++ shadow/61789.tmp.21833 2004-07-21 13:25:24.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 61789
+Product: Mono Develop
+Version: unspecified
+OS: Red Hat 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: project
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: msolnit@istante.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Does not support app.config files
+
+Description of Problem:
+MonoDevelop does not automatically copy app.config files to the output
+directory the way that VS.NET does.
+
+Steps to reproduce the problem:
+1. Create a new C# console application.
+2. Add a file called "app.config" and put some configuration XML in it.
+3. Build the project.
+
+Actual Results:
+app.config file is ignored.
+
+Expected Results:
+app.config is copied to output directory with new
+name "<output.exe>.config".
+
+How often does this happen?
+Every time.
+
+Additional Information:
+Under MS platform, this is a feature of the Visual Studio .NET IDE, it is
+not handled by the CSC compiler. Therefore, under Mono, it would be
+handled by MonoDevelop and not by MCS.