[Mono-bugs] [Bug 52655][Nor] Changed - Custom attributes should not be cached

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Jan 2004 14:36:58 -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 lluis@ximian.com.

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

--- shadow/52655	2004-01-07 14:36:12.000000000 -0500
+++ shadow/52655.tmp.10801	2004-01-07 14:36:58.000000000 -0500
@@ -40,6 +40,11 @@
 }
 
 MS.NET creates an instance of the attribute each time it is accessed, so
 changes to it will be always local, never global. 
 
 The solution is to remove the attribute cache from MonoCustomAttrs.
+
+------- Additional Comments From lluis@ximian.com  2004-01-07 14:36 -------
+Created an attachment (id=6366)
+Proposed patch
+