Project reference vs. DLL Reference - Which is better?

前端 未结 5 1033
心在旅途
心在旅途 2020-12-13 18:10

I know there are other questions regarding this subject, and I\'ve looked at this question, but I\'d like to see a little bit more discussion and information on both sides o

5条回答
  •  温柔的废话
    2020-12-13 18:15

    It's not much of a choice. If you have a solution with both projects then use a project reference. If your solution doesn't have the project then you have to use an assembly reference.

    So the real question should probably be: do I create a solution with both projects? Yes, as long as the project is still in the debug stage and liable to require bug fixes.

提交回复
热议问题