ECoreNetto.Tools 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global ECoreNetto.Tools --version 0.1.0                
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 0.1.0                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ECoreNetto.Tools&version=0.1.0                
nuke :add-package ECoreNetto.Tools --version 0.1.0                

<img src="https://github.com/STARIONGROUP/EcoreNetto/raw/development/Ecorenetto-Logo-text.png" width="350">

Introduction

ECoreNetto is a suite of dotnet core libraries 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.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.Tools

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

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 Badge
  • ECoreNetto.Extensions: NuGet Badge
  • ECoreNetto.HandleBars: NuGet Badge
  • ECoreNetto.Tools: NuGet Badge

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

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

[Initial] Releasee