Bad params object[] precedence by lostmsu · Pull Request #1213 · pythonnet/pythonnet
What does this implement/fix? Explain your changes.
A bug in ArgsPrecedence caused parameters of type object[] to have the highest precedence, which affected params object[] handling, and also preferred params object[] to params string[] when a string argument was given.
Does this close any currently open issues?
Any other comments?
...
Checklist
Check all those that are applicable and complete.