https://bugzilla.novell.com/show_bug.cgi?id=645232
https://bugzilla.novell.com/show_bug.cgi?id=645232#c0 Summary: CLS compliance check crashes compiler for generic types using dynamic Classification: Mono Product: Mono: Compilers Version: SVN Platform: x86-64 OS/Version: Linux Status: NEW Severity: Major Priority: P5 - None Component: C# AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- The following code will crash dmcs: using System; using System.Collections.Generic; [assembly:CLSCompliant(true)] public class A { public static void Main () { } public void CLSCompliantMethod (IEnumerable<dynamic> parameter) { } } -- 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
