c# - NuGet 提要与 NuGet 服务器与 NuGet 画廊

标签 c# .net nuget

我们是一个小型开发团队,我们希望开始使用我们的库作为 NuGet 包。现在我已经看到我们可以创建 NuGet 提要或 NuGet 服务器或 NuGet 画廊。

现在我们不确定有什么区别,对于我们的小团队来说,正确的决定是什么。

有人可以向我们解释一下吗?

谢谢转发!

问候 马蒂亚斯

最佳答案

这是你要去的地方

Hosting your own NuGet feeds

  • Local feed: Packages are simply placed on a suitable network file share, ideally using nuget init and nuget add to create a hierarchical folder structure (NuGet 3.3+). For details, see Local Feeds.
  • NuGet.Server: Packages are made available through a local HTTP server. For details, see NuGet.Server.
  • NuGet Gallery: Packages are hosted on an Internet server using the NuGet Gallery Project (github.com). NuGet Gallery provides user management and features such as an extensive web UI that allows searching and exploring packages from within the browser, similar to nuget.org.

关于c# - NuGet 提要与 NuGet 服务器与 NuGet 画廊,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50525405/

相关文章:

c# - 每个参数都应该使用一个接口(interface)吗?

c# - 如何在更改存储库路径后重置 HintPath

.net - 从 VB.Net 中的二进制文件中提取字符串

nuget - 使用特定框架版本的NuGet安装软件包

javascript - 将最新版本的 TypeScript 定义与旧的 JavaScript 库一起使用

c# - WindowsBase.dll 中发生类型为 'System.InvalidCastException' 的第一次机会异常

c# - 将 C# 类(类库)转换为 SQL DDL(表)

c# - 私有(private)方法参数

.net - 如何计算 "kleinster gemeinsamer Nenner"最后公分母

c# - 来自 Gridview 中 UserControl 的事件未被触发