MTConnect.NET-SysML 7.0.0.2-prerelease

This is a prerelease version of MTConnect.NET-SysML.
This package has a SemVer 2.0.0 package version: 7.0.0.2-prerelease+63918092077.
dotnet add package MTConnect.NET-SysML --version 7.0.0.2-prerelease
                    
NuGet\Install-Package MTConnect.NET-SysML -Version 7.0.0.2-prerelease
                    
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="MTConnect.NET-SysML" Version="7.0.0.2-prerelease" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MTConnect.NET-SysML" Version="7.0.0.2-prerelease" />
                    
Directory.Packages.props
<PackageReference Include="MTConnect.NET-SysML" />
                    
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 MTConnect.NET-SysML --version 7.0.0.2-prerelease
                    
#r "nuget: MTConnect.NET-SysML, 7.0.0.2-prerelease"
                    
#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 MTConnect.NET-SysML@7.0.0.2-prerelease
                    
#: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=MTConnect.NET-SysML&version=7.0.0.2-prerelease&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=MTConnect.NET-SysML&version=7.0.0.2-prerelease&prerelease
                    
Install as a Cake Tool

MTConnect.NET Logo

MTConnect.NET-SysML

Classes to handle the read and process the MTConnect SysML Model. Supports parsing the v2.7 XMI; cross-package parent resolver via ResolveDanglingParents.

Overview

Based on the MTConnectTranspiler project to parse the SysML file and generate source files

Usage

using MTConnect.SysML;

// Parse the SysML file and create a model object
var mtconnectModel = MTConnectModel.Parse(@"C:\Users\MTConnect\Downloads\MTConnectSysMLModel.xml");
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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 is compatible.  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 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.0.0.2-prerelease 30 6/26/2026
6.9.0.2 208 10/16/2025
6.8.0 197 9/13/2025
6.7.0 173 6/22/2025
6.6.0 227 1/18/2025
6.5.1 186 12/3/2024
6.5.0 164 10/21/2024
6.4.7 206 8/21/2024
6.4.6 178 8/7/2024
6.4.5 184 8/2/2024
6.4.4 182 7/16/2024
6.4.3 185 6/14/2024
6.4.2 186 6/12/2024
6.4.1 188 5/17/2024
6.4.0 185 5/14/2024
6.3.2-beta 125 5/2/2024
6.3.1-beta 191 4/24/2024
6.3.0-beta 165 4/17/2024
6.2.2-beta 162 4/5/2024
6.2.1-beta 162 4/3/2024
Loading failed