crossecore / crossecore-generator

Code generator for Java, C#, TypeScript and Swift
Apache License 2.0
12 stars 8 forks source link

Issue with model containing subpackages #38

Closed jbmeyer closed 3 years ago

jbmeyer commented 3 years ago

Hello, I downloaded your code to test the generation of CSharp classes with an ecore model. My model is containing a top package which contains several sub-packages ( which contains EClassifiers ). The generator is reading only the top package and not iterating of sub package. So the generation so containing only an empty top package. Is this a limitation or is there a workaround to have the full model parsed ? Thanks

schwichti commented 3 years ago

Please see https://github.com/crossecore/crossecore-generator/issues/14