Skip to content
This repository was archived by the owner on Aug 27, 2026. It is now read-only.
This repository was archived by the owner on Aug 27, 2026. It is now read-only.

Port jnimarshalmethod-gen.exe to net5 #616

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…)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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