NMFCode / NMF

This repository contains the entire code for the .NET Modeling Framework
BSD 3-Clause "New" or "Revised" License
36 stars 15 forks source link

Added support for ecore models using EDataTypes from XMLType #27

Closed ChrisH07 closed 6 years ago

ChrisH07 commented 6 years ago

This commit adds support for most data types from the http://www.eclipse.org/emf/2003/XMLType namespace. This fixes the issue reported in #23.

ChrisH07 commented 6 years ago

All 8 tests in ModelTests don't pass on my machine before and after this commit.

georghinkel commented 6 years ago

Hi,

thanks for the contribution.

The model tests require msbuild to be on the path. They basically take some Ecore metamodels, generate the code for that into a temporary folder and then use msbuild to see whether the generated code compiles. Therefore, I assume that either you have an outdated msbuild on the path or none at all (I guess the latter).

Georg