[Mono-bugs] [Bug 75758][Wis] New - TypeConvertor returns
non-browsable properties
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 9 05:17:20 EDT 2005
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 andrews at mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75758
--- shadow/75758 2005-08-09 05:17:20.000000000 -0400
+++ shadow/75758.tmp.10949 2005-08-09 05:17:20.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 75758
+Product: Mono: Class Libraries
+Version: 1.1
+OS: other
+OS Details: Debian Sarge/Sid
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: andrews at mainsoft.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: TypeConvertor returns non-browsable properties
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+.NET RectangleConvertor returns 4 properties and Mono returns 5. While
+investigating the problem I saw that .NET does not returns the properties
+with attribute [Browsable(false)]. So I made a testcase to show the problem.
+
+Steps to reproduce the problem:
+1. Compile and run the attached testcase
+
+Actual Results:
+2
+2
+
+Expected Results:
+1
+2
+
+How often does this happen?
+Always
More information about the mono-bugs
mailing list