NuGet is a free open source developer focused package management system for the .NET platform intent on simplifying the process of incorporating third party libraries into a .NET application during development. NuGet is a member of the ASP.NET Gallery in the Outercurve Foundation. Get started on ...
63
votes
2answers
3k views
Download old version of package with nuget
Is there a way to download a previous version of a package with nuget, not the latest one?
42
votes
1answer
3k views
Is it possible to change the location of packages for NuGet?
I have the following convention for most of my projects:
/src
/Solution.sln
/SolutionFolder
/Project1
/Project2
/etc..
/lib
/Moq
moq.dll
...
40
votes
3answers
3k views
39
votes
3answers
3k views
NuGet and version control
I wonder if it is possible to use nuget to only store references to the required packages in version control (only the package.config and ignore the packages folder).
Is there a way to tell nuget to ...
29
votes
4answers
2k views
What's the correct way to use NuGet, MSBuild, and Version control?
Prior to NuGet, it was common accepted 'best practice' to check-in all external DLLs used on a project. Typically in a Libs or 3rdParty directory.
When working with NuGet, am I supposed to check-in ...
28
votes
2answers
4k views
How can I use NuGet with Visual C# Express?
How can I use NuGet to add a library package reference, when I have Visual C# 2010 Express?
NuGet doesn't come up when I search for it in Tools > Extension Manager.
I downloaded "NuGet Package ...
27
votes
2answers
2k views
NuGet Package Manager errors when trying to update
Opening VS2010 today, the extension manager notified me of an update for NuGet Package Manager.
During the install, I get an 'Installation Failed' with an option to view the log.
The key error ...
21
votes
1answer
1k views
Using NuGet, must I still keep my 3rd party library binaries in source control?
Now that I'm using NuGet to add/update my required references, is it possible to only add packages.config to source control and have the .dlls added at build time?
Normally, like described in this ...
21
votes
3answers
4k views
20
votes
5answers
5k views
Install NHibernate 3.2 with NuGet
I'm new to NHibernate and have been trying to get up and running with it, Fluent NHibernate and NHProf using NuGet. After reading this article ...
15
votes
4answers
2k views
Add NuGet Packages Folder to Solution File?
Nuget puts the package in my root folder(in my case my trunk folder). I am wondering is there a way to let VS 2010 know about this folder? I am using ankh svn to do my commuting so it would be really ...
15
votes
1answer
2k views
FluentNHibernate and NuGet, problem with NH version
I just updated my project to use NuGet for external references. I added reference to NHibernate, which added all other dependencies for NH. Than I added FluentNHibernate. Versions of NH downloaded for ...
14
votes
3answers
2k views
TF30063: You are not authorized to access Collection. Nuget and Tfs conflicting
Latest Comment
I believe my problem occurs when using Nuget, however, if you are reading because of the TF30063 error. Have a look at the answer I provided and accepted.
Original Post
I am getting ...
13
votes
1answer
980 views
How to manually uninstall a Visual Studio 2010 extension?
So I got prompted to download the latest NuGet Package Manager in VS2010.
All previous updates (including this) has failed with:
VSIXInstaller.SignatureMismatchException: The installed version of ...
13
votes
2answers
4k views
Ninject.MVC3, Nuget, WebActivator oh my
I want to setup Ninject to do a simple test, as well as demonstrate the ease-of-setup using Nuget. I want to resolve a sample service.
public interface ITestService
{
string GetMessage();
}
...
13
votes
1answer
2k views
ASP.NET MVC 3 - Issues with microsoft-web-helpers v1.1
I upgraded my microsof-web-helpers package from nuget and it itself depends on facebook and twitter APIs. Now when my app attempts to run I get the following error:
Compiler Error Message: CS0246: ...
12
votes
1answer
3k views
Error when installing EntityFramework package over NuGet
I tried to install EntityFramework 4.1 on VS 2010 through NuGet. I searched and found the package through "Tools > Library Package Manager > Add Library Package Reference" tool and I got this error: ...
11
votes
3answers
3k views
which version of fluent nhibernate is compatible with nhibernate 3.2
i see when i install fluent nhibernate 1.2 from Nuget, it downloads nhibernate 3.1. If i want to use nhibernate 3.2, how would i do that through nuget and it is compatible with fluent nhibernate 1.2 ...
11
votes
4answers
312 views
nuget: should I commit the entire content of packages folder?
I started using nuget and installed some packages, most of them have about 200 KB max but NUnit has 3MB.
My solution is open-source and it is downloaded by lots of people, I'm just thinking: should I ...
11
votes
4answers
1k views
New version of NuGet not working on VS2010
I've downloaded ASP.NET MVC 3 RC and the new NuGet CTP version.
When I try to install anything in the thru the Package Manager Console I get the an error message. Here are two samples:
PM> nip ...
11
votes
1answer
761 views
NuGet (NuPack) intellisense
My intellisense for NuGet doesn't show up. Or maybe there is some kind of shortcut for it ?
9
votes
5answers
1k views
NuGet for solutions with multiple projects
Suppose I have a solution with 3 projects:
Core
UI
Tests
Some of the NuGet packages I use will apply to all 3 projects. Some will just apply to UI and Tests, and some will just apply to Tests ...
9
votes
2answers
1k views
Available Membership Starter Kits / Membership NuGet Packages for ASP.NET MVC3?
I'm looking for a Membership starter kit / NuGet package for MVC3 to handle things like user management as well as Facebook Authentication and Twitter Authentication.
The Microsoft.Web.Helpers seems ...
8
votes
2answers
923 views
Which Ninject version should I install from NuGet?
just a simple question:
I'm going to use Ninject in my ASP.NET MVC 3 application, but in the Package Manager there seem to be a few options:
Ninject
Ninject.MVC3
Ninject.Web
Among others. Which ...
8
votes
3answers
870 views
Install NuGet package into the second project in a solution
I'm currently working on a solution that initially contained one project (My.First.Project.Name). I've installed Castle Windsor by executing:
Install-Package Castle.Windsor
I've just added another ...
8
votes
3answers
964 views
How do you list ALL packages in Nuget
Is there a way to list all packages available through the NuGet command line interface.
When I use the following command:
Get-Package -Remote
In the package manager console, it only lists the first ...
7
votes
2answers
2k views
Will castle bytecode provider for NHibernate 3.2.GA be available in nuget?
As you know NHibernate 3.2 has native bytecode provider, which has some breaking changes with castle bytecode provider.
For example:
public class SomeEntity
{
public virtual string SomeProperty ...
7
votes
4answers
319 views
How to debug install.ps1 script of NuGet package
So we can include an install/uninstall powershell scripts in a NuGet package. I tried, but my install.ps1 does not work. Is there any possibility to find out why? Debugging, logging, anything?
Update
...
7
votes
1answer
2k views
NuGet and TFS best practices
Our projects in TFS are organized like this:
$\DefaultCollection\ProjectName\Source <-- source code goes here
$\DefaultCollection\ProjectName\SharedAssemblies <-- 3rd party binaries go here
...
7
votes
2answers
510 views
Nu-Get & issue with project level dependences for projects referenced by multiple solutions
I'm trying to figure out what the best way to handle this scenario is.
Let's say I have a library that's referenced by multiple different non-related solutions, let's call it ...
7
votes
1answer
1k views
How to install JSON.NET using NuGet?
I am trying to download JSON.NET from NuGet.
Is it available? What's the correct command?
7
votes
4answers
1k views
Why does the generated NinjectMVC3.cs from NuPack not compile? (or what happened to MvcServiceLocator in ASP.NET MVC 3 Beta? )
Using the NuPack addin and installing the NInject MVC 3 package results in the following compile error in the generated NinjectMVC3.cs file.
The name 'MvcServiceLocator' does not exist in the current ...
6
votes
2answers
92 views
RavenDB and SignalR Nuget Package Dependency Conflict
Basic conflict.
SignalR wants Newtonsoft.Json version 4.0.7 or higher while RavenDB wants version equal to 4.0.5. Which obviously means they can't be installed side by side.
So aside from ...
6
votes
3answers
390 views
Multiperson team using NuGet and Source Control
Am on a two man team using Team Foundation Server for our source control. I started a new Solution. For that solution I created several projects. In many of them I used NuGet to install AutoMapper ...
6
votes
3answers
1k views
NuGet upgrade issue
I have the version of NuGet that comes with MVC3 (1.0), but when I try to upgrade to the latest version (currently 1.4) it failes and I get this in the log file:
6/27/2011 1:25:08 PM - ...
6
votes
1answer
159 views
Why doesn't Installed packages show the package I just installed?
I've been getting started with Nuget. Some of my projects allow me to Add Library Package Reference to a Nuget package, but then when I select "Installed Packages" I don't see any packages listed.
...
6
votes
2answers
659 views
NuGet package for ASP.NET MVC 3
I have recently started to use NuGet and I was wondering if there is an asp.net mvc 3 package that I can install so that I do not have to reference the aspnet mvc3 assemblies via a lib folder like the ...
6
votes
5answers
1k views
How do I update MVC 3 Project to jQuery 1.6?
Using ASP.MVC 3 + Nuget, I've added packages, but this is the first time I've tried to update a package with dependencies. So far, I'm stuck...
Created a brand new ASP.MVC 3 application. Wanted to ...
6
votes
1answer
821 views
After installing NUnit from NuGet, how do I force TestDriven.Net to use the NUnit dll referenced by NuGet?
I am trying to setup a Visual Studio solution that facilitates:
BDD
Using SpecFlow http://www.specflow.org/
As described on TekPub here: http://tekpub.com/view/concepts/5
I would like:
To keep ...
6
votes
1answer
218 views
Can I use NuGet for JavaScript libraries without putting them in the top-level Scripts folder?
I'd love to use NuGet for jQuery, jQuery UI, Modernizr, Knockout.js, and more. But NuGet wants to put the associated files in /Scripts, which would get way too messy. I'd much prefer them to go into ...
5
votes
1answer
51 views
Is there a Nuget package to configure a WCF application for Unity IOC?
There are a number of posts showing how to do it by hand -- which, incidentally, I've done before -- but I was surprised to find no Nuget package to add this functionality to your WCF project in a ...
5
votes
2answers
258 views
NuGet and multiple solutions
We have two solutions: foo.sln and bar.sln
I have a common library that is used by both foo and bar. Common.csproj is used by both.
If I open foo and update nuget references, all references in ...
5
votes
2answers
1k views
How do I get NuGet to install/update all the packages in the packages.config?
I have a solution with multiple projects in it. Most of the third party references are missing, yet there are packages.config file for each project. How do I get NuGet to install/update all the ...
5
votes
3answers
497 views
nuget 'packages' element is not declared warning
not a showstopper but when using nuget in a project, it creates a packages.config file with this shape
<?xml version="1.0" encoding="utf-8"?>
<packages>
... your packages
...
5
votes
1answer
231 views
Packing NuGet projects compiled in release mode?
Is there some way to make a NuGet package using code compiled in release mode? Or is there some reason I should only publish (make available locally, in this case) packages compiled in debug mode?
...
5
votes
1answer
588 views
Adding solution-level items in a NuGet package
I want to add solution folders and solution items (not projects) to a solution file via a NuGet package. I imagine this would be accomplished through Powershell. I've looked through the ...
5
votes
1answer
338 views
upgrading NHibernate and NHibernate Validator w/ Nuget
As of the today, the Nuget release of NHibernate Validator is 1.3.1.4000 and says it has a dependency >= NHibernate 3.1.0.4000, which implies it should work with latest NHib 3.2.
But NHib 3.2 now has ...
5
votes
4answers
313 views
How to write a custom powershell host
Similar to nuget
Looking for any starter material hopefully before delving into the debugger
5
votes
3answers
174 views
What security restrictions are placed on Powershell scripts run during a NuGet package install/init?
When you install a package from NuGet, it can run some Powershell scripts to set things up (such as exporting commands to be used in the Package Manager console).
I'm trying (and failing) to find ...
5
votes
1answer
497 views
Local NuGet package dependencies - resolve from official Nuget feed?
I've created my own NuGet package containing some libraries that my team will be using for an upcoming project. In the .nuspec file, I've defined the following dependencies:
<dependencies>
...