[Mono-bugs] [Bug 78206][Nor] New - [PATCH] Minor
SoapReflectionImporter fixes
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Apr 26 06:36:04 EDT 2006
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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=78206
--- shadow/78206 2006-04-26 06:36:04.000000000 -0400
+++ shadow/78206.tmp.5239 2006-04-26 06:36:04.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 78206
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.XML
+AssignedTo: lluis at ximian.com
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [PATCH] Minor SoapReflectionImporter fixes
+
+Unlike MS implementation, Mono's SoapReflectionImporter wraps all
+exceptions that are thrown during the creation of map member in an
+InvalidOperationException. This patch modifies SoapReflectionImporter to
+match the MS behavior.
+
+SoapReflectionImporter does not report an InvalidOperationException when
+a SoapAttribute is assigned to a member that is neither a primitive type
+nor an enum. This patch corrects this and adds a unit test.
+
+The value of the DefaultValueAttribute that is applied to a attribute
+member is never retrieved. The attached patch fixes this and introduces
+unit tests.
+
+Llt me know if it's ok to commit.
More information about the mono-bugs
mailing list