New Post: Removing the version parameter from the packages.config file does...
Hi, When installing a package or bunch of packages into a project, a packages.config file is being created and a new line for each package is being created in it. One of the parameters in this line is...
View ArticleNew Post: Removing the version parameter from the packages.config file does...
kingikra wrote: Now let's say there's a certain initial version number for this parameter and whenever a newer package is being installed, the value of this parameter will be changed to the new version...
View ArticleNew Post: Repairing/Restoring Project References
You can use the Update-Package -Reinstall command from the Package Manager console to restore missing dll, as well as any missing content files. Note however this command basically just does an...
View ArticleNew Post: Package Manager shows empty list
when you say empty list, which tab do you mean? Is it online tab, installed tab or updates tab? Can you post some screenshot?
View ArticleNew Post: Removing the version parameter from the packages.config file does...
dotnetjunky wrote:kingikra wrote: Now let's say there's a certain initial version number for this parameter and whenever a newer package is being installed, the value of this parameter will be changed...
View ArticleNew Post: Source control, Package restore, Offline network
Here is our development environment description:Working with Source control, means the packages are NOT stored into the source control.(that leads to) Package restore at build time.The network is...
View ArticleCreated Unassigned: Source control, Package restore, Offline network [3251]
I also open this in Discussions tag, just in case...Here is our development environment description: 1.Working with Source control, means the packages are NOT stored into the source control. 2.(that...
View ArticleNew Post: Removing the version parameter from the packages.config file does...
If you want to update your packages to the latest version, switch to the Updates tab in the Manage NuGet packages dialog, or use the Update-Package command in the console, to update the packages. Both...
View ArticleCommented Unassigned: Nuget package manager not finding updated packages [3250]
hi,i've test this across multiple projects & machines.i open up the nuget dialog and go to updates, but nuget doesnt pick up any updates to packages unless i specifically search for that package. I...
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 ArticleClosed Unassigned: Open from feed should allow showing latest non-pre-release...
Current build has a tick to show latest version, which is great, because the search is fast, but the latest version might also be a pre-release version. You can show all versions, but the search is...
View ArticleCommented Unassigned: Nuget does not see depedencies updates [3239]
I have notice in my project that references Autofac.Mvc (which depends on Autofac) that I can't update to the new Autofac package. It seems that the call to check for updates that it does not check for...
View ArticleEdited Unassigned: [NuGet 2.5] MSBuild import failures are not rolled back...
When a package contains a props file that doesn't match the MSBuild required format, the MSBuild import will fail. NuGet will then attempt to roll the installation back, but the packages.config file is...
View ArticleUpdated Wiki: Home
Getting Started |Documentation | Frequently Asked Questions |Known IssuesNuGet recognized by Black Duck Software as the #5 rookie OSS project of 2010Get NuGet in SecondsReleasesRelease...
View ArticleCreated Unassigned: Install package to cloud project does not work well [3258]
Repro steps:1.on VS 2012, click Cloud project, follow the links to install SDK2.create a new cloud project with a web/worker role3. start manage nuget dialogs to install packages to the cloud...
View ArticleCommented Unassigned: Install package to cloud project does not work well [3258]
Repro steps:1.on VS 2012, click Cloud project, follow the links to install SDK2.create a new cloud project with a web/worker role3. start manage nuget dialogs to install packages to the cloud...
View ArticleUpdated Release: NuGet 2.5 Release Candidate (Apr 15, 2013)
2.5 Release Candidate release
View ArticleCreated Unassigned: Does NuGet pkg install require an internet connection [3259]
from @markI have a solution with multiple projects and some of these projects use the Windows.AzureStorage package. I wanted to add this package to another project, but it failed. I didn’t have an...
View ArticleCreated Unassigned: nuget push *.nupkg pushes symbol package incorrectly [3260]
1. create a package and symbol package for a project and drop them in the same directoryfor example, NuGetExeSolution.1.0.0.0 and NuGetExeSolution.1.0.0.0.symbols2. from the folder nuget push *.nupkg...
View Article