Where do you put your 3rd party libraries?

后端 未结 7 1613
悲哀的现实
悲哀的现实 2021-02-05 05:38

I\'ve got a bunch of .dll assemblies, such as HtmlAgilityPack and MoreLinq. Where am I supposed to put these files? I usually toss them so

7条回答
  •  南笙
    南笙 (楼主)
    2021-02-05 06:04

    I don't have a hard and fast rule on the location. However, I would encourage consistency!

    For example, I needed to to this for a small tool I'm writing for a client at the moment, so I checked their other code bases in Bitbucket which seemed to use a dependencies folder in the solution folder (alongside the other projects), so I copied that.

提交回复
热议问题