当前上下文中不存在名称“SqlServerValueGenerationStrategy”

问题描述 投票:6回答:1

我正在使用ASP.NET Core 2.1。在我创建API项目后,我运行以下命令

Add-Migration MOBAPP -Project OVMInfrastructure
Update-Database

当我运行update-database时,我收到此错误:

当前上下文中不存在名称“SqlServerValueGenerationStrategy”

我重新安装了以下Nuget包

Microsoft.EntityFrameworkCore.SqlServer

但它仍然无法正常工作。

Click here to see my error picture.

asp.net-core
1个回答
3
投票

按照以下步骤:

  1. Microsoft.EntityFrameworkCore中安装包JSAInfrastructure 2.1.0版
  2. Microsoft.EntityFrameworkCore.Relational中安装包JSAInfrastructure 2.1.0版
  3. Microsoft.EntityFrameworkCore.SqlServer中安装包JSAInfrastructure 2.1.0版
  4. Microsoft.EntityFrameworkCore.SqlServer更新为JSAAPI中的2.1.0版
  5. 建立你的项目

Result

© www.soinside.com 2019 - 2024. All rights reserved.