Closed jfversluis closed 1 year ago
@DanielGilbert are you still interested in this one? How does this look?
@DanielGilbert are you still interested in this one? How does this look?
Hi @jfversluis !
It's an improvement to the existing solution, thanks! Although I still stand by my comment, that a library should never interfere with the list. But it is how it is, I guess. :)
@DanielGilbert I totally agree. I guess the problem here is that it has been like this since forever and people might have come to rely on this happening now and so it will be a breaking change to remove it entirely. I think the actual impact will be limited, but better safe than sorry.
Thanks for all your input on this!
Description of Change
When using FilePicker on UWP it will add the entries to something that is called the FutureAccessList. However, that list has a maximum amount of entries and when it reaches that, it will break. This change will add some more robustness.
This adds:
Bugs Fixed
Behavioral Changes
Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.
PR Checklist
main
at time of PR