FilePicker.PickMultipleAsync does not wait and just returns null on Mac #11574
Labels
area-essentials
Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info
platform/macOS 🍏
macOS / Mac Catalyst
s/duplicate 2️⃣
This issue or pull request already exists
t/bug
Something isn't working
Description
Calling
FilePicker.PickMultipleAsync
on Mac shows the Open dialog. However before user has anything to do with the dialog, the code jumps to the next instruction right away (my code hasawait
).Steps to Reproduce
null
.Link to public reproduction project repository
https://github.com/datvm/MauiPickMultipleAsyncMacBug
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
macOS
Affected platform versions
Mac 13.0.1 (22A400)
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: