DLL reference not copying into project bin
The options that I found were to: Add a reference to PostSharp in Project A. Add dummy code in Project B so that the compiler would detect that the reference is being used. Add a build event to force copy the DLL. I don’t like any of the above solutions. They are hacks in my … Read more