[Mono-bugs] [Bug 74098][Min] Changed - mcs does not automatically reference System.Drawing and System.Windows.Forms if needed

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 4 Apr 2005 20:49:03 -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 miguel@ximian.com.

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

--- shadow/74098	2005-03-25 12:56:42.000000000 -0500
+++ shadow/74098.tmp.32158	2005-04-04 20:49:03.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74098
 Product: Mono: Compilers
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: 4lw0e0402@sneakemail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -57,6 +57,9 @@
 }
 susesux:/# mcs test.cs
 test.cs(5) error CS0234: The type or namespace name `Drawing' could not be 
 found in namespace `System'
 Compilation failed: 1 error(s), 0 warnings
 susesux:/#
+
+------- Additional Comments From miguel@ximian.com  2005-04-04 20:49 -------
+Yes, this is the documented behavior in Mono.