yuzd / Hangfire.HttpJob

httpjob for Hangfire,restful api for Hangfire,job调度与业务分离
https://github.com/yuzd/Hangfire.HttpJob/wiki
MIT License
630 stars 186 forks source link

MySqlConnector1.0+ 组件里的MySqlConnection命名空间变更 #133

Closed easycode closed 3 years ago

easycode commented 3 years ago

使用MySqlConnector1.0+ 找不到MySqlConnection。 查看了源码发现引用的MySqlConnection命名空间不对,需要修正命名空间

yuzd commented 3 years ago

在哪个class里面?

honorduan commented 3 years ago

在哪个class里面?

这个问题我也发现了,是因为原项目Hangfire.HttpJob.Agent.MysqlConsole 依赖的MySqlConnector太低了。需要升级到1.3.10+, 升级到完成后会发现MySqlConnection的引用变了,重新修改引用即可

yuzd commented 3 years ago

好的 我改下

yuzd commented 3 years ago

已升级了