Title: .Net core 3.1 using netstandard polyfill causes error. · Issue #1228 · pythonnet/pythonnet · GitHub
Open Graph Title: .Net core 3.1 using netstandard polyfill causes error. · Issue #1228 · pythonnet/pythonnet
X Title: .Net core 3.1 using netstandard polyfill causes error. · Issue #1228 · pythonnet/pythonnet
Description: Environment Pythonnet version: NuGet v 2.5.1 (pythonnet_netstandard_py37_linux) Python version: 3.7 Operating System: Linux (ubuntu 18.04) Details Trying to embed python in a c# core 3.1 console app. Within python I wanted to attach a de...
Open Graph Description: Environment Pythonnet version: NuGet v 2.5.1 (pythonnet_netstandard_py37_linux) Python version: 3.7 Operating System: Linux (ubuntu 18.04) Details Trying to embed python in a c# core 3.1 console ap...
X Description: Environment Pythonnet version: NuGet v 2.5.1 (pythonnet_netstandard_py37_linux) Python version: 3.7 Operating System: Linux (ubuntu 18.04) Details Trying to embed python in a c# core 3.1 console ap...
Opengraph URL: https://github.com/pythonnet/pythonnet/issues/1228
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":".Net core 3.1 using netstandard polyfill causes error.","articleBody":"### Environment\r\n\r\n- Pythonnet version: NuGet v 2.5.1 (pythonnet_netstandard_py37_linux)\r\n- Python version: 3.7\r\n- Operating System: Linux (ubuntu 18.04)\r\n\r\n### Details\r\n\r\n- Trying to embed python in a c# core 3.1 console app. Within python I wanted to attach a delegate to an event on a c# object. The creation of the delegate type in DelegateManager.cs GetDispatcher calls TypeBuilder.CreateType. In .net standard, this calls the polyfill. Under core 3.1 a polyfill shouldn't be necessary. However, this polyfill appears to be defined incorrectly. It's defined as: \r\n```\r\npublic static Type CreateType(this TypeBuilder typeBuilder)\r\n{\r\n return typeBuilder.GetTypeInfo().GetType();\r\n}\r\n```\r\nHowever, the actual method in 3.1 is this:\r\n```public Type CreateType() =\u003e (Type) this.CreateTypeInfo();```\r\n\r\nThe difference being that the extra GetType() results in us returning the equivalent of typeof(System.Reflection.Emit.TypeBuilder). Which then fails to create with the arguments of a delegate. \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\nI don't have one offhand, but I will work on a pull reqeust unless someone has some advise for how to avoid the issue. For a pull request, my plan is to #if the polyfill for !NETCOREAPP3_1\r\n\r\n- If there was a crash, please include the traceback here.\r\n\r\nNot quite as useful as what I have above, but here is the traceback:\r\n```\r\nUnhandled exception. System.MissingMethodException: Constructor on type 'System.Reflection.Emit.TypeBuilder' not found.\r\n at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture)\r\n at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)\r\n at System.Activator.CreateInstance(Type type, Object[] args)\r\n at Python.Runtime.DelegateManager.GetDelegate(Type dtype, IntPtr callable)\r\n at Python.Runtime.EventObject.AddEventHandler(IntPtr target, IntPtr handler)\r\n at Python.Runtime.EventBinding.nb_inplace_add(IntPtr ob, IntPtr arg)\r\n at Python.Runtime.Runtime.PyRun_String(String code, IntPtr st, IntPtr globals, IntPtr locals)\r\n at Python.Runtime.PyScope.Exec(String code, IntPtr _globals, IntPtr _locals)\r\n at Python.Runtime.PyScope.Exec(String code, PyDict locals)\r\n at Oreo.Middleware.Calibration.Program.Main(String[] args) in /home/user/dev/Oreo/Oreo/src/Oreo.Middleware.Calibration/Program.cs:line 24\r\n```\r\nNote that I'm trying to create a delegate, and it's having a hard time finding the appropriate constructor on System.Reflection.Emit.TypeBuilder.","author":{"url":"https://github.com/shadowbane1000","@type":"Person","name":"shadowbane1000"},"datePublished":"2020-09-16T20:50:25.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/1228/pythonnet/issues/1228"}
| 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:66794d44-9698-0ef4-88ba-308493d24c9a |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 928E:157A61:895F4:BA643:6970A083 |
| html-safe-nonce | 622c4eddaeb1b90509a79efaa909c5832dc9b252de7bf8e54e0796864e28b2d3 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MjhFOjE1N0E2MTo4OTVGNDpCQTY0Mzo2OTcwQTA4MyIsInZpc2l0b3JfaWQiOiI3MzA2MzAwNDM5NzYzNzY0NTEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 1d6828114b1b070f1ebe5c55c2c07634810205fe445f7143d3975b9ac3d9498d |
| hovercard-subject-tag | issue:703065486 |
| 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/1228/issue_layout |
| twitter:image | https://opengraph.githubassets.com/adf287de0e05741d727c7b0035c58f5b84fc7aea1b10ff6b7d705767f65bd98e/pythonnet/pythonnet/issues/1228 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/adf287de0e05741d727c7b0035c58f5b84fc7aea1b10ff6b7d705767f65bd98e/pythonnet/pythonnet/issues/1228 |
| og:image:alt | Environment Pythonnet version: NuGet v 2.5.1 (pythonnet_netstandard_py37_linux) Python version: 3.7 Operating System: Linux (ubuntu 18.04) Details Trying to embed python in a c# core 3.1 console ap... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | shadowbane1000 |
| hostname | github.com |
| expected-hostname | github.com |
| None | b06a4c45c45fd0bb038b3759265ea6e38211f45d18130bc65261990be6b5972a |
| 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 | 0e1c4964831785bd64cb22d82e7cf2391ae01f45 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width