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

Support parsing schema values exceeding decimal ranges by replacing decimal.Parse with double.Parse #1594

Draft
wants to merge 8 commits into
base: vnext
Choose a base branch
from

Commits on Mar 13, 2024

  1. replace decimal.Parse with double.Parse for values greater than decim…

    …al's range; parse exclusivemax and min values as boolean types
    MaggieKimani1 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    69c4b77 View commit details
    Browse the repository at this point in the history
  2. Add support for double type by adding custom keywords to JsonSchemaBu…

    …ilder and extension methods for fetching their values from the corresponding JSON schema
    MaggieKimani1 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e5b6302 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddf372b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    665fd43 View commit details
    Browse the repository at this point in the history
  5. Clean up tests

    MaggieKimani1 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    82cb112 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebc5228 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    944142a View commit details
    Browse the repository at this point in the history
  8. More cleanup

    MaggieKimani1 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    efce038 View commit details
    Browse the repository at this point in the history