的NuGet包没有的NuGet包管理器?有的、管理器、NuGet

2023-09-03 09:03:01 作者:雾远邀青树

什么是一个的NuGet包实际包括,除了编译库?

是否可以下载这些程序包不使用包管理器,并利用它们在其他地方?

谢谢!

解决方案   

什么是一个的NuGet包实际包括,除了编译库?

看看这里。基本上它是与 .nupkg 扩展是在previous链接和一些XML元数据不是包含结构的.zip文件没有更多解释文件。

  

是否可以下载这些程序包不使用包管理器,并利用它们在其他地方?

当然,只要下载 .nupkg 文件。

What does a nuget package actually consist of, apart from the compiled libraries?

使用腾讯云提供的针对Nuget包管理器的缓存加速服务

Is it possible to download these packages without using the package manager and use them elsewhere?

Thanks!

解决方案

What does a nuget package actually consist of, apart from the compiled libraries?

Take a look here. Basically it is a file with the .nupkg extension which is nothing more than a .zip file containing the structure explained in the previous link and some xml metadata.

Is it possible to download these packages without using the package manager and use them elsewhere?

Sure, simply download the .nupkg file.