-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
callable-wrappersIssues with Java Callable WrappersIssues with Java Callable WrappersenhancementProposed change to current functionalityProposed change to current functionality
Description
At present, tools/jnimarshalmethod-gen
only builds against the net472
target framework. For .NET 5 support, we believe that we'd need to port this utility to run on .NET 5, and at present that would be by porting to the netcoreapp3.1
target framework.
Unfortunately, .NET Core currently doesn't support AssemblyBuilder.Save()
: dotnet/runtime#15704
We will need to investigate if it's even possible to port jnimarshalmethod-gen.exe
to .NET Core and .NET 5, assuming that the above issue is not fixed. (Note: above issue was opened in 2015…)
Metadata
Metadata
Assignees
Labels
callable-wrappersIssues with Java Callable WrappersIssues with Java Callable WrappersenhancementProposed change to current functionalityProposed change to current functionality