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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Apr 2005 19:26:04 -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 atsushi@ximian.com.

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

--- shadow/74633	2005-04-16 13:37:45.000000000 -0400
+++ shadow/74633.tmp.25928	2005-04-16 19:26:04.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 74633
 Product: Mono: Compilers
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: atsushi@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
@@ -39,6 +39,28 @@
 parameters.
 Compilation succeeded - 1 warning(s)
 
 Expected result:
 
 Successful compilation without warnings
+
+------- Additional Comments From atsushi@ximian.com  2005-04-16 19:26 -------
+Does it really happen? It does not reproduce on my box. Can you please
+try the latest svn?
+
+Also note that csc never successfully compiled without warning. Here I
+paste the output from csc:
+
+$ mcs -doc:dummy.xml 74633.cs
+74633.cs(4) warning CS1574: XML comment on 'Whatever' has cref
+attribute 'AppDomain.AssemblyResolve' that could not be resolved in
+'Whatever'.
+Compilation succeeded - 1 warning(s)
+
+$ csc -doc:dummy.xml 74633.cs
+Microsoft (R) Visual C# .NET Compiler version 7.10.6001.4
+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
+