Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=71073 --- shadow/71073 2006-03-22 07:57:36.000000000 -0500 +++ shadow/71073.tmp.26125 2006-09-23 20:24:09.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 71073 Product: Mono: Compilers Version: 1.1 OS: unknown OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Wishlist Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -83,6 +83,13 @@ event will be working or will throw NotImplemented or NotSupported exception. One can argue, but I want just empty implementation but it is so rare that previous options cover it. Miguel, can you close the bug? + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-23 20:24 ------- +I reconsidered it again and we now issue warning only when an event is +really not used and is private only. + +csc behaviour is incorrect in this case as csc reports that event is +not used even if is public and it is used from diffent class. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
