[Mono-bugs] [Bug 78654][Maj] Changed - Default values for
non-string type attributes are not converted to the
appropriate type for ApplicationSettingsBase.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 15 08:12:52 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 tilps.kilm at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78654
--- shadow/78654 2006-06-15 08:12:24.000000000 -0400
+++ shadow/78654.tmp.2079 2006-06-15 08:12:52.000000000 -0400
@@ -23,6 +23,11 @@
implementation of .Net as the autogenerated settings code blindly casts to
the correct type in the getter for each property.
Attached is a patch to use type converter to convert from string to the type.
This will throw a NotSupportedException if the type cannot be converted
from string, which may or maynot be the optimal design.
+
+------- Additional Comments From tilps.kilm at gmail.com 2006-06-15 08:12 -------
+Created an attachment (id=17192)
+Patch to fix this issue.
+
More information about the mono-bugs
mailing list