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.
Closely watching this issue as raised by @BingCoke. We are keen on finding a robust search engine to embed in our mobile app. Is his assumption correct that we might...
@PSeitz, @BingCoke, @velocitysystems, et al.: FWIW, I created a [pull request](https://github.com/quickwit-oss/tantivy/pull/2654) to update fs4 to 0.13.1. A minor, one-line code change was needed. The existing tests pass. I'm going to...