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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77353 --- shadow/77353 2006-01-30 02:02:00.000000000 -0500 +++ shadow/77353.tmp.6798 2006-02-06 15:17:43.000000000 -0500 @@ -71,6 +71,13 @@ The solution is not straight forward. The MS compiler sometimes renames the parameters, and sometimes produces methods with two parameters names with the same name which might indicate a partial workaround in their compiler. + +------- Additional Comments From [EMAIL PROTECTED] 2006-02-06 15:17 ------- +My suggestion is everywhere we merge user entered parameters with +compiler generated we should check for collision and add as many +underscores as needed. + +e.g. Parameter.AddCompilerGenerated (params Parameter[] args) _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
