New Post: Repairing/Restoring Project References
Hi, I've only just started using NuGet, so apologies if this is simple stuff! Is there a way of restoring all the references that were added to a project as part of the package install? For example, I...
View ArticleCommented Unassigned: Updates for nuget packages are not shown in Manage...
For a few months now, when checking for updates by launching the Manage NuGet Packages dialog (Tools -> Library Package Manager -> Manage NuGet Packages for Solution...) and selecting the updates...
View ArticleEdited Issue: Package Manager is confused by centralized packages folder [2933]
I currently have NuGet Package Restore enabled and I'm using "repositoryPath" to store the packages for all the projects on my development machine in a single location.NuGet Package Manager does not...
View ArticleCommented Issue: Package Manager is confused by centralized packages folder...
I currently have NuGet Package Restore enabled and I'm using "repositoryPath" to store the packages for all the projects on my development machine in a single location.NuGet Package Manager does not...
View ArticleCommented Issue: NuGet Packages not properly updated with TFS [3245]
*This is ported from Microsoft Connect*http://connect.microsoft.com/VisualStudio/feedback/details/783331/nuget-packages-not-properly-updated-with-team-foundation-service**__Customer__**Using Visual...
View ArticleCreated Unassigned: invalid nuget.config in the hierarchy doesn't give any...
1. I had a nuget.config in my c:\projects directory that was not well formed<?xml version="1.0" encoding="utf-8"?><configuration> <config> <add key="repositorypath"...
View ArticleEdited Issue: [Tracking] F# related issues [2909]
Following issues require working with F# team1. F# project system throws ‘InvalidOperationException’ when installing packages via Package Manager Console. Refer to 28732. On an F# project, call to...
View ArticleCreated Unassigned: SharedPackageRepository FindPackage/FindPackagesById will...
Since SharedPackageRepository .OpenPackage is not checking existence of path (unlike it parent's version LocalPackageRepository.OpenPackage) it will fail with System.IO.InvalidDataException.
View ArticleEdited Unassigned: SharedPackageRepository FindPackage/FindPackagesById will...
Since SharedPackageRepository .OpenPackage is not checking existence of path (unlike it's parent version LocalPackageRepository.OpenPackage) it will fail with System.IO.InvalidDataException.
View ArticleCommented Unassigned: SharedPackageRepository FindPackage/FindPackagesById...
Since SharedPackageRepository .OpenPackage is not checking existence of path (unlike it's parent version LocalPackageRepository.OpenPackage) it will fail with System.IO.InvalidDataException.Comments:...
View ArticleEdited Issue: Package Manager is confused by centralized packages folder [2933]
I currently have NuGet Package Restore enabled and I'm using "repositoryPath" to store the packages for all the projects on my development machine in a single location.NuGet Package Manager does not...
View ArticleCommented Issue: Package Manager is confused by centralized packages folder...
I currently have NuGet Package Restore enabled and I'm using "repositoryPath" to store the packages for all the projects on my development machine in a single location.NuGet Package Manager does not...
View ArticleNew Post: Package Manager shows empty list
I also have the same problem. have someone Know how to solve the problem?
View ArticleCommented Unassigned: SharedPackageRepository FindPackage/FindPackagesById...
Since SharedPackageRepository .OpenPackage is not checking existence of path (unlike it's parent version LocalPackageRepository.OpenPackage) it will fail with System.IO.InvalidDataException.Comments:...
View ArticleNew Post: Discovering NuGet packages for assembly references
I wrote a tool to do exactly this as part of NuGet.Extensions : https://github.com/BenPhegan/NuGet.Extensions Its (imaginatively) called "nugetify". It does most of what you want, however it: 1) Is...
View ArticleCreated Unassigned: Add and Remove extremely slow [3249]
It can take up to 3 minutes (possibly longer depending on amount of libs) to add or remove a library to any of my projects. The output window shows a lot of this;```The item...
View Article