-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
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
log4j fails with The invoked member is not supported in a dynamic assembly #45
Comments
10 tasks
Hi there. Could you please try again with https://www.nuget.org/packages/IKVM/8.2.0-prerelease0392 and report back whether this is still an issue? |
Currently blocked by #65. |
Using ikvmc on that same project with refs set to .NETCoreApp3.1, and running on
|
This was referenced Jun 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is still so much more to do to support .NET Core, than just getting it build on .NET Core.
The whole dynamic-assembly modules need to be reworked in order to interop correctly with core.
I.e. Log4j crashes completely while setting up the LoggerContext:
Offending java source: https://github.com/apache/logging-log4j2/blob/rel/2.17.1/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/Interpolator.java#L117
The text was updated successfully, but these errors were encountered: