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
Create a local feed with package package version 1.0.0
Add a packageRef of packageA with version 1.0.*. This will resolve to version 1.0.1 and add that in to lock file.
Create another version 1.0.1 of packageA in local feed and delete 1.0.0.
Clean project assets file and global packages folder.
Restore
This will resolve to packageA and version 1.0.0 which is different than what is defined in lock file.
Another scenario, is when project requested package version 1.0.* and lock file has 1.0.1 but the global packages folder has 1.0.2 version. Then also, it will resolve to 1.0.2.
The text was updated successfully, but these errors were encountered:
Steps to repro:
package
version1.0.0
packageA
with version1.0.*
. This will resolve to version 1.0.1 and add that in to lock file.1.0.1
ofpackageA
in local feed and delete1.0.0
.This will resolve to
packageA
and version1.0.0
which is different than what is defined in lock file.Another scenario, is when project requested package version
1.0.*
and lock file has1.0.1
but the global packages folder has1.0.2
version. Then also, it will resolve to1.0.2
.The text was updated successfully, but these errors were encountered: