Edited Issue: 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: When using nuspec / csproj pair, provide a way to exclude...
The default behavior of nuget pack is great when its called against a csproj. It will look at the corresponding nuspec and packages.config files and it will automatically include dependencies.However,...
View ArticleClosed Issue: Support semver >= 2.0.0-rc.1 specification [2636]
Please add support for the semver 2.0.0-rc.1 specification on semver.orgComments: We're working with the semver folks to drive the spec to 2.0.0 and will support the stable version.
View ArticleClosed Issue: SettingsCredentialProvider does not work [2379]
I specified a feed URL and credentials in NuGet.Config via PackageSourceProvider class.When I call NuGet.exe list for that package source, it manages to use persisted credentials for all urls but...
View ArticleEdited Issue: nuget.exe outputs generic message to console instead of...
This is easy to reproduce by doing nuget install on a packages.config file that references a non-existant package version. The error you get is "One or more errors occurred."Instead, Main() should...
View ArticleClosed Issue: Can nuget packages be compressed with Sharp7Lib [2529]
It was pointed out on twitter today (http://nuget.codeplex.com/workitem/2529) that MyGet uses 150/GB of bandwidth per month. So any fractional savings in bandwith would be significant. Therefore can we...
View ArticleEdited Issue: Latest Nuget Client hangs when installing any package [2167]
Replication: 1) Open the solution (only one solution has this problem, I've tested with other solutions without problem)2) Add a new Nuget package causes Visual Studio to hang.This happens for any feed...
View ArticleClosed Issue: Ask to create App.config file if one doesn't already exist [2714]
There are many cases where I am adding a package to a library project that has no corresponding App.config. If the package being added had .config entries to make, it will create an App.config without...
View ArticleClosed Issue: Formalize Legacy, Obsolete, Deprecated package handling [2395]
Give package authors the ability to mark their own packages as obsolete/legacy/deprecated with the ability to redirect to the replacement package. Ideally, it should be possible to update from a...
View ArticleClosed Issue: Allow NuGet.exe extension to provide feed crendentials [2383]
I have a custom NuGet feed where http://host.com/a/b/c is the feed url. While download urls for packages differs from it and looks like http://host.com/e/f/g.My current issue is that I cannot provide...
View ArticleClosed Issue: While doing webconfig transform we should respect configsource...
If you are adding a connectionstring using webconfig trasform, and the config has a configsource attribute set then we do not add the connectionstring in the file specified by the configsource. Nuget...
View ArticleCommented Issue: proxy issue still exists (version:1.8.30524.9000) [2275]
setup: Running visual studio behind firewall.example: PM> Install-Package EntityFramework -PreI get:Install-Package : The underlying connection was closed: Unable to connect to the remote server.At...
View ArticleEdited Issue: proxy issue still exists (version:1.8.30524.9000) [2275]
setup: Running visual studio behind firewall.example: PM> Install-Package EntityFramework -PreI get:Install-Package : The underlying connection was closed: Unable to connect to the remote server.At...
View ArticleClosed Issue: Restore packages fails when building Solution containing...
It took me a while to figure this out, but a Solution containing both a Silverlight client and a web server project (that references the client) goes through some msbuild contortions that break the use...
View ArticleEdited Issue: Allow the ability for a package to require a specific version...
My team now has 5 packages on NuGet (yesterday we dropped another one, a preview to immutable collections) and by far our number one support question has been due to an older version of NuGet being...
View ArticleClosed Issue: Provide global disablesourcecontrolintegration key [2826]
1. The "DisableSourceControlIntegration" option should be available under "Package manager settings" dialog which lets user to set it in gloabl nuget.config.2. If for a specific solution user needs to...
View ArticleCommented Issue: Allow NuGet.exe extension to provide feed crendentials [2383]
I have a custom NuGet feed where http://host.com/a/b/c is the feed url. While download urls for packages differs from it and looks like http://host.com/e/f/g.My current issue is that I cannot provide...
View ArticleNew Post: The schema version of '{Id}' is incompatible with version 1.5
this was useful for me http://stackoverflow.com/questions/12035976/nuget-versioning-issue-with-package-restore
View ArticleCommented Issue: When using nuspec / csproj pair, provide a way to exclude...
The default behavior of nuget pack is great when its called against a csproj. It will look at the corresponding nuspec and packages.config files and it will automatically include dependencies.However,...
View ArticleCommented Issue: by default name column is too small on VS checkout dialog...
1. on a solution opened from TFS2. enable package restoreActual:it prompts for checkout. in the checkout dialog the size of name column is by default too smallexpected:name column should be by default...
View Article