[Mono-bugs] [Bug 645232] New: CLS compliance check crashes compiler for generic types using dynamic

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Oct 10 07:55:26 EDT 2010


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: mono-bugs at lists.ximian.com
        ReportedBy: mono at e-tobi.net
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list