Skip to content

Port jnimarshalmethod-gen.exe to net5 #616

Closed
@jonpryor

Description

@jonpryor

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

No one assigned

    Labels

    callable-wrappersIssues with Java Callable WrappersenhancementProposed change to current functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions