paulirwin commented on issue #258: URL: https://github.com/apache/lucenenet/issues/258#issuecomment-2484161963
Split apart testing on iOS and Android as #1031, given that is specific to those OSes and not MAUI itself. Closing this issue as otherwise effectively completed. As far as target frameworks go, MAUI can use OS-specific TFMs like `net8.0-ios`, but this is a superset of the functionality in its base TFM (`net8.0` for `net8.0-ios`). And given that Lucene.NET does not target any OS-specific TFMs, we should have no API compatibility issues there. More info: https://learn.microsoft.com/en-us/dotnet/standard/frameworks#net-5-os-specific-tfms We also do not use any MAUI APIs, so that is not a concern with tests. If it is feasible for us to use xharness to run tests on iOS and Android, and someone has the bandwidth to help contribute support for that, we can evaluate that for 4.8, but until then I think we can consider the Lucene.NET API surface that would run under MAUI generally tested for Windows, Linux, and macOS via our existing tests with the base TFMs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org