You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It seems that you have used ConcurrentDependencyGraph in DependencyParser class, which is imported from JAVA libraries via IKVM. This does increase the size of binary output of project so much. Is it possible to change the architecture and create JAVA classes inside C# in a way that there be no need for IKVM anymore?
Also thanks for your great library...
The text was updated successfully, but these errors were encountered:
Hi,
It seems that you have used ConcurrentDependencyGraph in DependencyParser class, which is imported from JAVA libraries via IKVM. This does increase the size of binary output of project so much. Is it possible to change the architecture and create JAVA classes inside C# in a way that there be no need for IKVM anymore?
Also thanks for your great library...
The text was updated successfully, but these errors were encountered: