There is currently no way to control the casing of properties in the generated model. For example, when using a C# Dictionary with enum keys on the backend, I need the generated model to preserve the original enum string casing used during serialization.
There is currently no way to control the casing of properties in the generated model. For example, when using a C# Dictionary with enum keys on the backend, I need the generated model to preserve the original enum string casing used during serialization.