uml4net.Tools
0.4.0
dotnet tool install --global uml4net.Tools --version 0.4.0
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local uml4net.Tools --version 0.4.0
#tool dotnet:?package=uml4net.Tools&version=0.4.0
nuke :add-package uml4net.Tools --version 0.4.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 is 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.xmi
The uml4net.xmi library provides an XMI reader implementation to read UML XMI model files.
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:
Build Status
GitHub actions are used to build and test the uml4net libraries
Branch | Build Status |
---|---|
Master | |
Development |
UML Documentation
The Object Management Group (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 | 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. |
This package has no dependencies.
[Initial] (non-functional) Release
[Update] to uml4net.Reporting version 0.4.0