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

Commits on Mar 25, 2024

  1. Add number type arguments to JsonSchemaToCSharpCommand

    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 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1f1d26b View commit details
    Browse the repository at this point in the history
  2. Add number type arguments to JsonSchemaToCSharpCommand

    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 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    43a0cbe View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/features/csharp_number_types' in…

    …to features/csharp_number_types
    Jimmy committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8f628b6 View commit details
    Browse the repository at this point in the history