https://bugzilla.novell.com/show_bug.cgi?id=642310
https://bugzilla.novell.com/show_bug.cgi?id=642310#c3 Johan Otto <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Johan Otto <[email protected]> 2010-10-03 19:23:50 UTC --- Ha ha, have the same issue. Essentially you cannot use custom value types in your dictionary as a key. To workaround just implement a IEqualityComparer<T> in your code and call the dictionary constructor overload that accepts it. If you ask me I think they should fix it in the mono framework and be done with it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
