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
I have a workspace with two packages, one of which depends on regex="*". If I add regex="*" to the second member as well, I hit a registry update on the next rebuild. It is not necessary, because the existing regex dependency of the workspace will be reused.
I think the general property we want is:
If after an update the lock file contains the subset of the packages before the update, then we have not hit the Internet.
The text was updated successfully, but these errors were encountered:
I have a workspace with two packages, one of which depends on
regex="*"
. If I addregex="*"
to the second member as well, I hit a registry update on the next rebuild. It is not necessary, because the existing regex dependency of the workspace will be reused.I think the general property we want is:
The text was updated successfully, but these errors were encountered: