[Mono-bugs] [Bug 22120] Changed - mcs requires -r System.Xml while csc doesn't
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Mar 2002 20:32:55 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=22120
--- shadow/22120 Tue Mar 19 05:49:30 2002
+++ shadow/22120.tmp.30923 Tue Mar 19 15:32:55 2002
@@ -1,14 +1,14 @@
Bug#: 22120
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -16,6 +16,14 @@
Cc:
Summary: mcs requires -r System.Xml while csc doesn't
When compiling a program that uses System.Xml, it is necessary to add
-r System.Xml to the command line for mcs. csc seems to figure it out by
itself. Dunno if it happens with all the libraries or only for the core ones.
+
+------- Additional Comments From miguel@ximian.com 2002-03-19 15:32 -------
+I can add an "auto-detect" magic for using statements, but I am not
+sure if this is the right thing to do.
+
+I will hack the mode, and only disable that if --noguess is passed.
+
+Miguel.