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.

Is it possible to add/update assemblies to the GAC via a Nuget Package?

Nuget, without a doubt is an extremely effective packaging and distribution system. However, there are some instances where managing the …

nuget gac nuget-package
References from class library are not copied to running project bin folder

I have a class library that represents my logic layer. To that library I've added a nuget package for Google.…

c# .net nuget-package class-library
File contains corrupted data - Package Manager Console

I am trying to follow this article. There is a step which says you need to install XSockets.Sample.WebRTC …

c# visual-studio-2012 webrtc nuget-package xsockets.net
How to create a nuget package with both release and debug dll's using nuget package explorer?

I'm using the Nuget Package Explorer to create some nuget packages. I've managed to do so just building a project …

c# dll nuget-package
Where can I find documentation for the NuGet v3 API?

I'm interested in writing a client library around the NuGet v3 API in a non-.NET language. Where can I …

c# .net nuget nuget-package nuget-server
Hosting your own NuGet and Symbol Source server?

I know that we can host our own private / internal NuGet server, but is there a way to also hosting …

nuget remote-debugging debug-symbols nuget-package nuget-server
What does PrivateAssets='All' mean?

When I build my .NET Core (NETStandard v2.0) project I am getting the following warning: ViewModels: [FodyPackageReference] Fody: The package …

.net-core nuget nuget-package fody-propertychanged
NuGet Package references copies dll local

I have some requirement to set Copy Local to false for the NuGet dll. Before that, I used the package.…

c# visual-studio nuget nuget-package packagereference
nuget package reference blue icon in visual studio 2017

For some reason in my console app, couple of the reference that I installed thru nuget shows the blue nuget …

visual-studio-2017 nuget nuget-package packagereference
Command Line Parser Library - Boolean Parameter

I try to pass a boolean parameter to a console application and process the value with the Command Line Parser …

c# nuget-package command-line-parser