[Mono-bugs] [Bug 46185][Nor] Changed - Wrong implicit conversion of enum value when used in custom attribute
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 11 Jul 2003 20:15:14 -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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=46185
--- shadow/46185 Fri Jul 11 18:33:21 2003
+++ shadow/46185.tmp.21139 Fri Jul 11 20:15:14 2003
@@ -1,14 +1,14 @@
Bug#: 46185
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lluis@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -65,6 +65,9 @@
object ob = Enu.a
Console.WriteLine (ob.GetType())
it returns the correct value, so it is something related to using the enum
value as parameter of the custom attribute
+
+------- Additional Comments From lluis@ximian.com 2003-07-11 20:15 -------
+MS.NET does the same, so it seems that this is not a bug.