任务调度组件,提供Hangfire的任务调度封装,在本地开启任务服务器,供Web之外的项目使用.
Info
Version: | 1.1.52 |
Author(s): | Alex Lee |
Last Update: | Sunday, August 14, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.nuget.org/packages/Alex.Framework |
NuGet Url: | https://www.nuget.org/packages/Alex.Framework.Hangfire |
Install
Install-Package Alex.Framework.Hangfire
dotnet add package Alex.Framework.Hangfire
paket add Alex.Framework.Hangfire
Alex.Framework.Hangfire Download (Unzip the "nupkg" after downloading)
Dependencies
- Alex.Framework.Common(>= 1.1.0)
- Alex.Framework(>= 1.1.0)
- Hangfire.Core(>= 1.7.7)
- Hangfire.MemoryStorage.Core(>= 1.4.0)
- Hangfire.SQLite.Core(>= 1.0.2)
- Hangfire.SqlServer(>= 1.7.7)
- Microsoft.Extensions.Logging(>= 3.0.1)
- Microsoft.Extensions.Logging.Abstractions(>= 3.0.1)