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: [email protected] ReportedBy: [email protected] QAContact: [email protected] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
