Top "Nuget-package" questions

NuGet is a Visual Studio extension that makes it easy to install and update open source libraries and tools in Visual Studio.

JSON.NET How To Reference?

I just installed the Json.Net package and now I am wondering how I can import this to my project? …

visual-studio-2010 import json.net nuget-package
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
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
[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
Enable NuGet Package Restore on Visual Studio 2013

I'm following this easy tutorial to start coding with the Google+ API in C#. However, I've been stuck for hours …

c# visual-studio-2013 google-plus nuget-package nuget-package-restore
The EntityFramework package is not installed on project

I am having trouble getting the EF to install on my very simple project called 'Match' (just now learning MVC, …

asp.net-mvc entity-framework visual-studio nuget-package
Add native files from NuGet package to project output directory

I'm trying to create NuGet package for a .Net assembly which does pinvoke to a native win32 dll. I need …

nuget nuget-package nuget-spec
How can I use NuGet packages in my Azure Functions?

Using Azure Functions, can I reference and use NuGet packages in my C# function?

c# azure azure-functions nuget-package azure-web-app-service