Entity Framework Core SQL provider-neutral job storage implementation for Hangfire (https://www.hangfire.io).
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 0.6.0 |
Author(s): | Sergey Zhigunov |
Last Update: | Tuesday, February 13, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sergezhigunov/Hangfire.EntityFrameworkCore |
NuGet Url: | https://www.nuget.org/packages/Hangfire.EntityFrameworkCore |
Install
Install-Package Hangfire.EntityFrameworkCore
dotnet add package Hangfire.EntityFrameworkCore
paket add Hangfire.EntityFrameworkCore
Hangfire.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Hangfire.Core(>= 1.6.18 && < 2.0.0)
- Microsoft.EntityFrameworkCore(>= 2.0.0)
- Microsoft.EntityFrameworkCore.Relational(>= 2.0.0)
- Hangfire.Core(>= 1.6.18 && < 2.0.0)
- Microsoft.EntityFrameworkCore(>= 2.0.0)
- Microsoft.EntityFrameworkCore.Relational(>= 2.0.0)
Tags