Adam
Adam
https://github.com/dotnet/arcade-services/issues/5064
Currently, the Json Merger logic of the dependency update part of codeflows does not differentiate between a deleted json file, or an existing json file with no content. This can...
### Type of problem Incorrect contents in the PR ### Description of the issue In #5148 , we became aware of silently lost updates that can occur when flowing into...
Recently we added caching capabilities in DarcLib, in fetching source manifests through `Remote`, and caching resources with etags in `GithubClient`. The new functionality needs to be covered by tests.
As investigated in #4635, there are several github resources that make good candidates for eTag usage in our codebase. By caching those resources in redis and storing their eTag values,...