- Notifications
You must be signed in to change notification settings - Fork750
-
Environment
Details
I am trying to use pythonnet package in a VSIX Visual Studio extension.
|
BetaWas this translation helpful?Give feedback.
All reactions
Why you close my issue?
Here's your fix:
internal static bool ShouldBindEvent(EventInfo ei) { var mb = ei.GetAddMethod(true); if (mb == null) { return false; } return ShouldBindMethod(mb); }
Check your nulls, thank me later.
Replies: 2 comments
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Why you close my issue? Here's your fix:
Check your nulls, thank me later. |
BetaWas this translation helpful?Give feedback.
All reactions
👀 1
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Hello , I have the same issue, I am trying to use pythonnet package in a VSIX Visual Studio extension. I am going to apply this fix above made by@cpgames and see if the problem persists. Do you intend to release this fix in a future version of pythonnet ? Regards, |
BetaWas this translation helpful?Give feedback.
All reactions
This discussion was converted from issue #2404 on June 23, 2024 07:54.