[Mono-bugs] [Bug 79367][Nor] Changed - DynamicMethod ctor not following MSDN
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 11 19:07:42 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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=79367
--- shadow/79367 2006-09-11 17:01:55.000000000 -0400
+++ shadow/79367.tmp.5671 2006-09-11 19:07:42.000000000 -0400
@@ -1,15 +1,15 @@
Bug#: 79367
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details: Ubuntu Dapper, Mono SVN HEAD
Status: NEW
Resolution:
-Severity:
-Priority: Major
+Severity: Unknown
+Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: roosmaa at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
@@ -38,6 +38,20 @@
delegateType) [0x00000]
...
And as I don't really know the processes taking place there, I figured,
that Mono would be better off if someone who knew what s/he was doing would
fix that.
+
+------- Additional Comments From robertj at gmx.net 2006-09-11 19:07 -------
+The checks are there for a reason. Just removing them w/out providing
+appropiate defaults is usually a bad idea, as you've experienced.
+
+For the return type you could try this:
+
+if (returnType == null)
+ returnType = typeof (void);
+
+I'm not sure, whether the name can be "", though.
+
+(prio changed, see http://bugzilla.ximian.com/bug_status.html#priority)
+
More information about the mono-bugs
mailing list