SysML2.NET.Extensions 0.18.0

dotnet add package SysML2.NET.Extensions --version 0.18.0
                    
NuGet\Install-Package SysML2.NET.Extensions -Version 0.18.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SysML2.NET.Extensions" Version="0.18.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SysML2.NET.Extensions" Version="0.18.0" />
                    
Directory.Packages.props
<PackageReference Include="SysML2.NET.Extensions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SysML2.NET.Extensions --version 0.18.0
                    
#r "nuget: SysML2.NET.Extensions, 0.18.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SysML2.NET.Extensions@0.18.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SysML2.NET.Extensions&version=0.18.0
                    
Install as a Cake Addin
#tool nuget:?package=SysML2.NET.Extensions&version=0.18.0
                    
Install as a Cake Tool

SysML2.NET

SysML2.NET is a .NET implementation of the OMG SysML2 specification. SysML2.NET provides a number of libraries in the form of a C# SDK.

NOTE: Due to an error in the OMG published machine readable specifications, the current code is based on (generated from) https://github.com/Systems-Modeling/SysML-v2-Pilot-Implementation commit f1fd2b83e460f5695e8edcd780f43909f359d299 with comment ST6RI-854 Updated metamodel files to latest Beta 4 version.

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 Version
SysML2.NET.Extensions NuGet Version
SysML2.NET.Serializer.Json NuGet Version
SysML2.NET.Serializer.MessagePack NuGet Version
SysML2.NET.REST NuGet Version
SysML2.NET.DAL NuGet Version

The reference web-application is available on docker-hub. A demo-version is hosted 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

Software Bill of Materials (SBOM) and Provenance

As part of our commitment to security, transparency, and traceability the docker images and nuget packaves Software Bill of Materials (SBOM), the docker containers also contain Provenance information. These are automatically generated during the build process, providing detailed insights into the components, their licenses, versions, and the integrity of the nugets and docker images. What is Included:

SBOM (Software Bill of Materials):

  • A comprehensive list of all open-source and third-party components included in the Docker images and nugets.
  • Tracks software dependencies, licenses, and versions.
  • Helps with vulnerability management by allowing users to quickly identify potential risks tied to specific components.

Provenance:

  • A record of the image's origin and build process, providing traceability and assurance regarding the integrity of the image.
  • This ensures that the image was built using the declared sources and under the specified conditions, helping verify its authenticity and consistency.

Why SBOM and Provenance?

  • Improved Transparency: Provides full visibility into the open-source and third-party components included in the image.
  • Security Assurance: Enables easier tracking of vulnerabilities associated with specific components, promoting proactive security measures.
  • Compliance: Ensures adherence to licensing requirements and simplifies audits of dependencies and build processes.
  • Image Integrity: Provenance guarantees that the image is built as expected, without unauthorized modifications.

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 s.gerene@stariongroup.eu. You can find the CLA's in the CLA folder.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on SysML2.NET.Extensions:

Package Downloads
SysML2.NET.Serializer.Json

A .NET implementation of the OMG SysML v2 JSON serializer.

SysML2.NET.Dal

A .NET implementation of the OMG SysML v2 specification data-acces-layer.

SysML2.NET.Serializer.MessagePack

A .NET implementation of the OMG SysML v2 MessagePack serializer.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.18.0 205 2/8/2026

[Update] to SysML2.NET version 0.18.0
           [Regenerate] based on KerML_only_xmi.uml and SysML_only_xmi.uml from Commit f1fd2b83e460f5695e8edcd780f43909f359d299 - ST6RI-854 Updated metamodel files to latest Beta 4 version.