uml4net.xmi
0.2.0
See the version list below for details.
dotnet add package uml4net.xmi --version 0.2.0
NuGet\Install-Package uml4net.xmi -Version 0.2.0
<PackageReference Include="uml4net.xmi" Version="0.2.0" />
paket add uml4net.xmi --version 0.2.0
#r "nuget: uml4net.xmi, 0.2.0"
// Install uml4net.xmi as a Cake Addin #addin nuget:?package=uml4net.xmi&version=0.2.0 // Install uml4net.xmi as a Cake Tool #tool nuget:?package=uml4net.xmi&version=0.2.0
Introduction
Uml4net is a suite of dotnet core libraries and tools that are used to deserialize (read) a UML version 2.5.1 model in XMI form. Uml4net is typically used to support opinionated template based code-generation and i a part of modeltopia. Uml4net porivdes a number of libraries that are described in the following sections.
uml4net
The core library that contains all the class definitions as they appear in the UML 2.5.1 specification. Together with uml4net.xmi it provides the capability to to read UML models and make them available as an in-memory object graph.
uml4net.Extensions
The uml4net.Extensions library provides extensions methods to the uml4net library to support code generation. This library is part of the uml4net ecosystem.
uml4net.HandleBars
The uml4net.HandleBars library provides HandleBars helpers to support code generation. This library is part of the uml4net ecosystem.
uml4net.Reporting
The uml4net.Reporting library contains reporting generators. This library is part of the uml4net ecosystem.
uml4net.Tools
The uml4net.Tools commandline application is used to generate reports on the content of the UML model. Find the documentation here.
Code Quality
Installation
The package are available on Nuget at:
- uml4net:
- uml4net.Extensions:
- uml4net.HandleBars:
- uml4net.Tools:
Build Status
GitHub actions are used to build and test the uml4net libraries
Branch | Build Status |
---|---|
Master | |
Development |
UML Documentation
The Object Management Gr1oup (OMG) is an international technology standards consortium. It was founded in 1989 with the goal of creating and maintaining vendor-neutral, interoperable, and portable standards for distributed computing. UML is one of the standards provided by OMG at http://www.omg.org/spec/UML/
License
The uml4net libraries are provided to the community under the Apache License 2.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 | Versions 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Autofac (>= 8.1.1)
- uml4net.Extensions (>= 0.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
[Initial] release