[Mono-bugs] [Bug 324240] Invoke cannot be called directly on a delegate(CS1533)
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Oct 8 13:24:30 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=324240#c1
Marek Safar <msafar at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #1 from Marek Safar <msafar at novell.com> 2007-10-08 11:24:29 MST ---
The behavior is following:
csc 1.x, issues CS1533
csc 2.0, no CS1533
mcs, no CS1533
gmcs, no CS1533
mcs -langversion:ISO-1 issues CS1533
It is intentional that mcs contains more features than csc 1.x. However, you
can use mcs -langversion:ISO-1 for full compatibility mode with csc 1.x.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list