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

serializer: only inject properties to constructors of records #1525

Merged
merged 14 commits into from
Dec 10, 2022

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    70df8f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    a9cd936 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. serializer: only inject properties to constructors of records

    People were relying on the serializer *not* calling the constructor
    even when it contained what seemed to be properties. So we
    need to restrict the "record" behavior to records and to classes
    with explicitly marked JsonConstructor
    exyi committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    3f0f102 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd5397b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cea0741 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1aaa54b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71e7527 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Configuration menu
    Copy the full SHA
    ef8cf5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0b8337 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2cd139 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    748093c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95f7cd2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39a7f86 View commit details
    Browse the repository at this point in the history
  7. Merged changes from main

    tomasherceg committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    8f2d1f9 View commit details
    Browse the repository at this point in the history