Creating a C# Nullable Int32 within Python (using Python.NET) to call a C# method with an optional int argument · Issue #59 · pythonnet/pythonnet · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this just a matter of implementing the fix that is on the stack overflow question above? Or did someone investigate and find this causes other issues etc?
* Add a test for the bug
* Revert parts of commit 954191b to pass test (now fails tests added in that commit)
* Add some tests
* Only store members which are not hidden in a derived class or interface.
* Comment
* Comment
* Changelog
http://stackoverflow.com/questions/26742837
The text was updated successfully, but these errors were encountered: