从 VS2010 DTE 调用 Nuget

发布于 2024-11-27 05:54:17 字数 247 浏览 0 评论 0原文

我创建了一个 VS Addin,它创建了一个符合我的规范和文件结构的新项目。

它完成了所有繁重的工作,就像从 Mercurial 克隆存储库一样,添加了对解决方案中的程序集和项目所需的引用。

现在我想更进一步。

有没有办法从我的加载项调用 Nuget。 如果是这样,那么我可以在创建新解决方案后立即安装我的“标准”软件包,而无需我个人干预。

在 Nuget 中有对 DTE 的引用,但是有没有办法从 DTE 使用它。

I have created an VS Addin that creates a new project conform my specs and file structure.

It does all the heavy lifting as cloning repos from mercurial, adds the needed references to assemblies and projects in the solution.

Now I want to bring it one step beyond.

Is there a way to invoke Nuget from my add-in.
If so then I can install my "standard" packages right after the new solution is created without my personal intervention.

In Nuget there is a reference TO the DTE, but is there a way to use it FROM the DTE.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

黎歌 2024-12-04 05:54:17

使用 NuGet.CommandLine。您可以阅读如何使用它 这里

另请注意,NuGet 1.5 带来了一些 新功能,但我不确定它们与您的相关性如何。

Use NuGet.CommandLine. You can read how to use it here.

Also make note that NuGet 1.5 brings some new features, though I'm not sure how relevant they are for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文