MergeImageInfo command does not have any useful output
- Dominant language
- C#
- Stars
- 181
- Forks
- 67
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 10
Description
The output of a successful run of the `MergeImageInfo` command looks like this:
```
READING MANIFEST
----------------
```
(from [this build](https://dev.azure.com/dnceng/internal/_build/results?buildId=2702498&view=logs&j=739bb7ec-7296-5b40-7dff-ee3297bfdaa4&t=e9450724-223d-5c25-ea90-d48101df80fb))
Surely there should be _some_ additional diagnostic information we can log so that it's obvious the command is doing something. Some examples:
- List which imageInfo files were found in the input folder
- List which contents were determined to be out of date content and thus were removed
- Some output for each object that gets merged
- Writing the output to the disk
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.