Skip to content

Conversation

@antoineatstariongroup
Copy link
Contributor

@antoineatstariongroup antoineatstariongroup commented Jan 14, 2026

Prerequisites

  • I have written a descriptive pull-request title
  • I have verified that there are no overlapping pull-requests open
  • I have verified that I am following the SysML2.NET code style guidelines
  • I have provided test coverage for my change (where applicable)

Description

Fix #47
PR Includes

  • Naming convention applied on derived properties
  • Add all default values for POCO
  • Add enum default values for DTO
  • Serialization and DeSerialization of derived properties

Fix #50
Align implementation of redefined properties as explained in the wiki


foreach (var item in iAssociation.Target)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are no longer serializing the Source and Target properties. Since this serializer will be used server side, and since the JSON schema have the source and target property defined, we also need to serizlie properties that have been redefined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Redefined Properties: Correct implementation [Feature]: JSON Serialization: Include derived properties

3 participants