Open jcjiang opened 2 years ago
Describe the bug In Tutorial Three: Add a Database, I run into an error when I run dotnet ef migrations add InitialCreate.
dotnet ef migrations add InitialCreate
To Reproduce Steps to reproduce the behavior:
dotnet add package Microsoft.EntityFrameworkCore.Sqlite --version 6.0.0-preview.6.21352.1
dotnet tool install --global dotnet-ef
dotnet add package Microsoft.EntityFrameworkCore.Design --version 6.0.0-preview.6.21352.1
Expected behavior I expect the migration to complete successfully
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Describe the bug In Tutorial Three: Add a Database, I run into an error when I run
dotnet ef migrations add InitialCreate
.To Reproduce Steps to reproduce the behavior:
dotnet add package Microsoft.EntityFrameworkCore.Sqlite --version 6.0.0-preview.6.21352.1
dotnet tool install --global dotnet-ef
dotnet add package Microsoft.EntityFrameworkCore.Design --version 6.0.0-preview.6.21352.1
Expected behavior I expect the migration to complete successfully
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):