http://bugzilla.novell.com/show_bug.cgi?id=611991
http://bugzilla.novell.com/show_bug.cgi?id=611991#c0 Summary: MS has implementations for both System.Action<> and System.Action, Mono only has System.Action<> Classification: Mono Product: Mono: Runtime Version: 2.6.x Platform: All OS/Version: All Status: NEW Severity: Major Priority: P5 - None Component: misc AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Development Blocker: No Description of Problem: System.Action without parameters is not implemented. MS version of System has implementations for both Action<> and parameter-less Action, while Mono only has Action<>. Parameter-less Action was introduced in NET 3.5 which Mono claims to fully cover. Steps to reproduce the problem: 1. declare Action without <> parameters in your code, compiler will throw an error. 2. Actual Results: compiler error Expected Results: implementation should exist How often does this happen? Additional Information: -- 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 - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
