[Mono-bugs] [Bug 55770][Nor] Changed - mcs does not report CS0246 for "using" bound to non-fully-qualified class name

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Apr 2004 22:34: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 martin@ximian.com.

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

--- shadow/55770	2004-04-11 01:45:55.000000000 -0400
+++ shadow/55770.tmp.16361	2004-04-28 22:34:03.000000000 -0400
@@ -8,13 +8,13 @@
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: atsushi@ximian.com               
 QAContact: mono-bugs@ximian.com
-TargetMilestone: ---
+TargetMilestone: V1
 URL: 
 Cc: 
 Summary: mcs does not report CS0246 for "using" bound to non-fully-qualified class name
 
 When using "using" keyword to specify class name alias, csc requires fully 
 qualified class name, while mcs does not.