How to work-around Microsoft.Phone.Storage.NativeFileStream bug
问题 On Windows Phone 8 I have run in to an issue while reading files from the SD card using ExternalStorageFile.OpenForReadAsync() , which is the only way to read an SD card located file on Windows Phone. Investigating further it seems that the Microsoft.Phone.Storage.NativeFileStream has a bug in it which means Seek and SetFilePointer don't work as they should. More detail is given here. Does anyone have any suggestions how I can work-around this platform bug? I thought maybe I could inherit