Marian Lambert
Marian Lambert
Thanks for looking into this @navba-MSFT. I've just tried running your code in a unit test project (targeting .NET Core 3.1) and it worked as expected. Maybe the issue also...
Hi @navba-MSFT, I can now confirm that this issue is happening on iOS, but not on Windows /unresolve I've created an MRE project here: https://github.com/mlxyz/32474-blob-storage-ios-repro I've tested this exact project...
@navba-MSFT Yes, I've tried image files and text files of various sizes (including very small ones, couple of bytes) in different locations (`Path.GetTempFileName` or under `Environment.SpecialFolder.LocalApplicationData`) - all leads to...
Hi @navba-MSFT, thanks for getting back. I just checked and the packages `System.Memory` (4.5.5) and `System.Memory.Data` (7.0.0) were already installed (also in the repro project I linked above) but the...