.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,067 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have an app that only runs in Debug, that is executes from VS only. On the emulator and my phone the app just closes. So I added several DisplayAlerts to try and figure out where the problem is. But this just adds to the problem as DisplayAlert does nothing. I can debug and put breakpoint on the DisplayAlert lines and they "execute" but do nothing. Any ideas?