-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup tests on additional platforms that .NET Standard supports #258
Comments
MAUI will be a release candidate in April, 2022. There are a set of xUnit tests noted here: dotnet/maui#2112 (comment). Looks like no specialized runner is required like was the case on Xamarin, so NUnit should work (in theory). |
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 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. |
We have recently setup an Azure DevOps YAML build configuration, which makes adding testing environments easier to our CI process. Adding tests to ensure support on macOS and Linux has been completed already, and (fortunately) the number of bugs that were found was fairly minimal (most of them were addressed in beta00006). However, there are other platforms .NET Standard supports that are commonly in use by Lucene.NET users which we should also setup our tests to run on.
Looking through the JIRA and GitHub issues, 4 platforms that have been mentioned are:
MonoUWP- UWP is now deprecatedXamarin iOSWe should do a survey to find out what other platforms may be commonly in use and make the determination how important it is to test on them, and of course take into consideration whether the tests require a special setup that Azure Pipelines doesn't provide on any of the Microsoft-hosted agents.
JIRA link - [LUCENENET-633] created by nightowl888The text was updated successfully, but these errors were encountered: