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

Resolve serialization issue #4788

Merged

Commits on Aug 19, 2021

  1. Resolve serialization issue

    bdukes committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    94e37ae View commit details
    Browse the repository at this point in the history
  2. NonSerialized can only apply to a field

    Using a computed property instead of a property with a backing field
    should be enough to avoid the serialization issue
    bdukes committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    54a46e3 View commit details
    Browse the repository at this point in the history