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

Commits on Aug 5, 2021

  1. Adding tests for #15832 - Non-constant property name in EF.Property (…

    …and indexer property)
    
    Resolves #15832
    maumar committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    5464047 View commit details
    Browse the repository at this point in the history
  2. Fixes around scaffolding collations (#25420)

    * Database-level collation is scaffolded to the Fluent API call,
      instead of to a raw annotation.
    * Don't scaffold database collation when it is identical to the
      server collation (i.e. is the default).
    
    Fixes #25418
    Fixes #25419
    roji authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    1556414 View commit details
    Browse the repository at this point in the history
Loading