asyncapi / modelina

A library for generating typed models based on inputs such as AsyncAPI, OpenAPI, and JSON Schema documents with high customization
https://modelina.org
Apache License 2.0
301 stars 175 forks source link

Move isEnum from C# generator to generic helper function #2071

Closed jonaslagoni closed 1 week ago

jonaslagoni commented 2 months ago

isEnum is not being used across languages, time to move it to generic location for all to use.

See https://github.com/asyncapi/modelina/pull/2068/files#r1678317285

Girishbari commented 1 week ago

This issue should be closed as isEnum already moved to constant ...