[Mono-bugs] [Bug 59300][Wis] Changed - Mono doesn't allow null arguments for value types when invoking via reflection
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 29 May 2004 16:32:31 -0400 (EDT)
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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=59300
--- shadow/59300 2004-05-29 16:14:13.000000000 -0400
+++ shadow/59300.tmp.29555 2004-05-29 16:32:31.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 59300
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: tum@veridicus.com
QAContact: mono-bugs@ximian.com
@@ -47,6 +47,9 @@
The program should print "20 30" but fails with a target
NullReferenceException.
------- Additional Comments From tum@veridicus.com 2004-05-29 16:06 -------
FYI, both MS.NET and PNET create a new box for the ref values and
return them back thru the args array.
+
+------- Additional Comments From vargaz@freemail.hu 2004-05-29 16:32 -------
+Now we do too. Fixed in CVS.