[Mono-bugs] [Bug 61147][Nor] New - 2.0: Reflection generic names encoding

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 4 Jul 2004 12:57:44 -0400 (EDT)


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 miguel@ximian.com.

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

--- shadow/61147	2004-07-04 12:57:44.000000000 -0400
+++ shadow/61147.tmp.19749	2004-07-04 12:57:44.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 61147
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: 2.0: Reflection generic names encoding
+
+Hey Martin!
+
+    Jackson has posted the class status pages for Mono vs .NET 2.0, and
+sometimes you see things like this:
+
+	Missing: ArraySegment`1
+	Extra:   ArraySegment!1
+
+
+    Which means that our encoding for names is returning Name!N, and
+Microsoft is returning Name`N
+
+Miguel.