https://bugzilla.novell.com/show_bug.cgi?id=348522
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=348522#c6 --- Comment #6 from Rodrigo Kumpera <[EMAIL PROTECTED]> 2008-01-24 17:52:16 MST --- Well, for starters, invocation with nullable types simply does not work. Miguel, your patch treats nullable in the wrong way. It's valid to pass null to InvokeMember and it should be turned into a Nullable without value. By the way, what do you want? First some checks to avoid crashing then implementing missing behavior; or can I just follow case by case fixing all bugs on InvokeMember? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
