Top "Nuget" questions

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

NuGet packages in Unity

I want to use some NuGet packages inside Unity. I achieved that Unity finds the downloaded DLLs according to this …

unity3d dependencies nuget dependency-management
How to specify specific dependency version in nuspec?

I'm creating my first nuget package. I added a dependency with a version that is not the latest version. However, …

c# .net nuget nuget-package
Nuget - Don't see allow nuget to download missing packages during build

I get a message saying the following: Error 1 Package restore is disabled by default. To give consent, open the Visual …

visual-studio-2010 visual-studio nuget
How to debug into my nuget package deployed from TeamCity?

I have put a library that my team uses into a nuget package that is deployed from TeamCity into a …

c# deployment teamcity nuget symbol-server
Opening project in Visual Studio fails due to nuget.targets not found error

So I downloaded Twitterizer from http://www.twitterizer.net/downloads/ I try to open it in Visual Studio and get …

visual-studio nuget twitterizer
Your startup project doesn't reference Microsoft.EntityFrameworkCore.Design

I have 2 projects in my solution, I have a project with Entity Framework Core installed: And in the other ASP.…

c# visual-studio nuget entity-framework-core
How do I uninstall *all* nuget packages from a solution in Visual Studio

I know I can uninstall-package from the PM console. I got into some dependency issues with another project and I …

visual-studio-2015 visual-studio-2013 visual-studio-2017 nuget
nuget retrieving package metadata

An error occurred while retrieving package metadata for 'bootstrap.3.3.5' from source 'nuget.org'. ========== Finished ========== Where the defect wonder Is …

package entity nuget metadata
NuGet exited with code -1 — Build failing as a result

I have installed dotless via Package Manager in VS2012 in to an existing mixed C# solution (Class libraries and MVC2 …

c# asp.net-mvc-2 build nuget dotless
NuGet Assembly outside lib folder

I'm going to bang out a couple of questions here...first, with NuGet is it possible to create a package …

nuget nuget-package