http://bugzilla.novell.com/show_bug.cgi?id=604912
http://bugzilla.novell.com/show_bug.cgi?id=604912#c0 Summary: Attribute is inherited even if Inherited=false Classification: Mono Product: Mono: Runtime Version: 1.2.0 Platform: x86-64 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: misc AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.5.24 Version/10.53 Attribute.IsDefined( typeof(InheritedClass), typeof(Attribute)) returns true when attribute is defined on base class, is NOT defined on inherited class and attribute cannot be inherited Reproducible: Always Steps to Reproduce: 1. Run attached program in Mono runtime Actual Results: true true Expected Results: (as it happens in .NET 3.5) true false -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
