Hong Zhang
Results
1
issues of
Hong Zhang
**Description** I am trying to load images in UWP with StorageFile, but some images always fail with a weird error message. **Code** ``` using (var stream = await storageFile.OpenStreamForReadAsync()) {...