[Mono-bugs] [Bug 24516] New - mcs should flag as error non-existent namespace in using directive

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
10 May 2002 14:56:45 -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 lupus@ximian.com.

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

--- shadow/24516	Fri May 10 10:56:45 2002
+++ shadow/24516.tmp.14369	Fri May 10 10:56:45 2002
@@ -0,0 +1,27 @@
+Bug#: 24516
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: lupus@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs should flag as error non-existent namespace in using directive
+
+The following program compiles with mcs, but csc flags it with an error:
+======================
+using Cippalippa;
+class T {
+        static void Main() { }
+}
+======================
+using.cs(1,7): error CS0246: The type or namespace name 'Cippalippa' could
+not be found (are you missing a using directive or an assembly reference?)