You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to have an IsReady drive for which you do not have access. In that context, operations like VolumeLabel will fail and the process crashes.
* Update Avalonia.Controls.Platform.Dialogs apis
* Enable nullable on dialogs project
* Implement ManagedFileChooserOverwritePrompt with new styles, instead of hardcoding prompt creation
* Add BclMountedVolumeInfoProvider fallback
* Update samples page to include ShowOverwritePrompt
* ManagedStorageProvider with different window and popup implementations
* Extend ManagedFileDialogOptions
* Fix#8437 because I can
---------
Co-authored-by: Jumar Macato <16554748+jmacato@users.noreply.github.com>
The bug #4171 is not completely fixed by #4181.
It is possible to have an IsReady drive for which you do not have access. In that context, operations like VolumeLabel will fail and the process crashes.
Avalonia/src/Windows/Avalonia.Win32/WindowsMountedVolumeInfoListener.cs
Lines 35 to 56 in cc2ddce
See the .Dump() from LINQPad for such a drive:
To reproduce I guess you need to have a network share that you control and map, and for which you can revoke permission for your user.
Tested with 0.10.15
The text was updated successfully, but these errors were encountered: