You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NuGet doesn't force a save here for perf reasons. With packages.config it was a much smaller file that was only used by NuGet so saving it at the end of an operation instead of letting VS save it when closing the solution made more sense. Now that PackageReferences are in the project file and no longer written directly by NuGet I think it makes more sense for the project system to handle this so it can be optimized appropriately.
Please read the following information before posting the issue.
Before posting the issue...
Details about Problem
NuGet product used: VS UI
Nuget Package Manager 4.0.0
dotnet.exe --version:
1.0.0-rc4-004883
VS version (if appropriate):
15.0.0+26222.1d15rel
OS version: Win10 v1607 (14393.696)
Worked before? Not positive but thing old package.config file was updated immediately.
Detailed repro steps so we can see the same problem
Expected
Other suggested things
Verbose Logs
Please include verbose logs (NuGet.exe -verbosity detailed | dotnet.exe --verbose | etc...)
Sample Project
Very helpful if you can zip a project and paste into this issue!
The text was updated successfully, but these errors were encountered: