Edited Issue: nuget ignores nuget.config [2812]
Hello,I've got the latest version of nuget.exe and I'm trying to take advantage of the multiple nuget.config files.For some reason, nuget keeps using the feeds listed in the nuget.config file that is...
View ArticleCommented Unassigned: Manage NuGet Packages hangs again on VS2013 [3819]
I have a freshly installed laptop with Windows 8.1 and Visual Studio 2013 and I'm experiencing the same problem again that I had on Windows 7 and Visual Studio 2012. When I click "Manage NuGet...
View ArticleEdited Issue: nuget ignores nuget.config [2812]
Hello,I've got the latest version of nuget.exe and I'm trying to take advantage of the multiple nuget.config files.For some reason, nuget keeps using the feeds listed in the nuget.config file that is...
View ArticleCommented Unassigned: Wrong Parameter [3851]
HelloIf I start the package manager in Visual Studio 2013 I get a german error message:"Falscher Parameter"I can not find any packages.Comments: @jens_weller, thanks for reporting this issue. This may...
View ArticleEdited Unassigned: Wrong Parameter [3851]
HelloIf I start the package manager in Visual Studio 2013 I get a german error message:"Falscher Parameter"I can not find any packages.
View ArticleEdited Unassigned: nuget.exe update fails to find package.config [3848]
When running `nuget.exe update project.sln`, we get the error:No projects found with packages.config.When instead we try `nuget.exe update project-dir\packages.config` we get this error:Unable to...
View ArticleEdited Unassigned: Manage NuGet packages hangs in VS2012 [3826]
I was experiencing the problem that has been reported by other users of NuGet where it hangs when you click on the Manage NuGet Packages for Solution. NuGet then would display the following...
View ArticleCommented Unassigned: NuGet Pack disregards project has newer version of...
Given that package A has a dependency on package B, and package B has a dependency on package C.Package A contains a complete Web project, and this is important later.NuGet Pack will determine that...
View ArticleCreated Unassigned: Package version handling [3853]
Hi NuGet,One of the most annoying thing about nuget is the default version handling mechanism within a complete solution. If I install a package to project A then I would like to install the same...
View ArticleNew Post: Should VS package restore reload projects with imported targets?
Hi folks. When VS (with nuget 2.7) restores packages, I don't believe it reloads projects that are affected by import statements. Would it be better if it did? One side-effect is going to be ReSharper...
View ArticleSource code checked in, #14202c347f497e9fe35883d25f491e0fbbf81e9b
Fix of issue 3842: No way to escape $ in pp files. We now support escaping $ with $$ in preprocessor files.
View ArticleEdited Unassigned: No way to escape $ in pp files [3842]
There is no way to escape $ in pp files in a package, so it's impossible to generate something like "$a$" in the generated file using a pp file.
View ArticleCommented Unassigned: No way to escape $ in pp files [3842]
There is no way to escape $ in pp files in a package, so it's impossible to generate something like "$a$" in the generated file using a pp file.Comments: Fixed. $ can now be escaped as $$....
View ArticleCommented Unassigned: binding redirect fails for worker role [3827]
run install-package Microsoft.AspNet.WebApi.OwinSelfHost1. passes, adds binding redirect to empty web application2. passes, with web role3. fails, adding binding redirect to worker role (has...
View ArticleCommented Issue: NuGet restore does not respect nuget.config [3672]
When I have this command line:nuget.exe restore "[somedir]\[somesln].sln"it fails to respect the nuget.config (in the SLN directory). I have to force it into this:nuget.exe restore...
View ArticleCommented Issue: Unable to install: Exception from HRESULT: 0x80070003 [700]
Can't install NuGet 1.1 (Feb 12 2011, Stable). I'm getting next error:The system cannot find the path specified. (Exception from HRESULT: 0x80070003) with error log at...
View ArticleReopened Issue: init.ps1 file not run when Package Manager Console window...
The init.ps1 files in packages should always be run when a project is loaded, but they are not run until the Package Manager Console is visible.Repro:1. In Visual Studio, make the Package Manager...
View ArticleEdited Issue: init.ps1 file not run when Package Manager Console window isn't...
The init.ps1 files in packages should always be run when a project is loaded, but they are not run until the Package Manager Console is visible.Repro:1. In Visual Studio, make the Package Manager...
View ArticleCommented Issue: init.ps1 file not run when Package Manager Console window...
The init.ps1 files in packages should always be run when a project is loaded, but they are not run until the Package Manager Console is visible.Repro:1. In Visual Studio, make the Package Manager...
View ArticleCommented Issue: init.ps1 file not run when Package Manager Console window...
The init.ps1 files in packages should always be run when a project is loaded, but they are not run until the Package Manager Console is visible.Repro:1. In Visual Studio, make the Package Manager...
View Article