问题标签 [nuget]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1123 浏览

visual-studio-2010 - Json.Net NuGet (NuPack) 包参考无法找到与目标框架兼容的程序集

尝试通过 NuGet / NuPack 添加包引用对话框添加 Json.net 包引用时出现错误。我得到的错误是:

找不到与目标框架“Silverlight,Version=4.0,Profile=WindowsPhone”兼容的程序集引用

我安装了最新版本的 Windows Phone 7 SDK 和 Package Manager 工具。这是在 Visual Studio 2010 中运行的。

有没有其他人遇到过这个错误?

0 投票
17 回答
240088 浏览

.net - 是否可以更改 NuGet 包的位置?

我的大多数项目都有以下约定:

您会注意到我没有将外部库保存源文件夹中。我也对使用 NuGet 非常感兴趣,但不希望在源文件夹中使用这些外部库。NuGet 是否具有更改所有包加载到的目录的设置?

0 投票
1 回答
1766 浏览

visual-studio-2010 - 如何将包添加到 nuget/nupack?

如何将一个包添加到 nuget/nupack 的可用包列表中?

0 投票
2 回答
9747 浏览

.net - NuGet (NuPack) 智能感知(Visual Studio 包管理器控制台)

我的 NuGet 智能感知没有出现。或者也许有某种捷径?

0 投票
4 回答
4101 浏览

visual-studio-2010 - 新版本的 NuGet 无法在 VS2010 上运行

我已经下载了 ASP.NET MVC 3 RC 和新的 NuGet CTP 版本。

当我尝试通过包管理器控制台安装任何东西时,我收到一条错误消息。以下是两个示例:

当我在解决方案资源管理器中使用添加库包引用时,没有显示任何消息,但没有安装包。

我尝试恢复为 NuPack,它工作正常,但包列表未更新(例如 SQLCE.EntityFramework 4.0.8435.1 仅显示 4.0.8402.1)。

有什么帮助吗?

0 投票
2 回答
2100 浏览

asp.net-mvc - Ninject 未绑定 MVC3 中 BaseController 中的对象

我刚刚将我的 MVC2 项目升级到 MVC3 并使用 NuGet 库包引用来安装 ninject。这创建了一个 appstart 类,我使用以下代码注入了我的 IMembershipService 类。

例如,这适用于我的 HomeController。

但是,我使用的是 BaseController。基类中几乎相同的代码不再起作用。

如果我中断基本控制器的构造函数,则服务只是 NULL。我从未将 Ninject 用于 IOC,所以答案可能很明显,但为什么它不会像我想要的那样在基类中注入我的 AccountMembershipController?我看不出有什么不同,尽管我意识到额外的继承级别可能会以某种方式与 Ninject 混淆。

0 投票
2 回答
259 浏览

.net - NuGet(前 NuPack)和 VCS

我今天第一次测试 NuGet,我对它的文档和支持材料有点失望。我知道它是 CTP,它可能会变得更好,但我觉得产品不完整。

我几乎可以毫无问题地安装软件包(它崩溃了一次,而且速度有点慢)但是现在呢?我应该将下载的所有内容添加到我的 VCS 中吗?我问这个是因为我得到了 NUnit 和 NuGet 甚至下载了它的跑步者,我认为我不应该添加到 VCS 中(我不会)。

我认为它应该更像是在运行应用程序之前首先运行“捆绑安装”的 Rails 中的 GEMFILE。

你是如何处理这种情况的?

非常感谢!

0 投票
3 回答
7751 浏览

.net - OpenWrap 与 NuGet

OpenWrap 和 NuGet 有什么区别。你更喜欢什么?

0 投票
1 回答
524 浏览

powershell - Nuget 包管理器控制台

我可以在 nuget powershell 控制台中的 powershell 变量中获取活动配置的名称吗?我知道有一个 $DTE,但我不知道如何获取活动配置名称...

0 投票
3 回答
1525 浏览

windows-xp - Trouble getting NuGet to work on XP

I have Powershell 2 installed on the box.
I can run ISE and load modules. The command test-path PathAndFileName works fine.
The box is 64bit running 32bit XP Pro SP3 with VS2008 and VS2010 Premium edition loaded.
I installed the Nov8 version of Nuget using the .vsix.
I have downloaded the NuGet Command Line Tool.

When I try and open a “Add Library Package Reference” no packages are listed. I can open the package manager console as Scott Hanselman showed off in PDC 2010.
I can type “list” press the tab key and it auto fills List-Package.

I read some articles about deleting previous copies however I do not think that is the issue. I have read where there was a “package” directory at the same level as the solution file. I do not have one. I have read where the feed from CP1 has changed for CP2. I deleted all my feeds and added one called MicroDefault with a url of http://go.microsoft.com/fwlink/?LinkID=204820. The url is from the NuGet download page.

The problem is when I execute List-Package I get the following.

Any further clues or hints would be awesome.