[Mono-bugs] [Bug 356544] New: Method name for explicit interface implementation of nested interface wrongly encoded
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Jan 27 04:37:54 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=356544
Summary: Method name for explicit interface implementation of
nested interface wrongly encoded
Product: Mono: Compilers
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at lists.ximian.com
Found By: ---
In the method name for an explicit interface implementation of a nested
interface, (g)mcs currently replaces the + separator with a dot.
This does not match MS.
To reproduce, compile and run the attached source code.
Expected result:
The following output is written to the console:
OK
Actual result:
The following output is written to the console:
Mono.Bar.IMarshal.Release
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list