NuPack 包管理
因此,在规划新项目时,使用 NuPack 来处理依赖项是否安全?当我说安全时,它会一直存在吗?或者它只是一个被炒作的项目而消亡(即 Google Wave)? .NET 中是否真的有依赖管理的地方或需要?
如果没有,推荐的处理依赖关系的方法是什么?
So when planning new projects is it safe to use NuPack to handle dependencies? When I say safe, will it stick around? Or is it going to just be a hyped project that dies (i.e. Google Wave)? Is there really a place, or need for dependency management in .NET?
If not, what is the recommended way to handle dependencies?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
NuPack 目前是开发人员预览版,但 a) 它由 OSS 开发人员(例如我自己)和 ASP.NET Microsoft 核心员工积极开发和维护,b) 它将合并到 Visual Studio 的核心中。所以是的,它会存在很长一段时间。
NuPack is currently a developer preview but a) it's actively developed and maintained by both OSS developers (like myself) and core ASP.NET Microsoft employees and b) it will be folded into the core of Visual Studio. So yes, it will be around for a long time.
如果您使用 .net 中的任何开源内容,我认为没有理由不使用它。
我过去曾见过 .net OSS 项目开发人员要求统一这一点,但我不明白它为什么不会成功。
附:就我个人而言,我会使用它
If you use anything open source in .net I don't see a case not to use it.
I've seen .net OSS project developers asking to unify this in the past, I don't see how it won't take off.
ps. Personally I'm going to use it