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
I have an app that can open image files. Users can associate image file endings (e.g. .jpg) with my app or open the image files in my app using the context menu in the Windows explorer and use "open with...".
When users select multiple files (e.g. 5 image files) and then open them all in my app with a single click on the "Open" option in the context menu, my app is activated 5 times and in with each activation, the FileActivatedEventArgs.Files contains all 5 files in each activation.
Describe the bug
I have an app that can open image files. Users can associate image file endings (e.g.
.jpg
) with my app or open the image files in my app using the context menu in the Windows explorer and use "open with...".When users select multiple files (e.g. 5 image files) and then open them all in my app with a single click on the "Open" option in the context menu, my app is activated 5 times and in with each activation, the
FileActivatedEventArgs.Files
contains all 5 files in each activation.Steps to reproduce the bug
Expected behavior
My app should only be activated once.
Screenshots
No response
NuGet package version
Windows App SDK 1.6.3: 1.6.250108002
Packaging type
Packaged (MSIX)
Windows version
Windows 11 version 24H2 (22621, October 2024 Update)
IDE
Visual Studio 2022
Additional context
This problem was not present in UWP. My app was only activated once in UWP, even when multiple files were opened
The text was updated successfully, but these errors were encountered: