Results 176 comments of Dima

@Bombo , thank you for the logs! Can you also tell more about the devices the issue can be reproduced on? Android version, manufacturer, specs, etc? You also mentioned that...

@Bombo, Thank you for the details and have a good days off! If anyone else faces this issue, please let us know. Any additional information would be appreciated. It would...

Hi @KoenJanssensPD , We were able to reproduce this issue on an empty VSTO project. This looks like an issue in SQLitePCLRaw library. See https://github.com/dotnet/efcore/issues/19396, https://github.com/ericsink/SQLitePCL.raw/issues/389, https://github.com/ericsink/SQLitePCL.raw/issues/343. I tried to...

Hi @SittenSpynne , you are right, this approach doesn't work anymore. We will need to update the doc. Please use the workaround from the article you mentioned.

Thank you for this issue and the test project! I was able to repro it. We'll keep you informed about any updates.

Hi @rogerbriggen , > How do I get the logs from an UWP app with your logging? You can observe logs in Output panel when running the app using Visual...

Hi @rogerbriggen , for some reason I don't see any exception call stack in your first log. May I see the code snipped how you throw an exception? Demo app...

No need to create a separate issue. So the report sent in both cases, right? But if it was inside an async function, it doesn't contain a call stack?

Got it, thank you. Sorry for the confusion. Marking as a bug.

Hi @rogerbriggen , it appears that this is a WinUI 3 (used in MAUI) bug, that an exception from an async method is not caught using `CoreApplication.UnhandledErrorDetected`. See https://github.com/microsoft/microsoft-ui-xaml/issues/5221. I...