.NET Package Management(.NET 包管理)
问题描述
.NET 包管理的当前产品有哪些.你用的是哪一种,有什么优缺点?
What are the current offerings for .NET package management. Which are you using and what are the pros and cons?
今天的一些例子是:
- 努
- OpenWrap
为免生疑问,我指的是包管理系统,例如 gem
、apt-get
和 dpkg
.
For the avoidance of doubt, I'm referring to package management systems such as gem
, apt-get
, and dpkg
.
推荐答案
NuGet(原 NuPack)是一个面向 .NET 的免费、开源、专注于开发人员的包管理系统
NuGet (formerly NuPack) is a free, open source developer focused package management system for the .NET
- 介绍 NuGet 包管理器 (菲尔·哈克)
- 介绍适用于 .NET 的 NuPack 包管理 (Scott Hanselman)
- Introducing NuGet package manager (Phil Haack)
- Introducing NuPack Package Management for .NET (Scott Hanselman)
这篇关于.NET 包管理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:.NET 包管理


- 输入按键事件处理程序 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01