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
Hi,
when I call StorageProvider.TryGetWellKnownFolderAsync(WellKnownFolder.Downloads) in x86 compiled code then I am getting System.AccessViolationException. x64 compiled code is working ok. Earlier version of Avalonia (11.0.11) worked fine.
To Reproduce
call: var folder = await StorageProvider.TryGetWellKnownFolderAsync(WellKnownFolder.Downloads)
Expected behavior
No exception in x86 compiled code
Avalonia version
11.2.1, 11.2.2
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi,
when I call
StorageProvider.TryGetWellKnownFolderAsync(WellKnownFolder.Downloads)
in x86 compiled code then I am getting System.AccessViolationException. x64 compiled code is working ok. Earlier version of Avalonia (11.0.11) worked fine.To Reproduce
call:
var folder = await StorageProvider.TryGetWellKnownFolderAsync(WellKnownFolder.Downloads)
Expected behavior
No exception in x86 compiled code
Avalonia version
11.2.1, 11.2.2
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered: