Hangfire.Tags.SqlServer
1.7.0
Support for SQL Server for Hangfire.Tags. This seperate library is required in order to search for tags, and proper cleanup.
Install-Package Hangfire.Tags.SqlServer -Version 1.7.0
dotnet add package Hangfire.Tags.SqlServer --version 1.7.0
<PackageReference Include="Hangfire.Tags.SqlServer" Version="1.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hangfire.Tags.SqlServer --version 1.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Initial release with support for adding tags to background jobs. The tags are visible on the job details page. It's possible to select a tag, and get a list of all jobs containing the selected tag.
Dependencies
-
.NETStandard 2.0
- Dapper (>= 2.0.30)
- Hangfire.SqlServer (>= 1.7.8)
- Hangfire.Tags (>= 1.7.0)
- System.Data.SqlClient (>= 4.4.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Hangfire.Tags.SqlServer:
Repository | Stars |
---|---|
yuzd/Hangfire.HttpJob
httpjob for Hangfire,restful api for Hangfire,job调度与业务分离
|