Hangfire.MySql.Core
1.0.0
Hangfire的Mysql存储组件,支持.net core 1.1, .net core 2.0 ,.net standard 2.0。基于Hangfire.MySqlStorage,修复了一些bug,提供了.net standard 2.0支持。
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Hangfire.MySql.Core -Version 1.0.0
dotnet add package Hangfire.MySql.Core --version 1.0.0
<PackageReference Include="Hangfire.MySql.Core" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hangfire.MySql.Core --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
该版本只支持.net core 1.1,修复Hangfire.MySqlStorage在没有数据库密码时发生的错误,查询错误。
Dependencies
-
.NETFramework 4.6.1
- Dapper (>= 1.50.2)
- Hangfire.Core (>= 1.6.13)
- MySql.Data (>= 7.0.7-m61)
- Newtonsoft.Json (>= 10.0.3)
-
.NETStandard 1.6
- Dapper (>= 1.50.2)
- Hangfire.Core (>= 1.6.13)
- MySql.Data (>= 7.0.7-m61)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 10.0.3)
Used By
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Hangfire.MySql.Core:
Package | Downloads |
---|---|
Scheduler.NET
Scheduler.NET is a distributed scheduler system. It support http call back job and client managed job
|
|
Hangfire.HttpJob.Ext.Storage.All
Update Oracle,Sqlserver,Mongo Storage
|
|
LY.Initializer
Package Description
|
|
EaCloud.Hangfire
EaCloud Hangfire 后台任务组件,封装基于Hangfire后台任务的服务端实现
|
|
DoWork.Hangfire
Package Description
|
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Hangfire.MySql.Core:
Repository | Stars |
---|---|
Meowv/Blog
🤣阿星Plus⭐⭐⭐ - 此版本个人博客项目底层基于 abp vNext (不完全依赖)搭建,和免费开源跨平台的 .NET Core 3.1 开发,支持各种主流数据库(SqlServer、MySQL、PostgreSql、Sqlite)一键切换,遵循 RESTful 接口规范,前端使用 Blazor 开发,可作为 .NET Core 入门项目进行学习。If you liked `Blog` project or if it helped you, please give a star ⭐️ for this repository. 👍👍👍
|
|
q315523275/FamilyBucket
集合.net core、ocelot、consul、netty、rpc、eventbus、configserver、tracing、sqlsugar、vue-admin、基础管理平台等构建的微服务一条龙应用
|
|
gnsilence/HangfireHttpJob
hangfire的拓展程序,在原作者基础上增加了一些功能,调用api的方式来执行定时任务
|