We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest version of JCOBridge introduced a limitation on method CastTo which raises in https://github.com/masesgroup/JNet/blob/4e9f35a0ff0a075ff0adddc79f4042076babf2b1/src/net/JNetReflector/InternalExtensions.cs#L733 the following exception System.InvalidOperationException: java/lang/reflect/Type cannot be converted to java/lang/reflect/ParameterizedType even if the previous test in https://github.com/masesgroup/JNet/blob/4e9f35a0ff0a075ff0adddc79f4042076babf2b1/src/net/JNetReflector/InternalExtensions.cs#L731 passed.
Originally posted by @masesdevelopers in masesgroup/JNet#393 (comment)
CastTo shall consider both conversion direction, not only IsAssignableFrom as reported in the remarks.
The text was updated successfully, but these errors were encountered:
Closed with JCOBridge 2.5.13
Sorry, something went wrong.
No branches or pull requests
Originally posted by @masesdevelopers in masesgroup/JNet#393 (comment)
CastTo shall consider both conversion direction, not only IsAssignableFrom as reported in the remarks.
The text was updated successfully, but these errors were encountered: