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
.Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn) as in source
It's already part of the project that readers clone, so it's not covered in the tutorial.
I imagine you used dotnet ef migrations add InitialCreate (according to EFCore Migrations), but when I do this, the command picks up the Sqlite provider.