The fields in my old solution were snake_case to match the database I was interfacing with. However, when I’m renewing my solution to NET 10.0 and taking advantage of the new functionality, I’ve noticed the field names are generated as camel case.
Is there any way I can change this similar to when the configuration of the json serializer is altered?
Otherwise I’m sure you could get claude code or other AI Assistant to write a script to convert all properties to your preferred case, that you could run after you use okai.