[Mono-bugs] [Bug 76995][Nor] Changed - extern alias lookup fails

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Dec 20 02:29:59 EST 2005


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 calberto.cortez at gmail.com.

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

--- shadow/76995	2005-12-19 16:11:40.000000000 -0500
+++ shadow/76995.tmp.28816	2005-12-20 02:29:59.000000000 -0500
@@ -106,6 +106,12 @@
 test.cs(4,8): error CS0432: Alias `FULL' not found
 test.cs(3,1): error CS0246: The type or namespace name
 `FULL::System.Collections.Specialized.NameValueCollection' could not
 be found. Are you missing a using directive or an assembly reference?
 Compilation failed: 2 error(s), 0 warnings
 
+
+------- Additional Comments From calberto.cortez at gmail.com  2005-12-20 02:29 -------
+The attached patch adds checks when using :: operator (the check was
+being done only for . operator)
+
+


More information about the mono-bugs mailing list