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

learn more… | top users | synonyms

0
votes
1answer
10 views

Switching pages in NuGet crashes Visual Studio 2012

I'm a fan of NuGet package manager, and haven't had any problems before. Now if I Right click project solution. Manage NuGet Packages Click on the Installed Tab Try to click number "2" for second ...
0
votes
0answers
23 views

Git Multi repository development

Problem In a nutshell: I don't know how to go about setting up my repositories for development. More Background: I've created an extensibility Framework that I want to use for multiple clients on ...
-1
votes
0answers
13 views

Nested transaction not supported when execute sql and commit in c# in multiple threading situation

after used nuget to install MySQL Nested transaction not supported when execute sql and commit in c# in multiple threading situation then, i use spinlock, it has serious delay when execute sql is ...
0
votes
0answers
8 views

Nuget with multiple nested solutions

I have a project with a structure like this: /MyProduct MyProduct.sln /Web Web.csproj Web.Something.csproj Web.sln /Other Other.csproj ...
0
votes
0answers
5 views

How can I delegate NuGet Gallery Feed through Odata4j producer?

I'm using odata4j to produce local NuGet packages (using InMemoryProducer). I'd like to use it's consumer facilities in order to delegate requests to the official NuGet Gallery. I've tried something ...
0
votes
0answers
8 views

Nuget External Dependencies specification

We are trying to figure out in our company good policy for Nuget versioning. Current policy is as follows: External dependencies are bound to specific version e.g. [1.0.0.0] Internal dependencies ...
0
votes
1answer
20 views

MvvmCross 3.0.8.1 Nuget Installation error

