作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在处理 asp.net-core 3.1
项目,我为我的项目添加了 3 个类库来分离访问数据、模型类和实用程序类我解决了匹配文件夹等问题。但是当我运行我的项目时,我得到了这个错误:
MissingMethodException: Method not found: 'Boolean Microsoft.EntityFrameworkCore.Migrations.IMigrationsModelDiffer.HasDifferences(Microsoft.EntityFrameworkCore.Metadata.IModel, Microsoft.EntityFrameworkCore.Metadata.IModel)'.
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.DatabaseErrorPageMiddleware.Invoke(HttpContext
httpContext)
System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<TStateMachine>(ref TStateMachine
stateMachine)
System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<TStateMachine>(ref TStateMachine
stateMachine)
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.DatabaseErrorPageMiddleware.Invoke(HttpContext
httpContext)
Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
最佳答案
对我来说,答案是确保我所有的 EF 包都指向同一个 3.1.X 版本。我无意中瞄准了一个包含缺失方法的 5.0.0 EF 包:
关于asp.net-core - ASP.NET 核心 3.1 :Adding Classes Libraries to the Project_ MissingMethodException: Method not found: 'Boolean Microsoft. EntityFrameworkCore.Migrations,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65159434/
我正在处理 asp.net-core 3.1 项目,我为我的项目添加了 3 个类库来分离访问数据、模型类和实用程序类我解决了匹配文件夹等问题。但是当我运行我的项目时,我得到了这个错误: Missing
我是一名优秀的程序员,十分优秀!