Skip to content

Fix #62: Generate from latest release#63

Merged
antoineatstariongroup merged 5 commits intodevelopmentfrom
62-feature-regenerate-core-using-xmi-from-omg-website
Feb 2, 2026
Merged

Fix #62: Generate from latest release#63
antoineatstariongroup merged 5 commits intodevelopmentfrom
62-feature-regenerate-core-using-xmi-from-omg-website

Conversation

@antoineatstariongroup
Copy link
Collaborator

@antoineatstariongroup antoineatstariongroup commented Jan 30, 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 #62

Regenerate all CORE classes based on the latest UML files available on Pilot Implementation since latest version of XMI files on OMG website misses composite aggregation

@antoineatstariongroup antoineatstariongroup linked an issue Jan 30, 2026 that may be closed by this pull request
3 tasks
/// <param name="xmiReaderResult">The <see cref="XmiReaderResult"/> that contains all read elements</param>
/// <param name="rootName">The name of the root package to query</param>
/// <returns>A <see cref="IReadOnlyCollection{T}"/> of all contained <see cref="IPackage"/> under the root <see cref="IPackage"/></returns>
public static IReadOnlyList<IPackage> QueryAllExistingPackages(this XmiReaderResult xmiReaderResult, string rootName)
Copy link
Member

Choose a reason for hiding this comment

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

rename to QueryContainedAndImported

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 2, 2026

@antoineatstariongroup antoineatstariongroup merged commit ea2f6a8 into development Feb 2, 2026
8 checks passed
@antoineatstariongroup antoineatstariongroup deleted the 62-feature-regenerate-core-using-xmi-from-omg-website branch February 2, 2026 10:45
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]: regenerate core using XMI from OMG website

2 participants