Metadata >> NuGet >> Hangfire.SqlServer >> 1.4.5

1.4.5

Metadata

Authors Sergey Odinokov
Copyrights Copyright © 2013-2015 Sergey Odinokov
Description SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
LicenseUrl https://raw.github.com/HangfireIO/Hangfire/master/LICENSE.md
Owners odinserj
ProjectUrl http://hangfire.io/
ReleaseNotes https://github.com/HangfireIO/Hangfire/releases 1.4.3 * Fixed – SQL Server storage does not work with case-sensitive and binary collations (by @ilessa). * Fixed – "Incorrect syntax near 'MERGE'" error in `CountersAggregator` component. 1.4.0 * Added – Ability to pass isolation level to use in transactions, default is `serializable`. * 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). * Changed – Don't pass IsolationLevel to TransactionScope by default. * Changed – Coarse grained locks for Hash, List and Set tables to prevent deadlocks. * Fixed – Retry on deadlocks during automatic migration on server restart.
RequireLicenseAcceptance False
Tags Hangfire SqlServer SqlAzure LocalDB
Dependencies Hangfire.Core:[1.4.5]
Title Hangfire SQL Server Storage
PackageSize 246442
PackageHashAlgorithm SHA512
PackageHash yECyRCmXCzBnnR4ObBhbdbbO/tdB3uXCdAdv9gXc9/wA+QYK2837+oBODShXNortoRVZfM8RORKOOImyoRjyjA==
DownloadCount 000000
CreatedDate 2015-07-24T12:26:50

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Hangfire.SqlServer -Version 1.4.5 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Hangfire.SqlServer -Version 1.4.5 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete Hangfire.SqlServer 1.4.5 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package Hangfire.SqlServer -Version 1.4.5 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Hangfire.SqlServer -Version 1.4.5 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap Hangfire.SqlServer -Version 1.4.5
Uninstalling the package:
o remove-wrap Hangfire.SqlServer

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.5 Binaries