Top "Nuget-package-restore" questions

Nuget Package Restore is a process that happens when a Visual Studio solution is loaded and some Nuget Packages are missing.

How do I enable NuGet Package Restore in Visual Studio?

There's a similar post on stack but it doesn't help with my issue possibly because I am using Visual Studio 2015. …

c# asp.net nuget visual-studio-2015 nuget-package-restore
Assets file project.assets.json not found. Run a NuGet package restore

I'm trying to use nopCommerce(Which is written in .NET Core) but when I want to run the project I …

nuget visual-studio-2017 .net-core nuget-package-restore
Build error, This project references NuGet

When I try to build my solution, I get the following error message: Severity Code Description Project File Line Suppression …

.net visual-studio nuget nuget-package-restore
NuGet auto package restore does not work with MSBuild

I'm trying to build a solution with packages content missing (except repositories.config inside) with MSBuild 12.0. I expect it to …

.net build msbuild nuget nuget-package-restore
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
[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
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
Nuget - Package restore failed. Rolling back package changes for 'WebApplication1'. 0

It's my own custom nuget package that I've not published yet and testing locally. The nuget package consists of a …

c# nuget .net-core nuget-package-restore visual-studio-2017