Names of .NET types changed to better support generic types by lostmsu · Pull Request #1509 · pythonnet/pythonnet

What does this implement/fix? Explain your changes.

Previously, Python.NET would produce confusing type names in certain scenarios (generic and/or nesting types).

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