Issue saving file in packaged WinUI3 app (No issue on UWP)
Hi everyone, I am facing an issue in which when I make a Release build of my app, the local storage seems to not work... On Debug builds it works perfectly.
On UWP it works regardless if it is on a Release build or Debug build. Really confusing!
Additionally, I share the code between my UWP project and WinUI project.
Here is the link to my class which handles the local storage:
https://github.com/megabytesme/QuickUp-Tool/blob/master/Shared%20Code/FileManager.cs
GitHub
QuickUp-Tool/Shared Code/FileManager.cs at master ยท megabytesme/Qui...
QuickUp Tool is a Windows utility which allows you to quickly upload files without needing an account. - megabytesme/QuickUp-Tool
1 Reply
I can't step in either to debug as it is a Release build... I put some try/catch in too however it throws nothing. It is like my local storage is a black hole in WinUI 3 ๐
Guess I might just be cooked then ๐