简体   繁体   English

我在哪里可以找到NuGet.Clients文档?

[英]Where can i find NuGet.Clients documentation?

I'm trying to add Nuget package management to my newly developed IDE. 我正在尝试将Nuget软件包管理添加到新开发的IDE中。 The github repository seems to have UI components here but i can't find any resources for how to use it. github仓库似乎在这里有UI组件但是我找不到如何使用它的任何资源。

the only documentation i can find doesn't say anything about UI components 我能找到的唯一文档没有说明UI组件

As devNull pointed out, there is a page in the docs saying that certain packages on nuget.org are provided and usable in your project. 正如devNull指出的那样, 文档中一个页面指出nuget.org上的某些软件包已在您的项目中提供并可用。 But this roughly corresponds to the projects under src\\NuGet.Core . 但这大致对应于src \\ NuGet.Core下的项目。

The projects under src\\NuGet.Clients are tools that we distribute as a product, but are not intended to be a library or reusable. src \\ NuGet.Clients下的项目是我们作为产品分发的工具,但并不旨在成为库或可重用。 The UI components are extremely tied to Visual Studio, depending on several other components in Visual Studio, so you would have to implement all the dependencies to be able to use the UI. UI组件与Visual Studio紧密相关,这取决于Visual Studio中的其他几个组件,因此您必须实现所有依赖关系才能使用UI。 In my opinion you'd be better off using the core packages and build your own UI on top of them. 我认为您最好使用核心软件包,并在它们之上构建自己的UI。

The Nuget-Client-SDK doc states: Nuget-Client-SDK文档指出:

The API is evolving and not yet documented, but examples are available on Dave Glick's blog. 该API正在不断发展且尚未记录,但是Dave Glick的博客中提供了示例。

So it appears that the blog post that you mentioned is the extent of documentation currently available for that library. 因此,看来您提到的博客文章是该库当前可用文档的范围。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在哪里可以找到System.Memory文档? - Where can I find System.Memory documentation? 在哪里可以找到DICOM#库上的文档? - Where can I find documentation on the DICOM# library? 在哪里可以找到 C# 的 PayPal API 文档? - Where can I find PayPal API documentation for C#? 在哪里可以找到有关OpenSSL.Net的文档 - Where can I find documentation on OpenSSL.Net 我在哪里可以找到“可空友好模式”的文档? - Where can I find the documentation for "Nullable friendly pattern"? 在哪里可以找到用于升级到System.Web.Http v5.0.0.0的NuGet包? - Where can I find a NuGet package for upgrading to System.Web.Http v5.0.0.0? ASP.NET Core API JWT 身份验证:在哪里可以找到有关它的官方文档? - ASP.NET Core API JWT Authentication: where can I find official documentation on it? 您知道在哪里可以找到NConsoler的文档吗? - Do you know any place where I can find documentation for NConsoler? 在哪里可以找到用于配置Microsoft扩展日志记录的日志记录设置的文档? - Where can I find the documentation for configuring the logging settings for Microsoft extension logging? 在哪里可以找到有关 C# MSTSCLib 的文档,特别是 MsRdpClient 类? - Where can I find documentation on the C# MSTSCLib, specifically the MsRdpClient classes?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM