http://bugzilla.novell.com/show_bug.cgi?id=561970

http://bugzilla.novell.com/show_bug.cgi?id=561970#c6


--- Comment #6 from Andrés G. Aragoneses <kno...@gmail.com> 2010-04-20 14:01:20 
UTC ---
Thanks Rodrigo, then this smells like INVALID.

That being said, why the stacktrace shows List instead of IList?
ReadOnlyCollection doesn't inherit from it.

BTW, what could be then the best approach to fix this bug? How about this?:

-foreach (var r in ro)
+foreach (var r in new List<int>(ro))

-- 
Configure bugmail: http://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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to