I am creating a cross-platform project for android and ios devices. I am creating a PCL on Visual Studio 2012 (I am doing as ...
0
votes
0answers
11 views

using nuget.exe commandline to install dependency

I want to use nuget.exe (version 2.5) in my CI build pipeline to install a package which has dependency to another package. I have following nuspec file. <?xml version="1.0"?> <package> ...
1
vote
0answers
12 views

Visual Studio add custom command to run in Package Manager Console?

I am trying to create a button which will automatically run few powershell commands which are imported in nuget package (tools in nuget package) I found out how to add custom button in this question: ...
0
votes
0answers
32 views

Debugging NuGet Packages - Symbols with Sources not showing

I'm trying to build out both the nuget packages and symbols for my library. I'm using TeamCity to build the packages, then pushing them to my internal SymbolSource repo. Everything seems to be ...
0
votes
0answers
23 views

warning : All projects referencing MyProject.csproj must install nuget package Microsoft.Bcl.Build

I have an ASP.NET MVC 4 app developed in VS 2012. The app consists of a main project (MyProject), a unit-test project (MyProject.Tests), an Azure deployment project (MyProject.Azure), and a couple of ...
0
votes
0answers
9 views

Managing multiple versions of internal (private) NuGet packages

Our development team has been fairly small and, until now, all working on a single Visual Studio 2012 solution. We are growing and wanting to create better separation with multiple solutions for ...
0
votes
0answers
10 views

Can I reference intermediate nuget package versions without putting them into remote repository?

I have 2 solutions in Visual Studio 2012. One solution is a dll project and another one is a desktop app which is using that dll. I have a NuGet repository set up and all release versions of my dll ...
0
votes
0answers
4 views

Set exact version for Nuget package dependency when using IncludeReferencedProjects

I have a solution with several projects in it. Each project has it's own nuspec file and some of the projects reference each other When I create a new package by calling nuget pack MyLibrary.csproj ...
1
vote
1answer
17 views

Why is all my web.config updated with an assembly redirect when installing autofac?

I just installed autofac into one of my projects, call it project A, in a solution I have using nuget. For some reason all my web.config files, I have multiple web applications and apis in the ...
0
votes
1answer
10 views

Nuget vs referencing another project in another team project in TFS

In general, when is it better to: set up cloaking or branching, vs. use nuget or another package manager (with the package restore feature) to reference a class library or other project that lives ...
3
votes
1answer
42 views

.gitignore NuGet packages folder at any level but include .targets file at any level

I'm trying to implement the workaround for the NuGet Package Restore Issues. This involves ignoring the contents of all packages folders, at any level in the hierarchy. However, .targets files ...
0
votes
1answer
21 views

TeamCity - NuGet Package Restore cannot find package, has no Source

I have a package on my TeamCity NuGet feed, built by TeamCity, but a dependent TC project cannot see it during package restore. [14:05:02][Exec] ...
0
votes
2answers
21 views

TeamCity - Nuget package restore and RequireConsent

A TeamCity build fails. It is failing to update a NuGet package to a particular version, which is available on a feed actually provided by TeamCity itself. ...
0
votes
1answer
17 views

How to reference related projects in the same solution when Nuget packages are the required output

I was wondering what's the best approach to reference a project in the same solution. Do you create the reference using the 'Add reference' feature or do you 'manage the nuget package' and download a ...
1
vote
0answers
46 views

Modify (or add) existing methods/events

I'm trying to write a Powershell script to modify the global.asax.cs file during installation of a NUGET package. Specifically, I wish to add a line of code to the Application_Start event, and I also ...
0
votes
0answers
22 views

C# Appharbor and Mailgun Not Sending Email

I am sending an email in my app using the Mailgun nuget package. I followed this post http://support.appharbor.com/discussions/problems/906-mailgun-error-smtp-client as my starting point. This is my ...
0
votes
0answers
23 views
+50

What impact does changing a dll's name have on a NuGet package

I released a package some time ago. One of the breaking changes I would like to do is to change the name to better reflect the project after the latest branch. The change will not impact the ...
1
vote
0answers
48 views

How to get Team Foundation Service to download nuget packages

I have a Git based Team Project hosted on Team Foundation Service and to avoid checking in packages into the repository, I have enabled NuGet package restore on the solution. I may have missed a ...
1
vote
1answer
28 views

Install older NuGet package for entire Visual Studio solution

It's simple enough to install an older version of a NuGet package into a particular project (see this answer). However, I can't figure out a way to do this solution-wide. This is a common enough ...
-1
votes
0answers
11 views

Upload NuGet packages to private repository [closed]

I'm using NuGet server to host my packages. I want to publish all packages in my solution by executing script (batch file) or something similar. How can I create batch file that scans my solution for ...
0
votes
0answers
11 views

The type initializer for 'Nuget.Proxy Cache' threw an exception

I am getting the error The type initializer for 'Nuget.Proxy Cache' threw an exception when trying to connect to the Nuget offcial Package source. I am behind a corporate network, however I doubt the ...
0
votes
0answers
18 views

Nuget Package - Web.config.transform Add

I'm creating a NuGet package and want it to update the web projects Web.Config file with certain settings. I am using the web.config.transform to edit the web.config file of an application. It's ...
-1
votes
0answers
13 views

NuGet Licence Agreement [closed]

I am creating a NuGet package. I want to add a licence agreement to my package so that users can read the licence agreement while installing the package as a document and not as a link. At the moment ...
0
votes
1answer
35 views

Is nuget.exe moved or inaccessible (500 Internal Server Error)?

I've got a number of projects, configured to download NuGet.exe and restore NuGet packages, when required. I'm using a little modified NuGet.targets, which executes this script: ...
0
votes
1answer
40 views

create nuget package fails with 'Path is not of a legal form'

In a post build step we create nuget packages. For some reasons this always fails on my machine, while it works on other developers machines. The command executed is: nuget.exe pack ...
1
vote
0answers
19 views

Nuget packages with dlls in Content not being copied during project build

I have a solution which is using the NuGet package LZ4.NET. The package stores dlls in the content folder, which gets copied over to the target project root directory. This has been checked into ...
0
votes
1answer
17 views

How to add license files as part of custom NuGet package using PowerShell

I am facing an issue with PowerShell and NuGet. I have created a custom package, which also contains a license file in the lib directory. If I use the following code in an attempt to add a relative ...
0
votes
0answers
17 views

How can I debug this strange Nuget error? (Error occurred for this query during batch execution)

I have a strange error in Nuget package manager. When I click on Updates, and then select our internal package source I get the error: "An error occurred for this query during batch execution. See the ...
0
votes
0answers
8 views

Package creation in NuGet from an old package

I have a an API. The API is updated almost daily and i have to create new packages for the updated API and push it to the Server so that people can use the API. What i want is that, I want to create a ...
1
vote
0answers
8 views

ccrewrite fails on the build machine due to nuget references having contract assemblies

Here is the whole context: I build two nuget packages containing A.nupkg: A.dll, A.Contracts.dll B.nupkg: B.dll, B.Contracts.dll; B depends on A I create a new project and solution C depending on ...
0
votes
1answer
21 views

Automatically install VSIX dependencies

I have created a visual studio extension (vsix) which has dependency on Nuget Package Manager. Currently installation fails if Nuget package manager is not installed on target machine. Is there a way ...
0
votes
1answer
14 views

How to get project's referenced packages?

folks! Is there any command to know which packages referenced particular project in Nuget? I cannot find appropriate command
0
votes
1answer
76 views

Nuget Error: Unable to read beyond the end of the stream

I'm facing this issue from time to time where I can't install new packages to my project, Nuget keeps showing this error, from the command shell and GUI. I installed/reinstalled NuGet to know avail. ...
2
votes
1answer
21 views

fail to install nuget package zlib in a visual studio project

I want to test the "zlib" package on NuGet from CoApp. the version I tested in 1.2.8.1. when I tried to install the package on a test project in Visual Studio 2012, it produces the following error ...
0
votes
0answers
31 views

Nuget package the depends on 1 of N Nuget packages?

I am working on an open source project MvcSiteMapProvider getting it ready for deployment. It is a library package that supports MVC2, MVC3, and MVC4 as well as .NET 3.5, .NET 4.0, and .NET 4.5. ...
0
votes
0answers
16 views

Can I change Nuget package place?

When I Enable nuget package restore, the nuget folder always in the diretory which the .sln file in. but what I want to achieve is: nuget folder in mysolution sub folder, How can I do that?
2
votes
1answer
40 views

Revert to previous version of jQuery

I was having an issue where I installed two libraries and apparently one or the other updated to jQuery 1.9.1 and the other installed 1.9.2. For whatever reason in my Scripts folder I could see both ...
0
votes
1answer
25 views

Odd Exception Scenario System.Net.Http MediaTypeHeaderValue cannot be cast to MediaTypeHeaderValue

I've just started getting this odd Exception being thrown and I'm completely unsure how to move forward and solve it. [A]System.Net.Http.Headers.MediaTypeHeaderValue cannot be cast to ...
0
votes
0answers
24 views

conflicting packages on NuGet, Visual Studio 2010

I am creating a Windows 7 image, for a college dept. It must include: Visual Studio 2010 the lecturers has requested ASP.NET MVC3 with Tools, and would like the image to allow a local ...
0
votes
0answers
11 views

Change directory of app.config and packages.config in NuGet VS 2010

When adding packages through NuGet, two files (app.config and packages.config) are added to the project root folder which is highly annoying. I tried moving the files to a sub-folder but that makes ...
0
votes
1answer
35 views

Which port is used by NuGet while downloading package through Visual Studio

I am using VS 2010 (Package Manager Console) to download NuGet (2.5.40416.9020/Latest) packages. It uses URL https://nuget.org/api/v2/. It gives me error as below. Install-Package : An error occurred ...
0
votes
1answer
23 views

Tracing other users in mvc application with Glimpse

I am trying to trace my MVC application using Glimpse. I must say that I was very impressed with what glimpse can provide as a tracing tool. But I cant figure out that How will i get the trace ...
1
vote
1answer
33 views

Reactive (Rx) build issue with .Net 4.5 and NuGet

This has caused me quit the embaressment today. While I was demoing Rx 2.x features and capabilities of Rx, I tried to build a NuGet enabled project which I copied from another computer. Everything ...
0
votes
1answer
26 views

Update-Database failed for a Private nuget package gallery

I'm trying to setup a local nuget gallery. While trying to create the DB manually (it doesn't support creating a database on the fly anymore) via Package Manager Console, I get the following error. ...

1 2 3 4 5 28