NewLifeX / X

Core basic components: log (file / network), configuration (XML / JSON / HTTP), cache (memory / redis), network (TCP / UDP / HTTP), RPC framework, serialization (binary / XML / JSON), APM performance tracking. 核心基础组件,日志(文件/网络)、配置(XML/Json/Http)、缓存(内存/Redis)、网络(Tcp/Udp/Http)、RPC框架、序列化(Binary/XML/Json)、APM性能追踪。

Home Page:https://newlifex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.net5 SqlServer _Factory = GetProviderFactory(null, "System.Data.SqlClient.SqlClientFactory") null

christan-duplicate opened this issue · comments

14:17:25.496 7 Y - System.Data.SqlClient.Sql驱动D:\Web\bin\Debug\net5.0\Plugins\System.Data.SqlClient.dll 版本v4.6.1.2

QQ图片20201119143222

return Reflect.GetValue(null, field) as DbProviderFactory;
这一步后,返回null。

QQ图片20201119143923

commented

.net5.0对于各个数据库的兼容,还需要加强测试