Source code checked in, #cc2ac01951be
Merge branch 'master' of https://git01.codeplex.com/nuget
View ArticleEdited Issue: Regression: Searching from the console is broken when selecting...
1. Open the console, make sure the package source combo box is set to "All", *and* only the official package source is configured.2. Type "Get-Package -List jQuery". It returns a lot of packages, which...
View ArticleEdited Issue: NuGet ignores best match for Win8 tools folders [2723]
NuGet seems ignore the best match folder for Win8 projects, as opposed to .NET 4.5 and Phon e8.Given the following tools layout (and nothing else):<file src="_._"...
View ArticleEdited Issue: QuickLaunch results are displayed for NuGet even when no...
QuickLaunch results are displayed even when no solution is open. This means that clicking on the NuGet result will throw a warning and not display the 'Manage NuGet Packages' dialog box as desired
View ArticleCommented Issue: QuickLaunch results are displayed for NuGet even when no...
QuickLaunch results are displayed even when no solution is open. This means that clicking on the NuGet result will throw a warning and not display the 'Manage NuGet Packages' dialog box as...
View ArticleNew Post: Package update performance improvements
I just finished some Test using VS2010 and can confirm the major performance improvements achieved with VS2012. Using the MSBuildProject system worked fine also here. I had no dialog boxes which asked...
View ArticleCommented Issue: Update package dialog hangs in VS2012 [2532]
I'm trying to update a package with large amount of files in content. After short period of time Package manager GUI hangs. Dialog "Updating" just freezes. I even can't scroll anything inside it. It's...
View ArticleEdited Issue: Update package dialog hangs in VS2012 [2532]
I'm trying to update a package with large amount of files in content. After short period of time Package manager GUI hangs. Dialog "Updating" just freezes. I even can't scroll anything inside it. It's...
View ArticleCreated Issue: Issues when generating source packages with Windows 8 XAML...
With Visual Studio 2012 to target the Windows Store, building assemblies that contain XAML elements creates a "hidden" file named XamlTypeInfo.g.cs that is stored in the ProjectName/obj/Release folder...
View ArticleCommented Issue: Issues when generating source packages with Windows 8 XAML...
With Visual Studio 2012 to target the Windows Store, building assemblies that contain XAML elements creates a "hidden" file named XamlTypeInfo.g.cs that is stored in the ProjectName/obj/Release folder...
View ArticleCommented Issue: Update package dialog hangs in VS2012 [2532]
I'm trying to update a package with large amount of files in content. After short period of time Package manager GUI hangs. Dialog "Updating" just freezes. I even can't scroll anything inside it. It's...
View ArticleEdited Issue: nuget install: One or more error occurred [2430]
Can I get a more informative error when failing?>"C:\Projects\trunk\.nuget\nuget.exe" install "C:\Projects\trunk\Test\packages.config" -source "" -o "C:\Projects\trunk\packages"> One or more...
View ArticleEdited Issue: Can't connect to private NuGet server after upgrading to 2.0:...
I can't connect to my private NuGet server after upgrading to 2.0.The server is running NuGet.Server 1.8 and Windows Auth on IIS 7.0.Here is my repro:PS > .\NuGet_Old.exe | select -First 2NuGet...
View ArticleEdited Issue: AccessViolationException when trying to build project (w/...
Hi!I'm getting a really annoying exception when I try to build my project, which has NuGet package restore enabled.It seems like the error only occurs sometimes, but right now it's very frequent and...
View ArticleEdited Issue: [Mono]: Mono does not have AllowOnlyFipsAlgorithms property....
We should conditionally try and set this property.
View ArticleEdited Issue: nuget.exe Shouldn't Error Out When an API Key is not Present...
Currently, if you attempt to push a package to a feed, for example, like this:nuget.exe push MyClassLib.1.2.3.4.nupkg -s http://proget/nuget/defaultThe nuget.exe client will return the following...
View ArticleEdited Issue: Remove EnumerableExtensions.Any() [2237]
New extension method EnumerableExtensions.Any() has the same signature as standard extension method System.Linq.Enumerable.Any(). It leads to the build error like this:The call is ambiguous between the...
View ArticleEdited Issue: NuGet.exe install with a packages.config doesn't install...
We are using a temporary location to pack and compile against. Since upgrading NuGet.exe to version 2.0 when we use the install command with a packages.config file it doesnt install the packages....
View ArticleEdited Issue: NuGet.Server and hashing lots of large files. [2452]
We have a lot of nuget packages we use to deploy, these files are around 180mb currently 80 files exist in the Packages folder.Our problem is two fold, firstly, I updated to the latest version and it...
View ArticleEdited Issue: Add switches to nuget.exe for non-interactive usage [2440]
Add -NonInteractive flag that prevents prompting for inputs \ confirmationsAdd -Verbosity that can be used to suppress output messages.
View Article