Entity Framework Core: TPT
问题 .NET 5 preview 8 is just released and I've been testing the brand new TPT feature. I've installed the .NET 5 preview 8 Runtime and SDK. I created a .NET Core class library, installed the dotnet-ef preview 8 NuGet, updated the dotnet-ef tool with the following command (administrator): dotnet tool update --global dotnet-ef --version 5.0.0-preview.8.20407.4 I've build the following database model: public class MintPlayerContext : DbContext { // dotnet ef migrations add AddInitialEntities //