Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 16:21

This version introduces .NET 8 support and improves error handling for unsupported features.

Changed

  • The FMU Importer now supports and requires .NET version 8.0
  • An information will be issued if, inside the Model Description, the "CoSimulation" element has "hasEventMode" set to true.

Fixed

  • Fixed a crash that occurred if an FMU's model description included a Clock variable. They are not supported yet.
  • Fixed a crash that occurred if an FMU's model description had variables with duplicate 'valueRef's. The successive entries are ignored.