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.