Hangfire.FluentNHibernateStorage
1.1.2099
See the version list below for details.
dotnet add package Hangfire.FluentNHibernateStorage --version 1.1.2099
NuGet\Install-Package Hangfire.FluentNHibernateStorage -Version 1.1.2099
<PackageReference Include="Hangfire.FluentNHibernateStorage" Version="1.1.2099" />
paket add Hangfire.FluentNHibernateStorage --version 1.1.2099
#r "nuget: Hangfire.FluentNHibernateStorage, 1.1.2099"
// Install Hangfire.FluentNHibernateStorage as a Cake Addin #addin nuget:?package=Hangfire.FluentNHibernateStorage&version=1.1.2099 // Install Hangfire.FluentNHibernateStorage as a Cake Tool #tool nuget:?package=Hangfire.FluentNHibernateStorage&version=1.1.2099
A Hangfire storage provider for SQL Server, MySQL, Oracle, DB/2, PostgreSQL, 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)
- Snork.FluentNHibernateTools (>= 1.1.6600)
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 | 19,937 | 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,715 | 11/12/2020 | |
1.2.1014 | 1,700 | 11/8/2020 | |
1.1.2503 | 126,243 | 1/7/2020 | |
1.1.2457 | 10,744 | 11/27/2019 | |
1.1.2405 | 9,232 | 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,945 | 2/11/2019 | |
1.1.2099 | 7,706 | 11/8/2018 | |
1.1.2062 | 2,838 | 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 |
This is a breaking change! All ID columns were reverted from Int64 to Int32.
In FluentNHibernateMonitoringApi, it now correctly uses whatever transaction storage level the user has specified in options. The default transaction isolation level has been changed to Serializable instead of Read Committed.
A mutex has been added to the code that grants distributed locks, so there's less of a chance of encountering deadlocks in this portion of the code for all the threads on a single Hangfire server instance.