-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new configuration options to CodeGeneratorSettings
Added three new properties to CodeGeneratorSettings: GenerateDefaultValues, InlineNamedAny, and ExcludedTypeNames. GenerateDefaultValues will manage whether to generate default values for properties, InlineNamedAny indicates whether to inline any named/referenced schemas or generate them as a class, and ExcludedTypeNames will store excluded type names. These changes give users more control over code generation, making the tool more flexible to accommodate different project requirements. The README files have been updated to include these new options.
- Loading branch information
1 parent
eef96ca
commit a4f5799
Showing
3 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters