Today I asked a question ( Ways to manage the source code ), because I was unsatisfied with the way I manage the source code of my shared libraries. As a result of the answers I found the best method.
Now I am working on my repository, removing all my source code, but as a result, I now have another question ...
While I'm still developing a piece of software, is it better to refer to the debug assembly of the library (at this risk, forget to replace it with the release build later)?
Or, in other words, if I refer to the library release build, will it limit debugging if the debug build of my software works?
c # visual-studio-2008 projects-and-solutions shared-libraries
Bryan
source share