Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/efcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e1de574
Choose a base ref
...
head repository: dotnet/efcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 50daaa1
Choose a head ref
  • 3 commits
  • 182 files changed
  • 2 contributors

Commits on Sep 10, 2021

  1. Make sure navigations on property bag entity types don't use CLR prop…

    …erties.
    
    Make GetIdentifyingMemberInfo() return null for indexer properties since it doesn't uniquely identify them
    Replaced some usages of GetIdentifyingMemberInfo() with more appropriate code.
    
    Fixes #25501
    Fixes #25459
    AndriySvyryd authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    65bc528 View commit details
    Browse the repository at this point in the history
  2. More links to conceptual docs (#25937)

    Part of #17508
    ajcvickers authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    fc57581 View commit details
    Browse the repository at this point in the history
  3. Delete optional orphans when foreign key value is set to null (#25957)

    Fixes #25360
    
    This is a case where an optional relationship is configured with delete orphans behavior. Since the relationship is optional it means that the FK value can be explicitly set to null. (This is not possible for required relationships, which is the usual case for delete orphans.) In this case the navigation fixer was not triggering behavior in the state manager to process deleting orphans.
    ajcvickers authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    50daaa1 View commit details
    Browse the repository at this point in the history
Loading