[Mono-bugs] [Bug 52705][Nor] Changed - CS0618 - ObsoleteAttribute on .ctor() is not considered

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Jan 2004 10:08:10 -0500 (EST)


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 ginga@kit.hi-ho.ne.jp.

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

--- shadow/52705	2004-01-09 09:47:34.000000000 -0500
+++ shadow/52705.tmp.9305	2004-01-09 10:08:10.000000000 -0500
@@ -1,23 +1,23 @@
 Bug#: 52705
 Product: Mono/Compilers
 Version: unspecified
-OS: 
-OS Details: 
+OS: other
+OS Details: Windows XP
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ginga@kit.hi-ho.ne.jp               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: CS0619 - ObsoleteAttribute on .ctor() is not considered
+Summary: CS0618 - ObsoleteAttribute on .ctor() is not considered
 
 When compilers detects the usage of members which has an 
 ObsoleteAttribute , it should report warnings or errors.
 mcs looks to do it well for members, but not for constructors:
 
 using System;