Search Results for

    Show / Hide Table of Contents

    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

    Test Core API – Windows – .NET Core
    Test Core API – Windows – .NET
    Test Core API – Windows – .NET Framework
    Test Multimedia API – Windows – .NET Core
    Test Multimedia API – Windows – .NET
    Test Multimedia API – Windows – .NET Framework

    develop

    Test Core API – Windows – .NET Core
    Test Core API – Windows – .NET
    Test Core API – Windows – .NET Framework
    Test Multimedia API – Windows – .NET Core
    Test Multimedia API – Windows – .NET
    Test Multimedia API – Windows – .NET Framework

    macOS

    master

    Test Core API – macOS – .NET Core
    Test Core API – macOS – .NET
    Test Multimedia API – macOS – .NET Core
    Test Multimedia API – macOS – .NET

    develop

    Test Core API – macOS – .NET Core
    Test Core API – macOS – .NET
    Test Multimedia API – macOS – .NET Core
    Test Multimedia API – macOS – .NET

    Linux

    Multimedia API is not available for Linux.

    master

    Test Core API – Ubuntu – .NET Core
    Test Core API – Ubuntu – .NET

    develop

    Test Core API – Ubuntu – .NET Core
    Test Core API – Ubuntu – .NET

    Package integration

    Package integration tests check that NuGet package installed in .NET applications of different types works as expected.

    master

    Test package integration – .NET Framework
    Test package integration – .NET Core & .NET
    Test package integration – Self-contained – .NET

    develop

    Test package integration – .NET Framework
    Test package integration – .NET Core & .NET
    Test package integration – Self-contained – .NET

    In this article
    Back to top 2024 / Generated by DocFX