[Mono-bugs] [Bug 29054][Nor] New - FieldInfo.IsNotSerialized not set properly
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
16 Aug 2002 16:56:49 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=29054
--- shadow/29054 Fri Aug 16 12:56:49 2002
+++ shadow/29054.tmp.11251 Fri Aug 16 12:56:49 2002
@@ -0,0 +1,31 @@
+Bug#: 29054
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gonzalo@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: FieldInfo.IsNotSerialized not set properly
+
+Steps to reproduce the problem:
+1. compile and run the attached test case.
+
+Actual Results:
+~ $ mono ./formattest.exe
+integer
+publicint
+ejem
+
+Expected Results:
+~ $ ./formattest.exe
+integer
+Other+ejem