HangFire.SqlServer
1.4.2
dotnet add package HangFire.SqlServer --version 1.4.2
NuGet\Install-Package HangFire.SqlServer -Version 1.4.2
<PackageReference Include="HangFire.SqlServer" Version="1.4.2" />
paket add HangFire.SqlServer --version 1.4.2
#r "nuget: HangFire.SqlServer, 1.4.2"
// Install HangFire.SqlServer as a Cake Addin #addin nuget:?package=HangFire.SqlServer&version=1.4.2 // Install HangFire.SqlServer as a Cake Tool #tool nuget:?package=HangFire.SqlServer&version=1.4.2
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
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. |
-
- Hangfire.Core (= 1.4.2)
GitHub repositories (24)
Showing the top 5 popular GitHub repositories that depend on HangFire.SqlServer:
Repository | Stars |
---|---|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
|
|
simplcommerce/SimplCommerce
A simple, cross platform, modulith ecommerce system built on .NET
|
|
VirtoCommerce/vc-platform
Virto Commerce B2B Innovation Platform
|
|
HTBox/allReady
This repo contains the code for allReady, an open-source solution focused on increasing awareness, efficiency and impact of preparedness campaigns as they are delivered by humanitarian and disaster response organizations in local communities.
|
Version | Downloads | Last updated |
---|---|---|
1.4.2 | 4,671 | 5/6/2015 |
1.4.1 | 6,339 | 4/14/2015 |
1.4.0 | 633 | 4/13/2015 |
1.4.0-rc2 | 95 | 4/11/2015 |
1.4.0-rc1 | 109 | 4/9/2015 |
1.4.0-beta1 | 271 | 3/19/2015 |
1.3.4 | 12,020 | 2/4/2015 |
1.3.3 | 1,343 | 1/28/2015 |
1.3.2 | 460 | 1/27/2015 |
1.3.1 | 2,449 | 1/13/2015 |
1.3.0 | 2,803 | 12/10/2014 |
1.2.2 | 2,218 | 11/24/2014 |
1.2.1 | 270 | 11/22/2014 |
1.2.0 | 1,195 | 11/17/2014 |
1.1.1 | 9,635 | 9/5/2014 |
1.1.0 | 843 | 9/3/2014 |
1.0.2 | 3,406 | 7/1/2014 |
1.0.1 | 164 | 6/30/2014 |
1.0.0 | 128 | 6/30/2014 |
0.9.1 | 509 | 6/12/2014 |
0.9.0 | 133 | 6/7/2014 |
0.8.3 | 105 | 5/23/2014 |
0.8.2 | 95 | 5/21/2014 |
0.8.1 | 121 | 5/17/2014 |
0.8.0 | 189 | 5/2/2014 |
0.7.5 | 95 | 4/10/2014 |
0.7.4 | 92 | 4/7/2014 |
0.7.3 | 94 | 4/4/2014 |
0.7.1 | 88 | 4/1/2014 |
0.7.0 | 80 | 3/22/2014 |
https://github.com/HangfireIO/Hangfire/releases
1.4.0-rc2
* Changed – Don't pass IsolationLevel to TransactionScope by default.
* Changed – Coarse grained locks for Hash, List and Set tables to prevent deadlocks.
1.4.0-rc1
* Added – Ability to pass isolation level to use in transactions, default is `serializable`.
* Fixed – Retry on deadlocks during automatic migration on server restart.
1.4.0-beta1
* Added – Make the expiration check interval configurable (by @travisblakeney).
* Changed – Use read committed or parent transaction isolation level instead of `serializable`.
* Changed – Automatically aggregate records in `Hangfire.Counter` table.
* Changed – Add indexes to prevent blocking rows by Expiration Manager.
* Changed – Remove the `with tablock` hint from the expiration cleanup (by @travisblakeney).