Skip to content

STARIONGROUP/EcoreNetto

Repository files navigation

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.

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

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