.NET Interface Documentation#
Caution
The .NET API is an experimental part of Cantera and may be changed or removed without notice.
The .NET Interface is in preview and still missing many features needed for parity with the C++ and Python interfaces. The interface is written in C# and relies on code generation based on Cantera CLib.
Installation and Examples#
To install, follow steps outlined in the development reference. Examples can be run with
dotnet run --project examples/X
where X is the name of the directory containing the example project, for example
dotnet run --project examples/SoundSpeed
Note
For current information on the state of the .NET API, refer to GitHub issue Cantera/enhancements#156.