Project health
Here you can see the "health" of the project in terms of whether test pipelines are passed or not. First of all, we need to define two subsets of the library API:
- Core API – it's all API except Multimedia one; in other words, it's the API that is supported by .NET itself, so it can be run on any platform .NET Core / .NET supported.
- Multimedia API – it's platform-specific API. The list of the key classes can be found in the Supported OS article.
Windows
master
develop
macOS
master
develop
Linux
Multimedia API is not available for Linux.
master
develop
Package integration
Package integration tests check that NuGet package installed in .NET applications of different types works as expected.
master
develop