AutofacContrib:我应该下载程序集还是直接使用源代码?
我需要使用一些 AutofacContrib 项目。我想我有2个选择:
1)从官方下载页面下载zip包,然后将程序集复制到我的项目中。
2)将源代码从官方存储库复制到我的项目(所有解决方案共享的公共项目)。
在我看来,将源代码复制到我的 Common 项目中是最方便的(我需要的 AutofacContrib 项目仅包含 9 个类文件,我可以简单地从 Web 浏览器复制源代码)。但我不确定这是否是一个好的做法。
谢谢
I need to use a few AutofacContrib projects. I think I have 2 options:
1) Download the zip package from the official download page, then copy the assemblies to my projects.
2) Copy the source code from the official repository to my projects (Common project shared by all solutions).
It seems to me, that copy source code to my Common project is most convenient (the AutofacContrib projects that I needed contain only 9 class files, I can simply copy the source code from web browser). But I'm not sure if it's a good practice.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你好——如果源代码很小,我建议只获取源代码。 Contrib 提供了实验的机会:如果您进行了改进,您甚至可以将它们发布回项目中:)
G'day there- I'd recommend just grabbing the source code if it is something small. Contrib opens up opportunities to experiment: if you make improvements you might even be able to post them back to the project :)