Skip to content

WIP : DTO are not aligned with the JSON schema (embedding of DataIden… #559

WIP : DTO are not aligned with the JSON schema (embedding of DataIden…

WIP : DTO are not aligned with the JSON schema (embedding of DataIden… #559

Triggered via push January 29, 2026 12:04
Status Failure
Total duration 3m 22s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
CodeQL-Build: SysML2.NET.OGM/PIM/AutoGenRepository/ProjectRepository.cs#L69
The type or namespace name 'Project' could not be found (are you missing a using directive or an assembly reference?)
CodeQL-Build: SysML2.NET.OGM/PIM/AutoGenRepository/IBranchRepository.cs#L48
The type or namespace name 'Branch' could not be found (are you missing a using directive or an assembly reference?)
CodeQL-Build: SysML2.NET.Serializer.Json/PIM/ProjectDeSerializer.cs#L54
The type or namespace name 'Project' could not be found (are you missing a using directive or an assembly reference?)
CodeQL-Build: SysML2.NET.Serializer.Json/PIM/TagDeserializer.cs#L54
The type or namespace name 'Tag' could not be found (are you missing a using directive or an assembly reference?)
CodeQL-Build: SysML2.NET.OGM/PIM/AutoGenRepository/BranchRepository.cs#L141
The type or namespace name 'Branch' could not be found (are you missing a using directive or an assembly reference?)
CodeQL-Build: SysML2.NET.OGM/PIM/AutoGenRepository/ProjectRepository.cs#L140
The type or namespace name 'Project' could not be found (are you missing a using directive or an assembly reference?)
CodeQL-Build: SysML2.NET.OGM/PIM/AutoGenRepository/IProjectRepository.cs#L52
The type or namespace name 'Project' could not be found (are you missing a using directive or an assembly reference?)
CodeQL-Build: SysML2.NET.OGM/PIM/AutoGenRepository/BranchRepository.cs#L70
The type or namespace name 'Branch' could not be found (are you missing a using directive or an assembly reference?)
CodeQL-Build: SysML2.NET.OGM/PIM/AutoGenRepository/ProjectRepository.cs#L69
The type or namespace name 'Project' could not be found (are you missing a using directive or an assembly reference?)
CodeQL-Build: SysML2.NET.OGM/PIM/AutoGenRepository/IBranchRepository.cs#L48
The type or namespace name 'Branch' could not be found (are you missing a using directive or an assembly reference?)
CodeQL-Build: SysML2.NET/PIM/AutoGenPoco/DataIdentity.cs#L76
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL-Build: SysML2.NET/PIM/AutoGenDto/DataVersion.cs#L99
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL-Build: SysML2.NET/PIM/AutoGenDto/DataIdentity.cs#L75
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL-Build: SysML2.NET/PIM/AutoGenPoco/CommitReference.cs#L115
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL-Build: SysML2.NET/PIM/AutoGenDto/Commit.cs#L100
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL-Build: SysML2.NET/PIM/AutoGenPoco/Commit.cs#L101
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL-Build: SysML2.NET/PIM/AutoGenDto/IRecord.cs#L71
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL-Build: SysML2.NET/PIM/AutoGenPoco/IRecord.cs#L71
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL-Build: SysML2.NET/PIM/AutoGenDto/Branch.cs#L144
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL-Build: SysML2.NET/PIM/AutoGenPoco/Branch.cs#L145
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL-Build
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/