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=80348 --- shadow/80348 2006-12-23 19:02:50.000000000 -0500 +++ shadow/80348.tmp.29605 2006-12-25 06:10:40.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 80348 Product: Mono: Class Libraries Version: 1.2 OS: unknown OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Major Component: CORLIB AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -37,6 +37,11 @@ } ------- Additional Comments From [EMAIL PROTECTED] 2006-12-23 19:02 ------- This is due to CompareInfo.IndexOf whose MonoTODO is stating that it doesn't support CompareOptions.OrdinalIgnoreCase. + +------- Additional Comments From [EMAIL PROTECTED] 2006-12-25 06:10 ------- +Fixed in svn (r70037). I thought that icall IndexOf() could work for +case insensitive search. In fact it does not (in addition to +overlooking at OrdinalIgnoreCase flag). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
