Hangfire.Tags.SqlServer
1.8.2
FaceIT.Hangfire.Tags.SqlServer
Additional DetailsDue to the prefix reservation of Hangfire on Nuget, we had to rename Hangfire.Tags to include an {Author} prefix.
See the version list below for details.
dotnet add package Hangfire.Tags.SqlServer --version 1.8.2
NuGet\Install-Package Hangfire.Tags.SqlServer -Version 1.8.2
<PackageReference Include="Hangfire.Tags.SqlServer" Version="1.8.2" />
<PackageVersion Include="Hangfire.Tags.SqlServer" Version="1.8.2" />
<PackageReference Include="Hangfire.Tags.SqlServer" />
paket add Hangfire.Tags.SqlServer --version 1.8.2
#r "nuget: Hangfire.Tags.SqlServer, 1.8.2"
#:package Hangfire.Tags.SqlServer@1.8.2
#addin nuget:?package=Hangfire.Tags.SqlServer&version=1.8.2
#tool nuget:?package=Hangfire.Tags.SqlServer&version=1.8.2
Support for SQL Server for Hangfire.Tags. This seperate library is required in order to search for tags, and proper cleanup.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Dapper (>= 2.0.30)
- Hangfire.SqlServer (>= 1.7.8)
- Hangfire.Tags (>= 1.8.4)
- System.Data.SqlClient (>= 4.4.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Hangfire.Tags.SqlServer:
| Package | Downloads |
|---|---|
|
Prince.TaskScheduling
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.9.0-beta.1 | 15,288 | 5/30/2023 | |
| 1.8.2 | 57,660 | 5/30/2023 | |
| 1.8.1 | 102,032 | 6/15/2022 | |
| 1.8.0 | 76,368 | 7/20/2021 | |
| 1.7.1 | 55,610 | 3/2/2021 | |
| 1.7.0 | 45,018 | 9/28/2020 | |
| 1.6.4 | 22,751 | 8/3/2020 | |
| 1.6.2 | 23,824 | 5/6/2020 | |
| 1.6.1 | 19,973 | 4/29/2020 | |
| 1.6.0 | 19,999 | 4/28/2020 | |
| 1.5.1 | 28,042 | 4/22/2020 | |
| 1.0.0 | 34,837 | 1/22/2020 | |
| 0.8.0 | 26,431 | 5/6/2019 | |
| 0.7.0 | 20,155 | 4/11/2019 | |
| 0.6.0 | 22,362 | 10/31/2018 | |
| 0.5.0 | 20,333 | 10/13/2018 |
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.