ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.22k stars 111 forks source link

Let IKVM.Net.Sdk handle java archives as opaque ikvmc conversion target #351

Closed AliveDevil closed 1 year ago

AliveDevil commented 1 year ago

Tested in the wild (https://github.com/iterate-ch/cyberduck/compare/master...feature/winui).

IKVM builds fine (didn't see any regression). A first converted application (CLI, as UI is somewhat complicated) is working without issue.

ProjectReference, Reference and type discovery works fine (no duplicate classes are generated).

Resolves #326