Updated Release: NuGet 2.5
Release planned for end of April 2013.Tentative release notes:http://docs.nuget.org/docs/release-notes/nuget-2.5Release Candidate available:https://nuget.codeplex.com/releases/view/104451
View ArticleUpdated Wiki: Documentation
What is NuGet?NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery...
View ArticleUpdated Wiki: Documentation
What is NuGet?NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery...
View ArticleNew Post: NuGet Hangs Loading Manage Dialog
I'm having the same problem. I have to delete the projects *.suo file multiple times a day. The only problem with this is that Visual Studio needs to crash first before I know that it's time to delete...
View ArticleCommented Unassigned: Nuget managed solutions are a problem for project...
Nuget managed solutions are a problem for project templates. Here's my scenario:We have an in-house framework which we use for almost all of our projects. So, I recently created a Visual Studio project...
View ArticleNew Post: NuGet Hangs Loading Manage Dialog
@Omegaspecter, @VinneTrousers: When you say VS crashes, when exactly does it happen? What did you do to make it crash? Does it just crash when you launch VS, or when you invoke NuGet or something else?
View ArticleNew Post: Extension SDK support
@fearthecowboy: Thanks! No, no. No need to hurry. I will read blog posts and get more acquainted with NuGet. Even if it is only a sneak peek and not fully implemented yet, I’m excited. Yes, MSBuild is...
View ArticleNew Post: Getting available versions for a specific id
Just what I was looking for, works well with NuGet Package Explorer, thanks! Any plans to make this work in Get-Package? C
View ArticleNew Post: NuGet Hangs Loading Manage Dialog
Thanks. What version of NuGet are you running? And what folders do you have under the SolutionRoot\packages folder?
View ArticleNew Post: NuGet Hangs Loading Manage Dialog
It's version 2.2.40116.9051 and the projects in the packages folder are: clrzmq.2.2.5 CommonServiceLocator.1.0 EntityFramework.5.0.0 Leonardo.KbsServer.Messages.2.1.4 Leonardo.Toolbox.2.1.5...
View ArticleNew Post: Error during package install
OK, I figured it out. I was bundling a file in the package that didn't have an extension, and NuGet was putting an entry in the [Content_Types].xml file that looked like<Default...
View ArticleCreated Unassigned: Nuget "pack" with extensionless file produces invalid...
Stumbled upon this accidentally with a broken package. If one of the files included in the nupkg doesn't have an extension, the NuGet.exe pack command will produce an element in the [Content_Types].xml...
View ArticleNew Post: Package restore + Custom package folder location issues
dotnetjunky, It is clear that there was an intentional change to add repositories.config to TFS, and this appeared starting with NuGet 2.2. I think many of us are puzzled as to why this change was...
View ArticleCommented Issue: VS2010 - Package Restore always adds "packages" folder to...
Hi,we have solutions with enabled package restore. There is disableSourceControlIntegration set to true in nuget.config. But everytime someone gets the latest version from TFS and uses "Restore" button...
View ArticleCommented Issue: Unable to restore packages with .targets files [3135]
Unable to restore packages with .targets files.Steps to reproduce: 1) Create Portable Class Library Project.2) nuget-install Microsoft.Bcl.Async (for example)3) Enable NuGet package restore4) Close...
View ArticleReopened Issue: VS2010 - Package Restore always adds "packages" folder to TFS...
Hi,we have solutions with enabled package restore. There is disableSourceControlIntegration set to true in nuget.config. But everytime someone gets the latest version from TFS and uses "Restore" button...
View ArticleEdited Issue: VS2010 - Package Restore always adds "packages" folder to TFS...
Hi,we have solutions with enabled package restore. There is disableSourceControlIntegration set to true in nuget.config. But everytime someone gets the latest version from TFS and uses "Restore" button...
View ArticleCommented Issue: VS2010 - Package Restore always adds "packages" folder to...
Hi,we have solutions with enabled package restore. There is disableSourceControlIntegration set to true in nuget.config. But everytime someone gets the latest version from TFS and uses "Restore" button...
View ArticleNew Post: NuGet Hangs Loading Manage Dialog
Thanks. What more information I need from you: How many projects do you have in your solution? What are the project types? Also, would you mind installing the version 2.5 Release Candidate and giving...
View ArticleNew Post: Getting available versions for a specific id
We don't have plan right now, but I'll log an issue for this.
View Article