-
-
Notifications
You must be signed in to change notification settings - Fork 888
Closed
Description
The current way of keeping the reference images in a subrepo doesn't look like a good idea any longer. We need to bring those images into the ImageSharp repository.
However, in long term need to have control over the repository size, so the following chore tasks have to be finished, before integrating the reference images:
- Clean up the git history on
main, dropping image blobs from the past. (We can copy the current, heavy git tree to an archive branch.) - If we want control over reference image sizes, we should not add tests with "no brainer" test images. We should choose the test images wisely for
[Theory]-s having a reference output. We need to review all test cases, and drop all usages of stuff like dumb lists inTestFileBase(eg.FileTestBase.DefaultFiles).
JimBobSquarePants