kontent-ai / model-generator-net

Kontent.ai .NET model generator.
https://www.nuget.org/packages/Kontent.Ai.ModelGenerator
MIT License
17 stars 19 forks source link

Codename constant bugfixing #59

Closed JanLenoch closed 6 years ago

JanLenoch commented 6 years ago

When a content type uses a snippet and the snippet has an element with the same name of another element in the parent type, Deliver generates a number suffix to the snippet name to the system.codename field. With the fix, the generator will generate the same identifier for both the constant and its corresponding property. Relates to #55.