Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for dependency removal #4390

Open
premun opened this issue Jan 28, 2025 · 1 comment
Open

Add support for dependency removal #4390

premun opened this issue Jan 28, 2025 · 1 comment
Assignees

Comments

@premun
Copy link
Member

premun commented Jan 28, 2025

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

  • 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
@premun
Copy link
Member Author

premun commented Jan 28, 2025

This is needed for #4345

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants