[Mono-bugs] [Bug 683924] IList<T>.Contains() throws ExecutionEngineException when T is an enumeration

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 21 16:50:35 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=683924

https://bugzilla.novell.com/show_bug.cgi?id=683924#c2


--- Comment #2 from Zoltan Varga <vargaz at gmail.com> 2011-04-21 20:50:35 UTC ---
The code doesn't use ILIst<T>.Contains (), it uses linq and
Enumerable<T>.Contains (). So we would have to add wrapper methods for those
methods for each type of enum, leading to a huge amount of generated code.

-- 
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.


More information about the mono-bugs mailing list