Repo to demonstrate the use case for MAUI bug, dotnet/maui#22887
Repro Steps
- Run sample in iOS
- On first load you will only see one racing car and the caption for the button is showing that a subfolder is being used (sorry bloody terrible UX)
- Press the button and now the second racing car will appear. It has switched to no longer using the subfolder in the path despite the file only being in the subfolder. Note this is the "workaround"
This workaround is not needed in Android