Top "Nuget" questions

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

Best way to add NuGet packages as project references in VS2012?

Ok. Really quick question, I'm probably just being thick. If you right-click on a projects 'references' folder then 'Manage NuGet …

visual-studio-2012 nuget
Retargeting solution from .Net 4.0 to 4.5 - how to retarget the NuGet packages?

I have migrated a solution that is currently targeting .NET 4.0 in VS2010 to VS2012 and now I would like to …

.net nuget visual-studio-2012 .net-4.5
NuGet Package Manager: 'AutoMapper' already has a dependency defined for 'Microsoft.CSharp'

I'm trying to add AutoMapper as a dependency to a project using NuGet on Visual Studio Premium 2012, but it fails. …

c# visual-studio-2012 nuget automapper
EF Code First: How do I see 'EntityValidationErrors' property from the nuget package console?

I'm at a loss for this: I've defined my classes for a entity framework (4.1.3) code first approach. Everything was fine (…

asp.net-mvc-3 entity-framework entity-framework-4 nuget
Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Common' or one of its dependencies

I have searched google for this and could not find the solution to the problem. My Website references DAL (custom …

c# asp.net enterprise-library nuget nuget-package
Is there a way to download packages from nuget.org then do an offline installation into Visual Studio?

My visual studio is installed on a machine which doesn't have internet connection so I can't download an install packages …

nuget nuget-package
how to resolve "Unable to find package" nuget error

Working on creating a nuget pkg for a project (A.csproj) which depends on another project (B.csprojec) added as …

nuget nuspec
Create nuget package from dlls

I want to create a NuGet package which adds multiple .dll files as references to my project. I have a …

visual-studio nuget
[A]System.Web.WebPages.Razor.Configuration.HostSection cannot be cast to... web.config issue

I am getting the following error: [A]System.Web.WebPages.Razor.Configuration.HostSection cannot be cast to [B]System.Web.…

c# web-config nuget nuget-package nuget-package-restore
Build NuGet Package automatically including referenced dependencies

I want to run a local/internal NuGet repository. I think I've figured out how to "reuse" existing NuGet packages …

visual-studio build-automation nuget nuget-package