| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Is it feasible to add a test for this? |
Sorry, something went wrong.
I know how to add a test for this in Dynamo. Will explore how I can add a test to this project. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
There was a problem hiding this comment.
Looks like test CI needs some attention, but if this runs locally, looks good to me.
Sorry, something went wrong.
|
@twastvedt, my latest commit doesn't seem to have triggered the github workflows again. Any idea how I can manually trigger them? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What does this implement/fix? Explain your changes.
Background: When a .NET method returns a concrete type that implements an interface, e.g. IDisposable, pythonnet incorrectly resolves the object as the interface type instead of the concrete type. This prevents access to the concrete type's members and breaks common patterns using Python's with statement for resource management with IDisposable types.
This PR attempts to fix the above issue.
Does this close any currently open issues?
...
Any other comments?
Reviewers:
@zeusongit
@twastvedt
@zavub
Checklist
Check all those that are applicable and complete.