Top "Nuget" questions

NuGet is a free, open source developer focused package management system for the .NET platform.

Getting "project" nuget configuration is invalid error

I'm getting "[project] nuget configuration is invalid" error. I received an error like this before and used the 'Update Nuget …

visual-studio visual-studio-2015 nuget
Get TFS to ignore my packages folder

I'm trying to get TFS (2013) to ignore my packages folder. I passionately don't want it source controlled as I'm using …

tfs nuget
Setting up a common nuget packages folder for all solutions when some projects are included in multiple solutions

I have been using NuGet to retrieve packages from external and internal package sources, which is very convenient. But I …

nuget nuget-package solution
Can't uninstall/reinstall NuGet package

I've set up my project with Visual Studio Express 2012, added some C# code, and successfully compiled/deployed to emulator. At …

c# visual-studio windows-phone-8 nuget packages
How do I install a 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 …

visual-studio-2010 visual-studio nuget
Could not install package '--'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5'

I created this package, I need it in a project but couldn't install it, this error appears: Could not install …

nuget nuget-package nuget-spec
NuGet Package restore failed for project Miscellaneous Files: Value cannot be null or an empty string. Parameter name: root. 0 0

I have such error in vs 2012: NuGet Package restore failed for project Miscellaneous Files: Value cannot be null or an …

visual-studio-2012 nuget nuget-package-restore
An error occurred while trying to restore packages. Please try again

I am trying to restore the missing nuget packages and it keeps giving me this Error: An error occurred while …

c# nuget nuget-package nuget-package-restore
How can you find unused NuGet packages in solution?

How can you find the unused NuGet packages in a solution? I've got a number of solutions where there are …

visual-studio nuget