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 customizable number types in code generation #1650

Merged
merged 2 commits into from
Nov 28, 2023
Merged

Add customizable number types in code generation #1650

merged 2 commits into from
Nov 28, 2023

Commits on Nov 27, 2023

  1. Add customizable number types in code generation

    This commit introduces an update enabling the customization of number types during code generation.
    
    It introduces settings to customize the .NET type of number, float, double, and decimal data types during code generation in 'CSharpGeneratorSettings.cs' and updates 'CSharpTypeResolver.cs' to use these settings.
    
    This change allows better user control over how the number types get translated, making the code generation more versatile. Unit tests for different scenarios are included in the new 'NumberTests.cs'.
    Jimmy committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    0828652 View commit details
    Browse the repository at this point in the history
  2. test fix

    Jimmy committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    89df87b View commit details
    Browse the repository at this point in the history