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

Commits on May 26, 2022

  1. add support for System.Text.Json not including LazyLoader (#28084)

    Co-authored-by: andrey.efimenko <andrey.efimenko@iquality.com>
    EfimenkoAndrew and andrey.efimenko authored May 26, 2022
    Configuration menu
    Copy the full SHA
    8a6370f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Query: Use GetDiscriminatorValue for TPT and TPC (#28070)

    Add model validation when values are not unique
    Resolves #28054
    smitpatel authored May 27, 2022
    Configuration menu
    Copy the full SHA
    5da4122 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    bda79d4 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/arcade build 20220…

    …526.1 (#28128)
    
    [main] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] authored May 30, 2022
    Configuration menu
    Copy the full SHA
    8a8105d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Fix parameter type mapping for Sqlite

    Marusyk authored and bricelam committed May 31, 2022
    Configuration menu
    Copy the full SHA
    5d15b33 View commit details
    Browse the repository at this point in the history
  2. Test PR #27291

    bricelam committed May 31, 2022
    Configuration menu
    Copy the full SHA
    6d440dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1a38d8 View commit details
    Browse the repository at this point in the history
  4. MSSQL Spatial: Add EF.Functions.CurveToLine (#28118)

    Provides a workaround for returning CircularString, CompoundCurve, and CurvePolygon instances to the client
    bricelam authored May 31, 2022
    Configuration menu
    Copy the full SHA
    b0aae8f View commit details
    Browse the repository at this point in the history
Loading