[Mono-bugs] [Bug 77049][Wis] Changed - 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:56:50 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 mono at evain.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77049
--- shadow/77049 2005-12-20 17:25:41.000000000 -0500
+++ shadow/77049.tmp.16153 2005-12-20 17:56:50.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 77049
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Wishlist
Component: Mono.Cecil
AssignedTo: mono at evain.net
ReportedBy: Ayende at ayende.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -22,6 +22,11 @@
"Rhino.Query.Tests.RhinoQueryTests/<>c__DisplayClass1"
type.FullName // Reflection object
"Rhino.Query.Tests.RhinoQueryTests+<>c__DisplayClass1"
It should be the same name, I think.
+
+------- Additional Comments From mono at evain.net 2005-12-20 17:56 -------
+Cecil use the IL naming convention instead of the Reflection one.
+You can always your constructs to deal with the Reflection names.
+
More information about the mono-bugs
mailing list