Open bradphelan opened 7 years ago
@bradphelan what kind of project are you encountering this with?
its a large project. about 30 sub projects. most are new SDK type projects targetting net461 and there are two fsharp projects in there. might be one old style csproj file but i am sure i converted everything.
On Thu, 12 Oct 2017, 01:53 Rohit Agrawal notifications@github.com wrote:
@bradphelan https://github.com/bradphelan what kind of project are you encountering this with?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NuGet/Home/issues/6013#issuecomment-335980849, or mute the thread https://github.com/notifications/unsubscribe-auth/AABE8rAkqOqj_o0AbBwDEl4TqykyEoHaks5srVUEgaJpZM4P07nY .
This may or may not be related. After consolidation is finished
It still says there is something to be consolidated even though there is nothing in the list.
No it doesn't. It's just a UI glitch. If I change tabs and then back again then the blue 1 is gone.
I can confirm the original bug report (project files are not saved after nuget update) and also the UI glitch for Consolidate tab. Please fix these.
@donnie-msft and i were walking through the scenario matrix...not done yet:
add a new class csproj.dll - doesn't auto save project. sdk style - doesn't need to save project
add ref to binary csproj.dll - doesn't auto save project. sdk style - doesn't auto save project.
installing package csproj.dll + PC - saves the project csproj.dll + PR - via pmc - csproj.dll + PR - via pmui- restores, but doesn't save proj sdk style - via hand edit csproj - doesn't restore until you save proj sdk style - via pmc - restores, but doesn't save proj sdk style - via pmui- restores, but doesn't save proj
uninstalling package sdk style - via pmc - restores immediately, but doesn't save csproj
upgrading package csproj.dll + PC - saves the project
related? #7241
Triage: We should verify whether this is still happening. If it is still happening, we think it should be saved.
Details about Problem
I selected a nuget package to update. After it is finished the UI still says the package is at the old version. I look on the filesystem and the PackageReferences are still at the old version. I then click save all and all the project files are updated.
I assume that the system forgets to do a save all after doing the nuget update.