Skip to content

Commit ea2f6a8

Browse files
Fix #62: Generate from latest release (#63)
* Fix #62: Generate from latest release * Missing expected classes * BUmp to latest uml4net version to fix html report * Extension method renamed * using UML files instead of XMI due to missing Composite Aggregation
1 parent 81feb41 commit ea2f6a8

File tree

1,744 files changed

+21045
-43084
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,744 files changed

+21045
-43084
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,4 +353,5 @@ MigrationBackup/
353353
.idea
354354

355355
# WinMerge bak files
356-
*.bak
356+
*.bak
357+
/switcher.json

Resources/KerML_only_xmi.uml

Lines changed: 7804 additions & 7804 deletions
Large diffs are not rendered by default.

Resources/SysML_only_xmi.uml

Lines changed: 8519 additions & 8519 deletions
Large diffs are not rendered by default.

Resources/SysML_xmi.uml

Lines changed: 0 additions & 16098 deletions
This file was deleted.

SysML2.NET.CodeGenerator.Tests/Expected/UML/Core/AutoGenDeSerializer/AnnotatingElementDeSerializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -------------------------------------------------------------------------------------------------
22
// <copyright file="AnnotatingElementDeSerializer.cs" company="Starion Group S.A.">
33
//
4-
// Copyright 2022-2025 Starion Group S.A.
4+
// Copyright 2022-2026 Starion Group S.A.
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

SysML2.NET.CodeGenerator.Tests/Expected/UML/Core/AutoGenDeSerializer/AssociationDeSerializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -------------------------------------------------------------------------------------------------
22
// <copyright file="AssociationDeSerializer.cs" company="Starion Group S.A.">
33
//
4-
// Copyright 2022-2025 Starion Group S.A.
4+
// Copyright 2022-2026 Starion Group S.A.
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

SysML2.NET.CodeGenerator.Tests/Expected/UML/Core/AutoGenDeSerializer/DependencyDeSerializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -------------------------------------------------------------------------------------------------
22
// <copyright file="DependencyDeSerializer.cs" company="Starion Group S.A.">
33
//
4-
// Copyright 2022-2025 Starion Group S.A.
4+
// Copyright 2022-2026 Starion Group S.A.
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

SysML2.NET.CodeGenerator.Tests/Expected/UML/Core/AutoGenDeSerializer/EnumerationDefinitionDeSerializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -------------------------------------------------------------------------------------------------
22
// <copyright file="EnumerationDefinitionDeSerializer.cs" company="Starion Group S.A.">
33
//
4-
// Copyright 2022-2025 Starion Group S.A.
4+
// Copyright 2022-2026 Starion Group S.A.
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

SysML2.NET.CodeGenerator.Tests/Expected/UML/Core/AutoGenDeSerializer/FeatureDeSerializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -------------------------------------------------------------------------------------------------
22
// <copyright file="FeatureDeSerializer.cs" company="Starion Group S.A.">
33
//
4-
// Copyright 2022-2025 Starion Group S.A.
4+
// Copyright 2022-2026 Starion Group S.A.
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

SysML2.NET.CodeGenerator.Tests/Expected/UML/Core/AutoGenDeSerializer/FeatureTypingDeSerializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -------------------------------------------------------------------------------------------------
22
// <copyright file="FeatureTypingDeSerializer.cs" company="Starion Group S.A.">
33
//
4-
// Copyright 2022-2025 Starion Group S.A.
4+
// Copyright 2022-2026 Starion Group S.A.
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)