Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add number type arguments to JsonSchemaToCSharpCommand #4836

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

yolofy
Copy link

@yolofy yolofy commented Mar 25, 2024

The commit introduces four new argument properties to the JsonSchemaToCSharpCommand class, specifically for handling number types in different formats. These include NumberType, NumberFloatType, NumberDoubleType, and NumberDecimalType. Each of these properties has a default .NET type assigned and can be easily switched if needed.

Jimmy added 3 commits March 25, 2024 16:06
The commit introduces four new argument properties to the JsonSchemaToCSharpCommand class, specifically for handling number types in different formats. These include NumberType, NumberFloatType, NumberDoubleType, and NumberDecimalType. Each of these properties has a default .NET type assigned and can be easily switched if needed.
The commit introduces four new argument properties to the JsonSchemaToCSharpCommand class, specifically for handling number types in different formats. These include NumberType, NumberFloatType, NumberDoubleType, and NumberDecimalType. Each of these properties has a default .NET type assigned and can be easily switched if needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant