Using dotnet Standard 2.0
OPTANO.Modeling supports dotnet standard 2.0.
We removed all non-dotnet standard 2.0 compatible API calls and migrated our test suite to target dotnet core 2.0. So far, we see all tests passing.
Running CPLEX as netstandard App under Linux
When trying to build + run your program in a Linux environment, you need to make sure that all required DLLs are available when executing it.
This tutorial explains what to look out for.