Visual Studio does not have a gesture to reevaluate lock file. #10215
Labels
Area:RestoreRepeatableBuild
The lock file features
Functionality:Restore
Functionality:VisualStudioUI
Priority:2
Issues for the current backlog.
Type:DCR
Design Change Request
Normally, Visual Studio restores the latest package version on rebuild when you use a non-prerelease floating version ('*'). I expect the same behavior with the floating prerelease version '*-*'.
I have created demo repository with 3 projects:
https://github.com/AppGates/AppGates.Build.Versioning
It uses Nerdbank.Versioning. The ExternalLibrary is referenced as a PackageReference in the ReferencingLibrary.
steps to reproduce:
-> the referencing project sticks with the previous package version of the external library. The packages.lock file is not updated
The text was updated successfully, but these errors were encountered: