-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add FMI 3.0 native support #109
Conversation
@chrbertsch @jakobkaths please take a look if this addresses your needs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CCB 2024-04-04: Merge after final fixes as suggested by @fchucholowski.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adjustments as per CCB and @fchucholowski feedback,.
What is the benefit of the |
Currently this is mostly redundant, as you note, but this allows uniform handling, and future proofs us when additional information is added to the annotation that is no-longer redundant to FMI 3.0. But your question prompted me to more directly spell out that the mime type given in the binary variable mimeType attribute and the mime-type attribute in the annotation must match, see #110 |
Fixes #105