Info
Version: | 6.0.0 |
Author(s): | Naron Phou, Sam Gerene, Merlin Bieze |
Last Update: | Sunday, October 20, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://ecorenetto.org/ |
NuGet Url: | https://www.nuget.org/packages/ECoreNetto |
Install
Install-Package ECoreNetto
dotnet add package ECoreNetto
paket add ECoreNetto
ECoreNetto Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- System.Xml.XmlDocument(>= 4.3.0)
Tags
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.