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

Commits on Aug 18, 2021

  1. Fix to #25013 - Outstanding work for temporal tables

    Removing unnecessary temporal annotations on runtime entity types, also avoiding adding EnsureSchemaOperation if the schema that is to be created has already been added in the migration batch.
    maumar committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    7186a58 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Rename Scalars to DefaultTypeMapping

    Part of #24743
    AndriySvyryd authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    30880c2 View commit details
    Browse the repository at this point in the history
  2. [release/6.0-rc1] Update dependencies from dotnet/runtime (#25582)

    [release/6.0-rc1] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    29f9e96 View commit details
    Browse the repository at this point in the history
Loading