ECoreNetto.Tools 6.0.2

dotnet tool install --global ECoreNetto.Tools --version 6.0.2                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local ECoreNetto.Tools --version 6.0.2                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ECoreNetto.Tools&version=6.0.2                
nuke :add-package ECoreNetto.Tools --version 6.0.2                

EcoreNetto

Introduction

ECoreNetto is a suite of dotnet core libraries and tools that are used to deserialize an Ecore meta-model for the purpose of code generation. Ecore is a meta-model used to represent models in the Eclipse Modelling Framework. EMF is a powerful framework and code generation facility for building Java applications based on simple model definitions. The intention of ECoreNetto is not to be a port of EMF, it aims at bridging the gap to the .NET world to facilitate code generation of C# class libraries based on an Ecore model using the .NET code available tooling and libraries.

ECoreNetto

The core library used to deserialize an ecore file and create an in memory ECore model object graph.

ECoreNetto.Extensions

The ECoreNetto.Extensions library provides extensions methods to the EcoreNetto library to support code generation. This library is part of the EcoreNetto ecosystem.

ECoreNetto.HandleBars

The ECoreNetto.HandleBars library provides HandleBars helpers to support code generation. This library is part of the EcoreNetto ecosystem.

ECoreNetto.Reporting

The ECoreNetto.Reporting library contains reporting generators. This library is part of the EcoreNetto ecosystem.

ECoreNetto.Tools

The ECoreNetto.Tools commandline application is used to generate reports on the content of the Ecore model. Find the documentation here.

Code Quality

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

Installation

The package are available on Nuget at:

  • ECoreNetto: NuGet Version
  • ECoreNetto.Extensions: NuGet Version
  • ECoreNetto.HandleBars: NuGet Version
  • ECoreNetto.Tools: NuGet Version

Build Status

GitHub actions are used to build and test the EcoreNetto libraries

Branch Build Status
Master Build Status
Development Build Status

Ecore Documentation

http://download.eclipse.org/modeling/emf/emf/javadoc/2.10.0/index.html?org/eclipse/emf/ecore/EObject.html

License

The EcoreNetto 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.

Contribution guidelines for this project

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
6.0.2 78 10/28/2024
6.0.0 111 10/20/2024
5.2.1 118 10/19/2024
5.2.0 87 10/3/2024
5.1.0 92 9/27/2024
5.0.0 93 9/25/2024
4.0.1 108 9/12/2024
4.0.0 103 9/8/2024
0.1.0 114 9/6/2024

[Update] to ECoreNetto.Reporting version 6.0.2
           [Fix] VersionCheckerMiddleware: use EscapeMarkup