[Mono-bugs] [Bug 673593] New: missing non generic version of System.Action when targeting .net 3.5

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Feb 19 13:36:01 EST 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=673593#c0


           Summary: missing non generic version of System.Action when
                    targeting .net 3.5
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.8.x
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: a233246 at jnxjn.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13)
Gecko/20101230 Firefox/3.6.13

When targeting .net 4.0, a version of Action without type parameters is
correctly available. However, it is not available when targeting .net 3.5 (the
version where Microsoft introduces this fix).

Reproducible: Always

Steps to Reproduce:
1. target a project for .net 3.5
2. attempt to creata a System.Action with no type parameter

Actual Results:  
Using the generic type `System.Action<T>' requires `1' type argument(s)

Expected Results:  
A compiler error occurs.

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