whiskhub
whiskhub
Can reproduce with following steps: * Create new "Blank App, packaged" WinUI 3 solution in Visual Studio 2022 17.10 * Right click on the solution and Add -> New Project...
This seems to be fixed in WinAppSDK 1.6 stable.
It's a known issue that the File/FolderPickers don't work as admin... https://github.com/microsoft/WindowsAppSDK/issues/2504 Workaround is to revert to the good old Win32/COM API: https://learn.microsoft.com/en-us/uwp/api/windows.storage.pickers.filesavepicker?view=winrt-22621#in-a-desktop-app-that-requires-elevation
It would be good if the issues would be combined in the internal system at Microsoft so the issue gets the appropriate visibility/priority
See my comment https://github.com/getsentry/sentry-dotnet/issues/2076#issuecomment-2440130964: there is WinUI 2, which is using UWP and .NET Native; and there is now WinUI 3, which is decoupled from the OS and can run...
Not 100% a dupe: the other issue was talking about UWP specifically, while this issue is about "WinUI" - both WinUI 2 on UWP and WinUI 3 on Win32? (see...
I agree, this decision is quite weird. Why do all this effort for a spec discussion, if you internally decide for something entirely different? The final decision should’ve been at...
I appreciate your response to the community, this is what we need more of! In the end I don’t really mind the exact naming. It was just confusing for us...
This is still an issue, and for me even in a WinUI 3 app.
You will need to reference it via `ms-appx:///ClassLibrary/Assets/square.png`