-
Status Quo
Next Level
IssueVisual Studio complains that references are missing. So what happends automatically to 100% in project A, obviously requires some hands-on in project B. Best Solution?What would be the best solution in that case? Of course, I could simply create a direct reference to the file in project B. But it does not feel right. Isn't there some kind of automatics provided by IKVM? So that referencing project A is just enough? |
Beta Was this translation helpful? Give feedback.
Answered by
wasabii
Sep 13, 2023
Replies: 1 comment 14 replies
-
Got to add the reference to each project, just like normal assembly references. They are not transitive. MavenReferences are. |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is why generally my recommendation would be to publish your jar files to an internal Maven repo. Same as you do your internal nuget packages. In fact, most nuget repositories people use support Maven just fine. Azure DevOps, GitHub packages, etc, all support publishing Maven packages.