EF Core: The name "SqlServerValueGenerationStrategy" does not exist in the current context
SqlServerValueGenerationStrategy
is defined into Microsoft.EntityFrameworkCore.SqlServer.dll
in Microsoft.EntityFrameworkCore.Metadata
.
Make sure you installed the following Nuget package Microsoft.EntityFrameworkCore.SqlServer:
Install-Package Microsoft.EntityFrameworkCore.SqlServer
In the case of .NET Core CLI:
dotnet add package Microsoft.EntityFrameworkCore.SqlServer