You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For each object referenceable by ID, change the auto-generated List to List
There's also a bit of confusion in the .EAP around references between Definitions, Instances, and Values. Some minor points are documented in the source code files of the addCSharpSource branch.
Goal is to keep the .EAP file as close as possible to one that can auto-generate C# (and Java) going forward, via the EA MDG plugin. Some of these items (eg initializations to empty) may not be possible in EAP. They should be scriptable, though.
This issue is to update the .EAP file after consensus is reached on #2 .
Main revisions made to code since auto-generating from the revised .EAP file are:
There's also a bit of confusion in the .EAP around references between Definitions, Instances, and Values. Some minor points are documented in the source code files of the addCSharpSource branch.
Goal is to keep the .EAP file as close as possible to one that can auto-generate C# (and Java) going forward, via the EA MDG plugin. Some of these items (eg initializations to empty) may not be possible in EAP. They should be scriptable, though.