bongohrtech / lucenenet

Mirror of Apache Lucene.Net
Apache License 2.0
0 stars 0 forks source link

Setup tests on additional platforms that .NET Standard supports #116

Open bongohrtech opened 4 years ago

bongohrtech commented 4 years ago

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 issues, 3 platforms that have been mentioned are:

  1. Mono
  2. UWP
  3. Xamarin iOS

We 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 nightowl888