http://bugzilla.novell.com/show_bug.cgi?id=574156
http://bugzilla.novell.com/show_bug.cgi?id=574156#c0 Summary: mcs emits CS0169 for unused methods, csc does not Classification: Mono Product: Mono: Compilers Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: C# AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- The Mono C# compiler emits CS0169 for unused methods, which causes incompatibility with csc, especially with "warnings as errors" mode. csc emits CS0169 *only* for fields. Unused methods and properties are *not* reported. This warning is also causing a lot of confusion for MonoTouch users, because of the methods and properties that are dynamically connected at runtime. If we could backport the fix to 2.6 branch and get it into MT ASAP that would be great. -- 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
