-
Notifications
You must be signed in to change notification settings - Fork 76
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
Comments
This is needed for #4345 |
dkurepa
added a commit
that referenced
this issue
Feb 4, 2025
<!-- Link the GitHub or AzDO issue this pull request is associated with. Please copy and paste the full URL rather than using the dotnet/arcade-services# syntax --> #4390 Adds a `RemoveDependencyAsync` method with the same API as `AddDependencyAsync`
This has been completed, the method now exists |
premun
added a commit
that referenced
this issue
Feb 10, 2025
With the addition of `RemoveDependencyAsync`, we can stop generating XMLs when we need to omit a package inside a test. #4390
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: