[Mono-bugs] [Bug 24258][Nor] Changed - Properties do not support Dllimport and Obsolete attributes
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
25 Jul 2002 15:30:09 -0000
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 martin@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=24258
--- shadow/24258 Wed Jul 24 18:59:51 2002
+++ shadow/24258.tmp.12565 Thu Jul 25 11:30:09 2002
@@ -1,19 +1,26 @@
Bug#: 24258
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: martin@gnome.org
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Properties do not support Dllimport and Obsolete attributes
Related to the previous bug I reported
+
+------- Additional Comments From martin@gnome.org 2002-07-25 11:30 -------
+This is now also fixed. I moved the attribute lookup code into
+MemberBase and made MethodCore derive from MemberBase to reuse that
+code. I've also added a few sanity checks to ensure that we aren't
+using an attribute where it's not allowed.
+