Coldairarrow / Colder.Admin.AntdVue

Admin Fx Based On .NET 5 + Ant Design Vue
MIT License
1.24k stars 386 forks source link

3.1版本无法使用 #110

Closed LiuDanK closed 3 years ago

LiuDanK commented 3 years ago

在使用release的3.1的时候,当我切换MySQL数据库,并在NuGet安装sharding包和sharding.mysql包之后,这时候编译无法通过,TestController里面注入的那个类型提示不存在。

然后StartUp类里面UseEFCoreSharding方法不存在,改成Add之后,运行又提示 System.TypeLoadException:“Could not load type 'EFCore.Sharding.IRepository' from assembly 'EFCore.Sharding, Version=3.1.8.1, Culture=neutral, PublicKeyToken=null'.”

错误。。。。。。。。。

LiuDanK commented 3 years ago

image

image

Coldairarrow commented 3 years ago

参考最新版修改