Paul M.
Paul M.
I am also seeing this when using `[Theory][MemberData(Data))]`. I think this has been broken for a while. I only now caught it because I started running the tests headlessly and...
Ok. Pulled the repo down last night and started perusing. I look forward to chipping away at this.
Putting it in the `FileSystem` API could cause some confusion. I see the `FileSystem` API being enhanced to allow for saving files _within the scope of the app_ (sandbox, permitted...
Any update on the capability to rerun failed tests and/or explore and run specific tests? Is this on the roadmap?
Thanks for the quick response. So System.IO.File is available on all the platforms but I can’t access System.IO.File calls from within a portable lib so as I understand it I...
Would you consider it admissible to add synchronous implementations to the PCLStorage API?
Ok then. We may just write a thin abstraction around the File and Directory API's to tide us over. Thanks for your input.