C#C
C#3y ago
Grin

✅ Xamarin debugging issues

While attempting to debug the function for a side bar I get a pop up box stating "No compatible code running on the thread." I know that I have c# code functioning properly within this body but I can't debug the content within it for some reason?
        public bool OnNavigationItemSelected(IMenuItem item)
        {
          //There is content in here, I just can't fit it all in this discord page.
        }
Was this page helpful?