[Mono-bugs] [Bug 78132][Nor] New - [PATCH] RegistryKey.SetValue only allows specific types of values.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Apr 18 05:08:37 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=78132

--- shadow/78132	2006-04-18 05:08:37.000000000 -0400
+++ shadow/78132.tmp.4579	2006-04-18 05:08:37.000000000 -0400
@@ -0,0 +1,25 @@
+Bug#: 78132
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+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 
+store the string value.  This matches the behavior of MS.NET.
+
+I'll attach a patch that fixes this, and adds unit tests.


More information about the mono-bugs mailing list