Commented Unassigned: Set Location for NuGet packages in VS2012 [3440]
At this time when I add a NuGet package to my project using the 'Manage NuGet Packages' option in Visual Studio 2012 (using the GUI not the Package Manager Console') the packages get 'installed' in the...
View ArticleNew Post: Make NuGet.Build and NuGet.CommandLine Update-able
I would like to request that the NuGet.Build and NuGet.CommandLine packages, which combine together to create the ".nuget" folder contents when you enable automatic package restore within Visual...
View ArticleEdited Feature: Allow package resource folders to be configurable [1914]
I <3 Nuget. But one thing I don't like is that it forces things like JavaScripts to be in one location. I keep my website organized a specific way, and I don't want my scripts in that folder. So it...
View ArticleClosed Issue: Warning message is confusing for uninstalling a package that...
repro steps:1. install a package that has the same file name with what's included in project2. when asked for file conflict, select no3. start PMC, uninstall the package, got the following warning...
View ArticleCommented Unassigned: UI prompts to update package past allowed version [3301]
1. Open a solution with multiple projects, exactly one of which references the jQuery NuGet package. Ensure it references jQuery 1.9.1.2. On the project that includes the jQuery package, open...
View ArticleEdited Feature: File Properties are not preserved for content files [435]
Scenario: In my project I have a file with a Build Action that I would like to be preserved when I install the package. No file related properties appear to be preserved when installing a...
View ArticleCommented Feature: File Properties are not preserved for content files [435]
Scenario: In my project I have a file with a Build Action that I would like to be preserved when I install the package. No file related properties appear to be preserved when installing a...
View ArticleCommented Issue: Creating the first nuget package? [1517]
Hi,I've just setup my companies Nuget server without any issues.When I try to create a package however I run into all sorts of trouble.Steps to reproduce:Create a new project in VS2010 called...
View ArticleEdited Feature: Allow specifying project file with nuget update [3538]
When running nuget update on a folder with multiple project files nuget can not determine which project to use. To work around this it would be helpful to be able to specify the project file with the...
View ArticleCreated Unassigned: Packages with no updates shown under "Updates" tab [3597]
Refer to gallery issue https://github.com/NuGet/NuGetGallery/issues/1377 for more details.
View ArticleCommented Unassigned: [NuGet 2.7] New package restore doesn't work on Mono...
The new package restore workflow doesn't work on Mono when using an SLN file, i.e. invoking```nuget.exe -restore MySolution.sln```returns: "An exception was thrown by the type initializer for...
View ArticleCreated Unassigned: [NuGet 2.7] New package restore doesn't work with Wix...
The new package restore workflow doesn't work for Wix (and likely other) project types.I've attached a repro solution.When you run ```NuGet.exe restore``` on the solution file, you'll notice that the...
View ArticleNew Post: LGPL NuGet package best practices
I've been dealing with creating a package from an LGPL library. I've seen two approaches to do this in NuGet:Treat it as a regular package and just include the assembly and a license URL pointing to...
View ArticleCommented Issue: Update-Packages doesn't honor allowedVersions in...
To reproduce:#1 - install-package log4net -version 1.2.10#2 - Change packages.config to<?xml version="1.0" encoding="utf-8"?><packages><package id="log4net" version="1.2.10"...
View ArticleCreated Unassigned: Allowed versions not recognized [3599]
As of GUI version 2.6.40627.9000, the allowed version attribute seems to be ignored for at least one package.<package id="PostSharp" version="2.1.7.30" targetFramework="net40" allowedVersions="[2.0,...
View ArticleNew Post: Adding an option to choose the version number to the NuGet Manager...
Nothing yet - just early thinking. I'll get something filed though. It'll be a couple versions at least before that feature would materialize.
View ArticleCreated Unassigned: Getting 500 & 404 errors when uploading files over 32mg...
we have been successfully using a local repository for over a month now, and have recently needed to upload a file of 32mg. My developer gets an error of "Failed to process request. 'Not Found'.The...
View ArticleNew Post: .nuget\NuGet.targets (85): An error occurred while loading packages...
Hi I get the following error message Randomly on our TFS build servers: .nuget\NuGet.targets (85): An error occurred while loading packages from'https://nuget.org/api/v2/': Invalid URI: The hostname...
View ArticleCommented Unassigned: Does not work on mono [3591]
mono$ mono --version Mono JIT compiler version 3.2.1 (tarball Mon Aug 19 15:56:20 EEST 2013) Copyright (C) 2002-2012 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: __thread...
View ArticleClosed Unassigned: Does not work on mono [3591]
mono$ mono --version Mono JIT compiler version 3.2.1 (tarball Mon Aug 19 15:56:20 EEST 2013) Copyright (C) 2002-2012 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: __thread...
View Article