[Mono-bugs] [Bug 25285] New - Assigning a boolean value to a property results in it being set as null.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
25 May 2002 22:32:53 -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 joe@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=25285
--- shadow/25285 Sat May 25 18:32:53 2002
+++ shadow/25285.tmp.10206 Sat May 25 18:32:53 2002
@@ -0,0 +1,21 @@
+Bug#: 25285
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: joe@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Assigning a boolean value to a property results in it being set as null.
+
+When I have a class with a property on an object and I set it to a boolean
+value, it gets set as null. The attached test case exhibits the problem
+and describes it better than I could here. :)