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
Add source control URL to PackageReference.Kind.registry
To track all packages that have been mapped from a source control URL,
this change adds another associated value to the registry enum case for
a PackageReference.Kind and persists this information in the Package.resolved
so every subsequent run the Workspace can derive an identity map.
This will assure that if a user were to also rely on a lock-file behaviour
from the Package.resolved (by passing --force-resolved-versions or equivalent),
that SwiftPM can successfully resolve without needing to hit the registry endpoints.
0 commit comments