[Mono-bugs] [Bug 78132][Nor] Changed - [PATCH] RegistryKey.SetValue
only allows specific types of values.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Apr 19 12:49:09 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 gonzalo at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78132
--- shadow/78132 2006-04-18 08:34:50.000000000 -0400
+++ shadow/78132.tmp.664 2006-04-19 12:49:09.000000000 -0400
@@ -1,22 +1,21 @@
Bug#: 78132
Product: Mono: Class Libraries
Version: 1.1
OS: GNU/Linux [Other]
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: [PATCH] RegistryKey.SetValue only allows specific types of values.
On Unix, RegistryKey.SetValue only allows specific types of values (int,
string, string[] and byte[]) while it should allow all types of values.
For instances of types other than those mentioned above, we should just
@@ -40,6 +39,10 @@
approved (just to be 100% sure).
------- Additional Comments From robertj at gmx.net 2006-04-18 08:34 -------
Gert, never mind. It is how MS.NET behaves. Only Int32 is mapped
to DWORD.
+
+------- Additional Comments From gonzalo at ximian.com 2006-04-19 12:49 -------
+The patch looks good.
+Please, commit.
More information about the mono-bugs
mailing list