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
Here i get an exception, because Jint wants to use the ExtensionMethod, but missing some Arguments.
Shouldnt jint uses the "builtin" javascript split Method before trying to invoke the extensionMethod?
I'm not sure if this is a bug or i'm just confused....
I have an ExtensionMethod in C#:
which i added to the Jint Options:
Here i get an exception, because Jint wants to use the ExtensionMethod, but missing some Arguments.
Shouldnt jint uses the "builtin" javascript split Method before trying to invoke the extensionMethod?
github test repo: https://github.com/windischb/JintTest
The text was updated successfully, but these errors were encountered: