[Mono-bugs] [Bug 79398][Nor] Changed - A.B.XXX namespace makes other XXX not accessible

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Sep 20 09:44:51 EDT 2006


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 rharinath at novell.com.

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

--- shadow/79398	2006-09-14 14:55:42.000000000 -0400
+++ shadow/79398.tmp.31610	2006-09-20 09:44:51.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 79398
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: Debian unstable
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: fog at initd.org               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -58,6 +58,18 @@
 
 
 ------- Additional Comments From fog at initd.org  2006-09-14 14:55 -------
 Created an attachment (id=17687)
 Program that does not compile (using Conn = Npgsql.NpgsqlConnection version)
 
+
+------- Additional Comments From rharinath at novell.com  2006-09-20 09:44 -------
+This behaviour is according to the standard.  If you want to create an
+alias, create it outside
+
+  using RealNpgsql = Npgsql;
+  namespace Test.Npgsql {
+    class Foo {
+      RealNpgsql.NpgsqlConnection foo;
+    }
+  }
+


More information about the mono-bugs mailing list