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
Current code that manages dependencies in repo files (DependencyFileManager) does not support removal of dependencies.
We will need this when resolving dependency file conflicts during code flows.
Goal
Add a RemoveDependency method to DependencyFileManager which already has AddDependency and UpdateDependencies methods.
This should only affect Version.Details.xml and Versions.props, not the other files
Add tests
The text was updated successfully, but these errors were encountered:
Context
Current code that manages dependencies in repo files (
DependencyFileManager
) does not support removal of dependencies.We will need this when resolving dependency file conflicts during code flows.
Goal
RemoveDependency
method toDependencyFileManager
which already hasAddDependency
andUpdateDependencies
methods.Version.Details.xml
andVersions.props
, not the other filesThe text was updated successfully, but these errors were encountered: