Title: Cannot implement an interface that extends another interface · Issue #1783 · pythonnet/pythonnet · GitHub
Open Graph Title: Cannot implement an interface that extends another interface · Issue #1783 · pythonnet/pythonnet
X Title: Cannot implement an interface that extends another interface · Issue #1783 · pythonnet/pythonnet
Description: Environment Pythonnet version: 3.0.0a2 Python version: 3.8.10 Operating System: Ubuntu 20.04.4 LTS (docker run --rm -it ubuntu:20.04) .NET Runtime: .NET Core 6.0.202 Details Describe what you were trying to get done. Attempting to implem...
Open Graph Description: Environment Pythonnet version: 3.0.0a2 Python version: 3.8.10 Operating System: Ubuntu 20.04.4 LTS (docker run --rm -it ubuntu:20.04) .NET Runtime: .NET Core 6.0.202 Details Describe what you were ...
X Description: Environment Pythonnet version: 3.0.0a2 Python version: 3.8.10 Operating System: Ubuntu 20.04.4 LTS (docker run --rm -it ubuntu:20.04) .NET Runtime: .NET Core 6.0.202 Details Describe what you were ...
Opengraph URL: https://github.com/pythonnet/pythonnet/issues/1783
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Cannot implement an interface that extends another interface","articleBody":"### Environment\r\n\r\n- Pythonnet version: 3.0.0a2\r\n- Python version: 3.8.10\r\n- Operating System: Ubuntu 20.04.4 LTS (docker run --rm -it ubuntu:20.04)\r\n- .NET Runtime: .NET Core 6.0.202\r\n\r\n### Details\r\n\r\n- Describe what you were trying to get done.\r\n\r\n Attempting to implement interfaces defined in .NET. Works fine for simple interfaces but I receive a weird error when the interface extends IDisposable\r\n\r\n- What commands did you run to trigger this issue? If you can provide a\r\n [Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve)\r\n this will help us understand the issue.\r\n\r\n```python\r\nfrom clr_loader import get_coreclr\r\nrt = get_coreclr(\"conf.json\")\r\nfrom pythonnet import set_runtime\r\nset_runtime(rt)\r\nimport clr\r\n\r\nimport System\r\nimport System.Buffers\r\n\r\n\r\nclass MyDisposable(System.IDisposable):\r\n __namespace__ = \"MyNamespace\"\r\n\r\n def Dispose(self) -\u003e None:\r\n print(\"Dispose\")\r\n\r\nmd = MyDisposable()\r\nmd.Dispose()\r\n\r\n\r\nclass MyBuffer(System.Buffers.IMemoryOwner):\r\n __namespace__ = \"MyNamespace\"\r\n\r\n\r\n def Dispose(self) -\u003e None:\r\n print(\"Dispose\")\r\n\r\n\r\nmb = MyBuffer()\r\nmb.Dispose() \r\n```\r\n\r\nconf.json:\r\n```json\r\n{\r\n \"runtimeOptions\": {\r\n \"tfm\": \"net6.0\",\r\n \"framework\": {\r\n \"name\": \"Microsoft.NETCore.App\",\r\n \"version\": \"6.0.4\"\r\n }\r\n }\r\n}\r\n```\r\n\r\n- If there was a crash, please include the traceback here.\r\n\r\n```\r\n(venv) root@ca20f043eef5:/t# python demo.py\r\nDispose\r\nTraceback (most recent call last):\r\n File \"demo.py\", line 21, in \u003cmodule\u003e\r\n class MyBuffer(System.Buffers.IMemoryOwner):\r\nTypeError: Method 'Dispose' in type 'MyNamespace.MyBuffer' from assembly 'Python.Runtime.Dynamic, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.\r\n```\r\n","author":{"url":"https://github.com/phxnsharp","@type":"Person","name":"phxnsharp"},"datePublished":"2022-05-05T20:19:11.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/1783/pythonnet/issues/1783"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:22264887-52d1-41b4-f6f8-1e983a8768d9 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | CCF2:28EEF5:1F7ED55:2A7B58D:69702DA3 |
| html-safe-nonce | c5cf4c8045ed929125544f9231ebdde890cae4cfd38319ded0b74fd4344b43e9 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQ0YyOjI4RUVGNToxRjdFRDU1OjJBN0I1OEQ6Njk3MDJEQTMiLCJ2aXNpdG9yX2lkIjoiNzEyODc0NTE2MTU2NjIwMzI5OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 46339ddb5d19c724416f8f4e036f4db07cdceccc5ac51aaf9a150bfab8f4cac6 |
| hovercard-subject-tag | issue:1227136726 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/pythonnet/pythonnet/1783/issue_layout |
| twitter:image | https://opengraph.githubassets.com/84b81802837a2b0af02c232064f9cd1147c34a6f97fe86a3c77d21fdacc0f596/pythonnet/pythonnet/issues/1783 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/84b81802837a2b0af02c232064f9cd1147c34a6f97fe86a3c77d21fdacc0f596/pythonnet/pythonnet/issues/1783 |
| og:image:alt | Environment Pythonnet version: 3.0.0a2 Python version: 3.8.10 Operating System: Ubuntu 20.04.4 LTS (docker run --rm -it ubuntu:20.04) .NET Runtime: .NET Core 6.0.202 Details Describe what you were ... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | phxnsharp |
| hostname | github.com |
| expected-hostname | github.com |
| None | 01fa379f5de85ef8e791d09724e69709ce9eb9595278316e0a921312dc88e0bc |
| turbo-cache-control | no-preview |
| go-import | github.com/pythonnet/pythonnet git https://github.com/pythonnet/pythonnet.git |
| octolytics-dimension-user_id | 6050430 |
| octolytics-dimension-user_login | pythonnet |
| octolytics-dimension-repository_id | 14748123 |
| octolytics-dimension-repository_nwo | pythonnet/pythonnet |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 14748123 |
| octolytics-dimension-repository_network_root_nwo | pythonnet/pythonnet |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | dda91974c069382b0dfa47b2da7e28bd061c8331 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width