Re: [Mono-dev] Bug in System.Core LookupTKey,TElement

2008-12-30 Thread Jb Evain
Hey, On 12/24/08, Bassam Tabbara bas...@symform.com wrote: I'm running Mono 2.0-1 on Linux. The implementation of Lookup extension method on IEnumerable does not seem to handle a case insensitive comparer correctly. Could you file a bug and upload a test case? Thanks, -- Jb Evain

[Mono-dev] Bug in System.Core LookupTKey,TElement

2008-12-23 Thread Bassam Tabbara
I'm running Mono 2.0-1 on Linux. The implementation of Lookup extension method on IEnumerable does not seem to handle a case insensitive comparer correctly. The code does the following: public static LookupTKey, TElement ToLookupTSource, TKey, TElement (this IEnumerableTSource source,