[Mono-bugs] [Bug 26775][Nor] Changed - mapping from C# nested types to reflection nested type names
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
22 Jul 2002 15:10:50 -0000
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@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=26775
--- shadow/26775 Mon Jul 22 09:44:25 2002
+++ shadow/26775.tmp.7039 Mon Jul 22 11:10:50 2002
@@ -2,13 +2,13 @@
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
Status: ASSIGNED
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: martin@gnome.org
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -31,6 +31,11 @@
mcs --target library -o nt.dll nested-typesdll.cs
mcs -r nt.dll nested-type.cs
mcs tries to lookup the type A.B and fails: it should map it to the naming
convention used by reflection for nested types: "A+B".
This seems the last bug before compiling System.Web on Linux.
+
+------- Additional Comments From martin@gnome.org 2002-07-22 11:10 -------
+Is this name change all that needs to be done ?
+Will this also work with the MS runtime ?
+