-
Notifications
You must be signed in to change notification settings - Fork 0
.Net Core + EF + mysql 从数据库生成实体 | SpiritLing #38
Comments
使用社区包
|
NET5.0的要怎么写运行命令? |
Method not found: 'Void Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping..ctor(System.String, System.Type, System.Nullable |
System.TypeLoadException: Method 'Create' in type 'Pomelo.EntityFrameworkCore.MySql.Query.ExpressionVisitors.Internal.MySqlSqlTranslatingExpressionVisitorFactory' from assembly 'Pomelo.EntityFrameworkCore.MySql, Version=3.1.1.0, Culture=neutral, PublicKeyToken=2cc498582444921b' does not have an implementation. |
你使用的是那个命令,然后本地都安装了那些包和运行的.net版本 |
包版本如下: .netsdk版本 2.1-5.0 我调用时 |
是必须要降级吗? 现在不支持? |
等明天我给你看下 |
@alng0812 我这边测试也是出现问题了,估计.net 5的问题和mysql官方开发的包有啥问题,你可以使用 Pomelo 社区包,安装了这个就不要安装其他的了,Pomelo包出现问题可以直接给提Issus |
可以了 nutget里没有5.0的mysql包 用.NET CLI安装: dotnet add package Pomelo.EntityFrameworkCore.MySql --version 5.0.0-alpha.2 就可以了 |
https://blog.spiritling.cn/posts/daefc0a4/
.Net Core + EF + mysql 从数据库生成实体
The text was updated successfully, but these errors were encountered: