[Mono-bugs] [Bug 77049][Wis] New - Cecil doesn't use the same
naming as System.Reflection for inner types.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Dec 20 17:25:41 EST 2005
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 ayende at ayende.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77049
--- shadow/77049 2005-12-20 17:25:41.000000000 -0500
+++ shadow/77049.tmp.15901 2005-12-20 17:25:41.000000000 -0500
@@ -0,0 +1,27 @@
+Bug#: 77049
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Mono.Cecil
+AssignedTo: mono at evain.net
+ReportedBy: Ayende at ayende.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Cecil doesn't use the same naming as System.Reflection for inner types.
+
+I've an anonymous delegate, which I use, and I get the following names:
+
+definition.FullName //Cecil object
+"Rhino.Query.Tests.RhinoQueryTests/<>c__DisplayClass1"
+type.FullName // Reflection object
+"Rhino.Query.Tests.RhinoQueryTests+<>c__DisplayClass1"
+
+
+It should be the same name, I think.
More information about the mono-bugs
mailing list