Visual Studio 2017 breaks in debug mode and displays the message:
Your app has entered a break state, but there is no code to show because all threa
In my case i use INavigationAware which was throw new NotImplementedException(); i just remove those
In you all project update all from nuget.
Clean and rebuild you project.