Skip to content
samatrhea edited this page Apr 29, 2024 · 11 revisions

SysML2.NET is a .NET implementation of the OMG SysML2 specification. SysML2.NET is an SDK that provides a number of libraries as well as a reference implementation in the form a web-application.

SysML V2 is currently created and maintained by the SysML v2 Submission Team (SST), these results of these efforts are for a large part available in the public domain via the SysML-v2-Release GitHub repository. The formal meta-model of SysMLv2 is created using UML and is available together with the pilot implementation, SysML.uml. From this UML model an Ecore model is generated. The SysML.ecore is the foundation of the SysML2.NET libraries.

Quality Gate Status Code Smells Coverage Duplicated Lines (%) Lines of Code Maintainability Rating Reliability Rating Security Rating Technical Debt Vulnerabilities

Installation

The packages are available on Nuget at:

project Nuget
SysML2.NET NuGet Badge
SysML2.NET.Serializer.Json NuGet Badge
SysML2.NET.Serializer.Dictionary NuGet Badge
SysML2.NET.REST NuGet Badge

The reference web-application is available on docker-hub, a demo version is available at http://viewer.sysml2.net.

The generated HTML based meta-model documentation is availabe on docker-hub. A live version is available at https://modeldocs.sysml2.net.

Build Status

GitHub actions are used to build and test the library

Branch Build Status
Master Build Status
Development Build Status

License

The SysML2.NET libraries and reference web-application are provided to the community under the Apache License 2.0. The solution contains files that contain information about the SysML2 metamodel which are distributed with the GNU Lesser General Public License (LGPL) v3.0.

Contributions

Contributions to the code-base are welcome. However, before we can accept your contributions we ask any contributor to sign the Contributor License Agreement (CLA) and send this digitaly signed to [email protected]. You can find the CLA's in the CLA folder. Please read the How to Contribute page to read the guidelines.