Reduce size of published solution with IKVM #484
Unanswered
michaelazarzar
asked this question in
Q&A
Replies: 1 comment
-
Really not a lot you can do about this today. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm planning to use IKVM in order to communicate with Java application through RMI, and everything works perfect.
My
.csproj
contains<PackageReference Include="IKVM" Version="8.7.5" />
and after publishing the solution,the
.exe
size is ~100MB.I've tested it with
.jar
with only 1 method (i.e.int add(int a, int b)
).Is there any way to reduce the size of the outcome?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions