mganss / XmlSchemaClassGenerator

Generate C# classes from XML Schema files
Apache License 2.0
603 stars 180 forks source link

Is there a way in command line to stop using pascal case? #495

Closed kgparmar739 closed 8 months ago

kgparmar739 commented 8 months ago

I want to the latest version of xscgen tool and want to upgrade my poco classes. However, I don't want to generate the new classes with pascal case as my poco classes are used in various project.

Is there a way to disable the pascal case option?

mganss commented 8 months ago

Specifying -a- will disable Pascal case.