Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,015 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using vs2019 in windows 10 and connected to mac to debug my APP
If I create a new APP it runs well but if I run my APP it is always this
I know something is wrong but I add breakpoints in
FinishedLaunching in Appdelegates.cs
public App() {} in App.xaml.cs
but not one is triggered
why ?