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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
