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?

#1211

Any other comments?

...

Checklist

Check all those that are applicable and complete.

  • Make sure to include one or more tests for your change
  • If an enhancement PR, please create docs and at best an example
  • Add yourself to AUTHORS
  • Updated the CHANGELOG