GMLC-TDC / HELICS

Hierarchical Engine for Large-scale Infrastructure Co-Simulation (HELICS)
https://docs.helics.org/en/latest/
BSD 3-Clause "New" or "Revised" License
127 stars 40 forks source link

Add C# build to Azure pipelines #956

Open phlptp opened 4 years ago

phlptp commented 4 years ago

Is it possible to add a C# interface build to one of the Azure pipeline build 2017 or 2019.

nightlark commented 4 years ago

Probably, but without tests or a C# type maps file with language specific customization going on I don't think there's much value in adding it now, unless we are going to have a push to get the C# interface into a better state. Right now it would be running swig on the same shared *.i files that are used by the other interfaces.