Closed
Description
Discussed in #13484
Originally posted by dfkeenan November 3, 2023
Hi,
I have been upgrading an Avalonia application to v11. I am trying to use the new IStorageProvider
API. I am using ReactiveUI
and calling the OpenFilePickerAsync
from within a ReactiveCommand
. Seemingly randomly the Task
returned from the OpenFilePickerAsync
method awaits forever and no dialog window is shown.
The project I am working on has a lot of things going on. ReactiveUI
, Autofac
dependency injection to name a few. So far I have been unable to reproduce the issue in a smaller/simpler project.
I am working on Windows 11 desktop.
Any help on producing a repro (or fixing the issue) would be greatly appreciated.
Thanks,
dfkeenan