tagged [nuget]

Can not install NuGet package

Can not install NuGet package I am trying to add the Unity package to my solution, but I keep receiving the listed message: > Any Idea how to fix this?

NuGet has problems with missing packages, how to restore?

NuGet has problems with missing packages, how to restore? When I try to compile my program I get the following error: Now when I right click on the solution and press ``` All packages are

Read metadata from nupkg

Read metadata from nupkg Is there anyway to read the metadata of a NuGet-package-file? I would really like to create a simple site for searching among my nupkg-files.. Thanks in advance!

30 Oct at 12:3

How can I use NuGet packages in my Azure Functions?

How can I use NuGet packages in my Azure Functions? Using [Azure Functions](http://functions.azure.com), can I reference and use NuGet packages in my C# function?

Is there a nuget package for .NET standard with ServiceStack.Text signed?

Is there a nuget package for .NET standard with ServiceStack.Text signed? I found the signed version for ServiceStack.Text, but only the classic .NET flavor, not the .NET standard. Is it, or will it b...

23 Nov at 10:55

How can I automatically detect whether my NuGet packages are up to date?

How can I automatically detect whether my NuGet packages are up to date? I'd like to get loud warnings somewhere if my project is using a dependency that's now out of date (potentially I might hook th...

How do you include Xml Docs for a class library in a NuGet package?

How do you include Xml Docs for a class library in a NuGet package? I am creating a NuGet package for a C# class library, and I would like to include generated Xml Documentation with the library. This...

22 Aug at 01:28

Visual Studio 2010 - Uninstall NuGet

Visual Studio 2010 - Uninstall NuGet How do you uninstall NuGet from Visual Studio 2010? I tried to open Visual Studio 2010 with 'Run as Administrator', but the Uninstall option is not available for u...

21 Sep at 13:1

nuget package not installing dependencies

nuget package not installing dependencies I've created a nuget package which has 2 dependencies. ``` ConsoleApp2 1.0.0 ConsoleApp2 XX XX fal

12 Apr at 14:39

The replacement token 'description' has no value

The replacement token 'description' has no value Trying to create and publish a NuGet package from a project (*.csproj) via NuGet.exe and I got the following warning: > The replacement token 'descript...

13 Mar at 05:37

ASP.NET MVC 3 - Issues with microsoft-web-helpers v1.1

ASP.NET MVC 3 - Issues with microsoft-web-helpers v1.1 I upgraded my microsof-web-helpers package from nuget and it itself depends on facebook and twitter APIs. Now when my app attempts to run I get t...

14 Jan at 02:29

How do I stop ServiceStack 3.9.71 NuGet package installing ServiceStack.Text 4.0.24?

How do I stop ServiceStack 3.9.71 NuGet package installing ServiceStack.Text 4.0.24? I have a project that uses ServiceStack; we're running the old 3.9.x codebase rather than upgrading to 4.x, since S...

How to create a NuGet Package using NuGet.Core?

How to create a NuGet Package using NuGet.Core? I would like to create a application which makes use of the NuGet Package NuGet.Core. It has a class called PackageBuilder that makes it possible. Is th...

8 Nov at 10:17

Library NuGet configuration is invalid

Library NuGet configuration is invalid VS2015 Update 3. I created a plain .net core class library. Right-click on Project->References-> Manage Nuget packages throws the following error? What is missin...

How to setup single Nuget packages folder for multiple solutions and projects in Visual Studio 2015

How to setup single Nuget packages folder for multiple solutions and projects in Visual Studio 2015 We are developing multiple solutions in Visual Studio 2015. The solutions share some core projects t...

Installing Nuget Packages globally

Installing Nuget Packages globally Is there a way to install Nuget Packages globally? I have a Nuget Package that I would like to use across multiple projects without having to download for each proje...

15 Nov at 02:49

Guarantee same version of nuget packages

Guarantee same version of nuget packages We have a framework that is split up into lots of separate projects in one solution. I now want to create packages for each separate project, guarantee that on...

How do I get NuGet to install/update all the packages in the packages.config?

How do I get NuGet to install/update all the packages in the packages.config? I have a solution with multiple projects in it. Most of the third party references are missing, yet there are `packages.co...

30 Nov at 05:51

force the redownload of a nuget package

force the redownload of a nuget package During the development of the nuget package A in project A in solution A we constantly need to test it in another project. For this reason we have a dev nuget f...

18 May at 12:19

How to use NuGet?

How to use NuGet? I have installed NuGet, how to use it? I saw the video and i tried it does not work, I entered that in Command Window. EDIT: I uses VS2010 and I build WindowsForm App and not ASP.NET...

20 Feb at 22:21

Use environment variable in NuGet config?

Use environment variable in NuGet config? Is there a way to use an environment variable in `NuGet.Config` file? Currently I am constrained to using relative path, as follows: But would be really handy...

19 Feb at 14:7

Create a Visual Studio Project Template that pulls NuGet references from online feed

Create a Visual Studio Project Template that pulls NuGet references from online feed I'm creating a Visual Studio Project Template and bundling it inside of a VS Extension. I need Projects created fro...

How to use the NuGet packages.config file?

How to use the NuGet packages.config file? I see a file for each of my projects in a solution. It contains info about various assemblies info. I am expecting that the NuGet will automatically scan the...

3 Jul at 14:32

How to use extern alias with nuget

How to use extern alias with nuget I use `extern alias` in my project so I need to change the reference alias from `global` to something else. The problem is that if I use Nuget to add the reference, ...

1 Nov at 09:9

Install NuGet via PowerShell script

Install NuGet via PowerShell script As far as I can tell, NuGet is meant to be installed as a Visual Studio extension: But what if I need NuGet on a machine that doesn't have VS installed? Specificall...

4 May at 02:34