This refers to code in @CharlesPetzold book on Xamarin.Forms: Chapter 3 - Building an app.
In Version 3 of this code the NoteTaker3Pcl.WinPhone.FileHelper.ReadAllText doesn't show the saved notes in the UI when run without any breakpoints. But when I debug with breakpoints, it shows.
Obviously there is some timing issue. Is there any updated code for this? Or am I doing something wrong?