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

Extend built-in supported types #2804

Merged

Commits on Apr 23, 2024

  1. Extend built-in supported types

    - Ensure `DateOnly` and `TimeOnly` with for Newtonsoft.Json.
    - Add System.Text.Json support for `TimeSpan` and `Version`.
    - Add Int128 and UInt128 support.
    - Handle `AnnotationsDataType.Upload`.
    - Create `AnnotationsDataType` mapping dictionary only once.
    Resolves domaindrivendev#2611.
    martincostello committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f881c24 View commit details
    Browse the repository at this point in the history
  2. Use TryGetValue()

    - Use `TryGetValue()` instead of `ContainsKey()` and indexer.
    - Apply some IDE refactoring suggestions.
    martincostello committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8fab64d View commit details
    Browse the repository at this point in the history