Forum member
Onto Innovation
3 posts
Posts by Onto Innovation
-
Dependency on native binary built as part of the same solution?
Thanks for the quick reply. Please disregard my inquiry. It turns out that the "Copied Project Dependencies" is actually working just fine. After setting that value as you prescribe, I failed to notice that the native project indeed started building, however was failing due to an unrelated prob…
21 Sep 2021 02:01 UTC
-
Dependency on native binary built as part of the same solution?
Hi, I have a scenario where a managed assembly that I'm testing depends upon a native dll which is built within the same solution. For example: MySolution -MyNativeProject -MyManagedProject (uses MyNativeProject.dll via P/Invoke) -MyMangedTestProject (references MyManagedProject) I'm un…
21 Sep 2021 00:50 UTC
-
Referencing assemblies within the build output
Hi, I'm working with a large solution that contains an intentionally setup project that serves as the "master" project for all NuGet dependencies. It contains no code, and is the first project in the solution's build order. As an artifact of its build, copies of its referenced assemblies are co…
22 Feb 2021 23:58 UTC