dotnet / dotnet/arcade-services
[darc/maestro++] Dependency update + add handling should be generic and consistent
- Dominant language
- C#
- Stars
- 86
- Forks
- 86
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 35
Description
The update and add dependencies operations on the git file manager use different handling for:
- Adding (uses new updaters, but these can't be used for update)
- Updating (uses special handling for global.json, but not the generic known updater function)
- Script files are handled at the Remote level rather than the file manager level.
This should be consistent.
In addition, this is a good time to change how we specify 'well known' types. These should be able to be specified in the Version.details.xml file. So darc would read that and choose an updater based on the type. The default should be Versions.props.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.