Hangfire.FluentNHibernateStorage
1.1.2041
See the version list below for details.
dotnet add package Hangfire.FluentNHibernateStorage --version 1.1.2041
NuGet\Install-Package Hangfire.FluentNHibernateStorage -Version 1.1.2041
<PackageReference Include="Hangfire.FluentNHibernateStorage" Version="1.1.2041" />
paket add Hangfire.FluentNHibernateStorage --version 1.1.2041
#r "nuget: Hangfire.FluentNHibernateStorage, 1.1.2041"
// Install Hangfire.FluentNHibernateStorage as a Cake Addin #addin nuget:?package=Hangfire.FluentNHibernateStorage&version=1.1.2041 // Install Hangfire.FluentNHibernateStorage as a Cake Tool #tool nuget:?package=Hangfire.FluentNHibernateStorage&version=1.1.2041
A Hangfire storage provider for SQL Server, MySQL, Oracle, DB/2, Postgres, and Firebird
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- FluentNHibernate (>= 2.0.3)
- Hangfire.Core (>= 1.5.3)
- Iesi.Collections (>= 4.0.0.4000)
- Newtonsoft.Json (>= 5.0.1)
- NHibernate (>= 4.0.0.4000)
- Owin (>= 1.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Hangfire.FluentNHibernateStorage:
Package | Downloads |
---|---|
fion.modelerp.core
ModelErp |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.7.30 | 20,201 | 6/16/2022 | |
1.2.1060 | 2,315 | 5/3/2022 | |
1.2.1050 | 1,680 | 2/3/2022 | |
1.2.1040 | 1,336 | 2/2/2022 | |
1.2.1020 | 18,991 | 11/12/2020 | |
1.2.1014 | 1,700 | 11/8/2020 | |
1.1.2503 | 126,374 | 1/7/2020 | |
1.1.2457 | 10,783 | 11/27/2019 | |
1.1.2405 | 9,238 | 9/10/2019 | |
1.1.2400 | 2,501 | 8/9/2019 | |
1.1.2394 | 1,397 | 8/3/2019 | |
1.1.2392 | 4,321 | 5/3/2019 | |
1.1.2322 | 1,281 | 4/29/2019 | |
1.1.2120 | 11,936 | 3/11/2019 | |
1.1.2105 | 3,946 | 2/11/2019 | |
1.1.2099 | 7,723 | 11/8/2018 | |
1.1.2062 | 2,854 | 2/7/2018 | |
1.1.2060 | 1,790 | 2/3/2018 | |
1.1.2048 | 1,740 | 1/23/2018 | |
1.1.2046 | 1,818 | 1/14/2018 | |
1.1.2045 | 1,745 | 12/27/2017 | |
1.1.2041 | 1,689 | 12/26/2017 |
* Safer conversion of Job Ids
* Fix bug in GetTTL method
* Switch all applicable ID column types from int to long
* Fix index offset issue in methods that look for a range of table entries
* Properly implement function to get fetched job ids
* Return correct exception during NHibernate session factory generation
* Optimize where the schema update is occurring during session factory generation