[Mono-bugs] [Bug 81980][Nor] New - Property names do not include namespace for explicit interface implementation
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jun 30 05:02:34 EDT 2007
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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=81980
--- shadow/81980 2007-06-30 05:02:34.000000000 -0400
+++ shadow/81980.tmp.12479 2007-06-30 05:02:34.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 81980
+Product: Mono: Compilers
+Version: 1.2
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Property names do not include namespace for explicit interface implementation
+
+(g)mcs currently does not include the namespace in the name of the
+property when that property explicitly implements an interface.
+
+To reproduce, compile and run the attached code snippet.
+
+Expected result:
+No output and exit code 0.
+
+Actual result:
+The following output and exit code 2:
+#2: IEnumerator.Current
More information about the mono-bugs
mailing list