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

Fix for the optimizer when an entity has a collection property that references itself. #27350

Merged
merged 2 commits into from
Feb 4, 2022

Commits on Feb 2, 2022

  1. Fix for github issue dotnet#27301. Having a property on an entity typ…

    …e T that implements a IEnumerable<T> (such as Json.net's JArray) causes and infinity loop when adding namespaces. Added a check for the sequence type's namespace so it won't attempt to re-add.
    leniency committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    6e09df5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34b5130 View commit details
    Browse the repository at this point in the history