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: 1556414
Choose a base ref
...
head repository: dotnet/efcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2053a66
Choose a head ref
  • 4 commits
  • 42 files changed
  • 3 contributors

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    5237c80 View commit details
    Browse the repository at this point in the history
  2. Enable value conversion support for identity/sequence properties

    Add value conversion support for identity/sequence properties.
    Dilute restrictions on value generation with value converters.
    lauxjpn authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    db15a06 View commit details
    Browse the repository at this point in the history
  3. Add ToTable overloads with TableBuilder for OwnedNavigationBuilder

    Deprecate the excludedFromMigrations overloads.
    Remove the overloads that take Action<TableBuilder> instead of Action<TableBuilder<TEntity>>
    Rename OwnedNavigationBuilder<TEntity, TRelatedEntity> to OwnedNavigationBuilder<TOwnerEntity, TRelatedEntity>
    Change TemporalTableBuilder to take IMutableEntityType instead of EntityTypeBuilder
    Generate snapshots that call the new overloads.
    Fix indentation for nested lambdas in snapshots.
    
    Fixes #23173
    AndriySvyryd authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    b008ea8 View commit details
    Browse the repository at this point in the history
  4. Make DefaultLoggingCacheTime private (#25422)

    Part of #24743 (API review)
    roji authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    2053a66 View commit details
    Browse the repository at this point in the history
Loading