-
Notifications
You must be signed in to change notification settings - Fork 262
Open
Labels
Area:PackagePruningIssues related to package pruningIssues related to package pruningFunctionality:RestorePriority:2Issues for the current backlog.Issues for the current backlog.Type:Bug
Description
Now that pruning applies to directs by apply IncludeAssets=none and PrivateAssets=all, a question came up as to what to do for auto referenced packages.
Autoreferenced means the SDK is saying, I control this version, add this package.
prune datameans the SDK is saying, I don't think we need this version of this package.
These are conflicting.
What should pruning do?
Currently, pruning wins.
Should autoreferenced win?
Should we raise a warning instead?
Warn and Prune potentially?
Note that the warning concern is lesser here since the data all usually comes from the .NET SDK.
Metadata
Metadata
Assignees
Labels
Area:PackagePruningIssues related to package pruningIssues related to package pruningFunctionality:RestorePriority:2Issues for the current backlog.Issues for the current backlog.Type:Bug