{"id":31946433,"url":"https://github.com/stariongroup/ecorenetto","last_synced_at":"2026-02-22T13:02:05.000Z","repository":{"id":49381162,"uuid":"92291448","full_name":"STARIONGROUP/EcoreNetto","owner":"STARIONGROUP","description":"A C# library to parse and load Ecore models","archived":false,"fork":false,"pushed_at":"2025-09-04T15:28:38.000Z","size":2096,"stargazers_count":9,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"development","last_synced_at":"2025-10-04T04:10:40.144Z","etag":null,"topics":["codegen","ecore","modeltopia"],"latest_commit_sha":null,"homepage":"https://ecorenetto.org","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/STARIONGROUP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-05-24T12:46:35.000Z","updated_at":"2025-09-01T16:56:39.000Z","dependencies_parsed_at":"2024-08-09T19:12:33.045Z","dependency_job_id":"a7cfd8dc-ccc6-49f3-8e44-7d77b073301f","html_url":"https://github.com/STARIONGROUP/EcoreNetto","commit_stats":null,"previous_names":["stariongroup/ecorenetto"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/STARIONGROUP/EcoreNetto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STARIONGROUP%2FEcoreNetto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STARIONGROUP%2FEcoreNetto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STARIONGROUP%2FEcoreNetto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STARIONGROUP%2FEcoreNetto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/STARIONGROUP","download_url":"https://codeload.github.com/STARIONGROUP/EcoreNetto/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STARIONGROUP%2FEcoreNetto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019103,"owners_count":26086513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codegen","ecore","modeltopia"],"created_at":"2025-10-14T11:16:22.597Z","updated_at":"2025-10-14T11:16:31.826Z","avatar_url":"https://github.com/STARIONGROUP.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![EcoreNetto](https://raw.githubusercontent.com/STARIONGROUP/EcoreNetto/development/Ecorenetto-Logo-text.png)\n\n## Introduction\n\nECoreNetto 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.\n\n## ECoreNetto\n\nThe core library used to deserialize an ecore file and create an in memory ECore model object graph.\n\n## ECoreNetto.Extensions\n\nThe **ECoreNetto.Extensions** library provides extensions methods to the EcoreNetto library to support code generation. This library is part of the EcoreNetto ecosystem.\n\n## ECoreNetto.HandleBars\n\nThe **ECoreNetto.HandleBars** library provides [HandleBars](https://github.com/Handlebars-Net/Handlebars.Net) helpers to support code generation. This library is part of the EcoreNetto ecosystem.\n\n## ECoreNetto.Reporting\n\nThe **ECoreNetto.Reporting** library contains reporting generators. This library is part of the EcoreNetto ecosystem.\n\n## ECoreNetto.Tools\n\nThe **ECoreNetto.Tools** commandline application is used to generate reports on the content of the Ecore model. Find the documentation [here](https://github.com/STARIONGROUP/EcoreNetto/wiki/ECoreNetto.Tools).\n\n## Code Quality\n\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_EcoreNetto\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_EcoreNetto)\n[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_EcoreNetto\u0026metric=code_smells)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_EcoreNetto)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_EcoreNetto\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_EcoreNetto)\n[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_EcoreNetto\u0026metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_EcoreNetto)\n[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_EcoreNetto\u0026metric=ncloc)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_EcoreNetto)\n[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_EcoreNetto\u0026metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_EcoreNetto)\n[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_EcoreNetto\u0026metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_EcoreNetto)\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_EcoreNetto\u0026metric=security_rating)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_EcoreNetto)\n[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_EcoreNetto\u0026metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_EcoreNetto)\n[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_EcoreNetto\u0026metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_EcoreNetto)\n\n## Installation\n\nThe package are available on Nuget at:\n\n  - ECoreNetto: ![NuGet Version](https://img.shields.io/nuget/v/EcoreNetto)\n  - ECoreNetto.Extensions: ![NuGet Version](https://img.shields.io/nuget/v/EcoreNetto.Extensions)\n  - ECoreNetto.HandleBars: ![NuGet Version](https://img.shields.io/nuget/v/EcoreNetto.HandleBars)\n  - ECoreNetto.Tools: ![NuGet Version](https://img.shields.io/nuget/v/EcoreNetto.Tools)\n\n## Build Status\n\nGitHub actions are used to build and test the EcoreNetto libraries\n\nBranch | Build Status\n------- | :------------\nMaster | ![Build Status](https://github.com/STARIONGROUP/EcoreNetto/actions/workflows/CodeQuality.yml/badge.svg?branch=master)\nDevelopment | ![Build Status](https://github.com/STARIONGROUP/EcoreNetto/actions/workflows/CodeQuality.yml/badge.svg?branch=development)\n\n## Ecore Documentation\n\nhttp://download.eclipse.org/modeling/emf/emf/javadoc/2.10.0/index.html?org/eclipse/emf/ecore/EObject.html\n\n## Software Bill of Materials (SBOM)\n\nAs part of our commitment to security and transparency, this project includes a Software Bill of Materials (SBOM) in the associated NuGet packages. The SBOM provides a detailed inventory of the components and dependencies included in the package, allowing you to track and verify the software components, their licenses, and versions.\n\n**Why SBOM?**\n\n- **Improved Transparency**: Gain insight into the open-source and third-party components included in this package.\n- **Security Assurance**: By providing an SBOM, we enable users to more easily track vulnerabilities associated with the included components.\n- **Compliance**: SBOMs help ensure compliance with licensing requirements and make it easier to audit the project's dependencies.\n\nYou can find the SBOM in the NuGet package itself, which is automatically generated and embedded during the build process.\n\n# License\n\nThe EcoreNetto libraries are provided to the community under the Apache License 2.0.\n\n# Contributions\n\nContributions 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.\n\n[Contribution guidelines for this project](.github/CONTRIBUTING.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstariongroup%2Fecorenetto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstariongroup%2Fecorenetto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstariongroup%2Fecorenetto/lists"}