Add C# Dictionary to Python Dict conversion#972
Add C# Dictionary to Python Dict conversion#972thesn10 wants to merge 3 commits intopythonnet:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #972 +/- ##
=======================================
Coverage 86.71% 86.71%
=======================================
Files 1 1
Lines 301 301
=======================================
Hits 261 261
Misses 40 40
Continue to review full report at Codecov.
|
|
Thanks a lot for this. However, as noted in #963, I'd really like to get away from the implicit conversions and instead allow the wrapped C# object to act like a Python |
|
Oh thats nice :) Will it take long until the implicit conversions get replaced? Because maybe this PR could still be a temporary solution to allow the use of In #963 you only mention |
What does this implement/fix? Explain your changes.
You can now convert a C# IDictionary to a Python Dict by calling ToPython()
Does this close any currently open issues?
No, but it is progress for #623
Any other comments?
Do i really have to include a test for this? I mean, the TestConverter.cs file doesnt have any tests for other similar types like
IListat all.Checklist
Check all those that are applicable and complete.
AUTHORSCHANGELOG