[Mono-bugs] [Bug 611991] New: MS has implementations for both System.Action<> and System.Action, Mono only has System.Action<>

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Jun 6 03:49:37 EDT 2010


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: mono-bugs at lists.ximian.com
        ReportedBy: vcant at msn.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list