[Mono-bugs] [Bug 59587][Maj] Changed - Attributes on events in System.Data.SqlClient
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Jun 2004 15:55:18 -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 owen@discobabe.net.
http://bugzilla.ximian.com/show_bug.cgi?id=59587
--- shadow/59587 2004-06-15 15:53:53.000000000 -0400
+++ shadow/59587.tmp.25379 2004-06-15 15:55:18.000000000 -0400
@@ -63,6 +63,13 @@
attributes are emitted correctly.
------- Additional Comments From owen@discobabe.net 2004-06-15 15:53 -------
Created an attachment (id=8191)
Test indicating event attributes are not generated properly
+
+------- Additional Comments From owen@discobabe.net 2004-06-15 15:55 -------
+I think this might be a compiler problem with attributes on events.
+The attached code also turns up no attributes and running through
+monodis I see that the attributes are being placed on the add_FooEvent
+method instead of the event itself.
+