You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 11, 2023. It is now read-only.
Many-to-Many relationship mapping is about to get a major upgrade in .NET 5 releasing later this year. You will no longer need a class for the join table. dotnet/efcore#19003
BTW, just a reminder on my previous notes that will affect a lot of the content. .NET Core in v5 will now just be .NET going forward. Core has been dropped from the name.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Many-to-Many relationship mapping is about to get a major upgrade in .NET 5 releasing later this year. You will no longer need a class for the join table.
dotnet/efcore#19003
This is the simplest writeup I have seen so far on the change:
https://daveabrock.com/2020/08/29/dotnet-stacks-14
BTW, just a reminder on my previous notes that will affect a lot of the content. .NET Core in v5 will now just be .NET going forward. Core has been dropped from the name.
The text was updated successfully, but these errors were encountered: