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

Code generates incorrectly for models with elements named the same as the class #49

Closed ChrisH07 closed 5 years ago

ChrisH07 commented 5 years ago

When a type in a model has an element with the same name as the type, e.g. a list of references to its own type, the property references in the generated code does not account for the name mangling.

ChrisH07 commented 5 years ago

Closing due to merged PR.