Show / Hide Table of Contents

    Cross Platform Execution of OPTANO Algorithm Tuner

    Since Optano Algorithm Tuner provides a .Net Standard 2.1 project, all its adapters can be executed on the common operation systems, given an installation of a .Net Core 3.0 (or higher) runtime.

    Useful commands of the .Net Core CLI are

    • dotnet build to build your project or solution.
    • dotnet test to execute the unittests of your project.
    • dotnet clean to clean the output of your project or solution.
    • dotnet restore to restore the dependencies of your project.

    You can find detailed information about the .Net Core CLI in the documentation of Microsoft.

    Back to top Copyright © OPTANO GmbH generated with DocFX
    Privacy Policy | Impressum – Legal Notice