ECoreNetto.Extensions
4.0.1
See the version list below for details.
dotnet add package ECoreNetto.Extensions --version 4.0.1
NuGet\Install-Package ECoreNetto.Extensions -Version 4.0.1
<PackageReference Include="ECoreNetto.Extensions" Version="4.0.1" />
paket add ECoreNetto.Extensions --version 4.0.1
#r "nuget: ECoreNetto.Extensions, 4.0.1"
// Install ECoreNetto.Extensions as a Cake Addin #addin nuget:?package=ECoreNetto.Extensions&version=4.0.1 // Install ECoreNetto.Extensions as a Cake Tool #tool nuget:?package=ECoreNetto.Extensions&version=4.0.1
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.Tools
The ECoreNetto.Tools commandline application is used to generate reports on the content of the Ecore model. Find the documentation here.
Code Quality
Installation
The package are available on Nuget at:
- ECoreNetto:
- ECoreNetto.Extensions:
- ECoreNetto.HandleBars:
- ECoreNetto.Tools:
Build Status
GitHub actions are used to build and test the EcoreNetto libraries
Branch | Build Status |
---|---|
Master | |
Development |
Ecore Documentation
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- ClosedXML (>= 0.102.3)
- ECoreNetto (>= 4.0.0)
- HtmlAgilityPack (>= 1.11.65)
- System.Memory (>= 4.5.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ECoreNetto.Extensions:
Package | Downloads |
---|---|
ECoreNetto.HandleBars
HandleBarHelpers for use in combination with the ECoreNetto library to support HandleBarHelpers based code generation |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.0.2 | 119 | 10/28/2024 |
6.0.1 | 127 | 10/24/2024 |
6.0.0 | 204 | 10/20/2024 |
5.2.1 | 168 | 10/19/2024 |
5.2.0 | 209 | 10/3/2024 |
5.0.0 | 151 | 9/25/2024 |
4.0.1 | 125 | 9/12/2024 |
4.0.0 | 133 | 9/8/2024 |
3.1.0 | 149 | 9/6/2024 |
3.0.0 | 154 | 8/9/2024 |
2.0.0 | 239 | 4/27/2024 |
1.1.2 | 172 | 4/9/2024 |
1.1.1 | 252 | 2/12/2024 |
1.1.0 | 259 | 12/10/2023 |
1.0.0 | 651 | 3/18/2023 |
0.6.0 | 426 | 2/19/2023 |
0.5.0 | 435 | 1/30/2023 |
0.3.0 | 3,153 | 1/16/2023 |
0.2.1 | 471 | 1/3/2023 |
0.2.0 | 445 | 1/3/2023 |
0.1.0 | 604 | 1/1/2023 |
[Add] DataTypes to Excel report