Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET Entity Framework Core 3.1 support (attempt #2) #3356

Merged
merged 14 commits into from
Dec 8, 2020

Conversation

Mag-nus
Copy link
Member

@Mag-nus Mag-nus commented Nov 15, 2020

One of the biggest breaking changes in EF Core 3.0+ is existing LINQ queries like .Include() are no longer evaluated client-side. They now can result in explosive joins. This issue is documented here: dotnet/efcore#18022

For the above reason, many heavy .Include() queries have now been rewritten per the updated advice from one of the core EF Contributors using this example: https://gist.github.com/smitpatel/d4cb3619e5b33e8d9ea24d3f2a88333a

This PR needs some testing on development servers.
I do NOT recommend this be run on production yet.

@Mag-nus Mag-nus changed the title [TEST] .NET Entity Framework Core 3.1 support (attempt #2) [WIP - Broken] .NET Entity Framework Core 3.1 support (attempt #2) Nov 15, 2020
@Mag-nus Mag-nus changed the title [WIP - Broken] .NET Entity Framework Core 3.1 support (attempt #2) [TEST] .NET Entity Framework Core 3.1 support (attempt #2) Nov 15, 2020
@Mag-nus Mag-nus changed the title [TEST] .NET Entity Framework Core 3.1 support (attempt #2) .NET Entity Framework Core 3.1 support (attempt #2) Nov 24, 2020
@Mag-nus Mag-nus merged commit 43c9300 into ACEmulator:master Dec 8, 2020
@Mag-nus Mag-nus deleted the ef-core-3.1-v2 branch December 8, 2020 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants