[Mono-bugs] [Bug 74633][Nor] Changed - CS0419 wrongly reported for event cref

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 17 Apr 2005 04:14:58 -0400 (EDT)


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 gert.driesen@pandora.be.

http://bugzilla.ximian.com/show_bug.cgi?id=74633

--- shadow/74633	2005-04-16 19:26:04.000000000 -0400
+++ shadow/74633.tmp.29908	2005-04-17 04:14:58.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 74633
 Product: Mono: Compilers
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: atsushi@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
@@ -61,6 +61,13 @@
 for Microsoft (R) .NET Framework version 1.1.4322
 Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
 
 74633.cs(2,16): warning CS1574: XML comment on 'Whatever' has cref
 attribute 'AppDomain.AssemblyResolve' that could not be found
 
+
+------- Additional Comments From gert.driesen@pandora.be  2005-04-17 04:14 -------
+I just verified it again on Mono/Mcs svn, and I can still reproduce 
+it. 
+
+I do not get any warning using csc. Are you sure you also included 
+the using directive in the source that you used ?