Edited Issue: Access denied when updating [2750]
Some of the time, when updating a NuGet package, Visual Studio 2010 appears to lock some of the XML documentation files (this occurs both through the UI and the package manager console). The error...
View ArticleEdited Issue: Access denied when updating [2750]
Some of the time, when updating a NuGet package, Visual Studio 2010 appears to lock some of the XML documentation files (this occurs both through the UI and the package manager console). The error...
View ArticleEdited Issue: Access denied when updating [2750]
<ol><li>Some of the time, when updating a NuGet package, Visual Studio 2010 appears to lock some of the XML documentation files (this occurs both through the UI and the package manager...
View ArticleEdited Issue: Access denied when updating [2750]
Some of the time, when updating a NuGet package, Visual Studio 2010 appears to lock some of the XML documentation files (this occurs both through the UI and the package manager console). The error...
View ArticleEdited Issue: Access denied when updating [2750]
Some of the time, when updating a NuGet package, Visual Studio 2010 appears to lock some of the XML documentation files (this occurs both through the UI and the package manager console). The error...
View ArticleEdited Issue: Access denied when updating [2750]
Some of the time, when updating a NuGet package, Visual Studio 2010 appears to lock some of the XML documentation files (this occurs when updating through the UI and the package manager console). The...
View ArticleEdited Issue: Access denied when updating [2750]
Some of the time, when updating a NuGet package, Visual Studio 2010 appears to lock some of the XML documentation files (this occurs when updating through the UI and the package manager console). The...
View ArticleCommented Issue: NTLM requests get unauthorized exception because of...
We have a private NuGet repository that requires NTLM authentication. We found out that some computers can't authorized automatically because of unknown issue. We used debug on the NuGet source code to...
View ArticleCommented Feature: Add 1st class support for assembly platform (x86, x64,...
I have a number of 3rd party assemblies that I would like to use nuget with but they have native platform dependencies. Currently the only solution is to create multiple packages specifying the...
View ArticleNew Post: Nuget hintpath issue
We use latest nuget in VS2010/2012 for referencing dependencies such as Castle Windsor, Rhinomocks, AutoMapper, etc.. After nuget does its magic, the cs project file for project Acme might have a new...
View ArticleNew Post: Possible Nuget client profile issue
We have a WCF service solution / project in .NET 4.0 and a branched .NET 4.5 version. Both versions reference Castle.Core and Castle.Windsor via the public nuget feed. However, the descriptions on...
View ArticleNew Post: Possible Nuget client profile issue
Yes, this is a known bug that we have fixed recently. The fix will be released in the upcoming NuGet 2.2.
View ArticleNew Post: Nuget hintpath issue
We have recently accepted a pull request from a contributor which does exactly this, i.e. using the $(SolutionDir) macro for the HintPath. Unfortunately, it won't be available until NuGet 2.3. For the...
View ArticleNew Post: Nuget hintpath issue
In addition to that, you can also try setting the "repositorypath" in your Nuget.config file to install all packages in a common folder (say in the root of your source tree). This way the projects...
View ArticleCreated Issue: Can't set a relative path for a file-based package source [2753]
I'm using NuGet 2.1 with multiple solutions, each in a child directory under a single parent directory and a single packages directory which is shared by all the solutions (this became possible with...
View ArticleNew Post: Package update performance improvements
We've started to roll out NuGet in our company rather successfully. The only trouble we have is the solution wide update experience which is absolutely catastrophic. When running a solution wide...
View ArticleCommented Feature: Add 1st class support for assembly platform (x86, x64,...
I have a number of 3rd party assemblies that I would like to use nuget with but they have native platform dependencies. Currently the only solution is to create multiple packages specifying the...
View ArticleNew Post: Dropdown on Manage Nuget Packages not showing
I used to se the drop down for Stable/PreRelease on the Manage Nuget Packages Dialog but it is not showing any more. Visual Studio 2012 (as Admin) Select Online from the Dialog Dropdown no longer...
View ArticleClosed Issue: Pack command failed with -BasePath and .csproj [2720]
I used to call NuGet.exe pack D:\Build\EasyHttp\src\EasyHttp\EasyHttp.csproj -OutputDirectory D:\Build\EasyHttp\Build\Release -BasePath D:\Build\EasyHttp -Verbose -Version 1.6.9.0 -Symbols -Properties...
View ArticleNew Post: Package update performance improvements
Hmm, 35 minutes is unusually slow. Can I ask how big your solution is and how many packages in total are installed? I will comment further on your changes when I see the actual code.
View Article