DotNetWorkQueue 0.7.6
dotnet add package DotNetWorkQueue --version 0.7.6
NuGet\Install-Package DotNetWorkQueue -Version 0.7.6
<PackageReference Include="DotNetWorkQueue" Version="0.7.6" />
<PackageVersion Include="DotNetWorkQueue" Version="0.7.6" />
<PackageReference Include="DotNetWorkQueue" />
paket add DotNetWorkQueue --version 0.7.6
#r "nuget: DotNetWorkQueue, 0.7.6"
#:package DotNetWorkQueue@0.7.6
#addin nuget:?package=DotNetWorkQueue&version=0.7.6
#tool nuget:?package=DotNetWorkQueue&version=0.7.6
Work queue for dot net 4.6.2, 4.7.2, 4.8, dot net standard 2.0, 6.0 and 8.0
SQL server, SQLite, Redis and PostgreSQL transports are available.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 is compatible. 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. |
-
.NETFramework 4.6.2
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.0)
- Newtonsoft.Json (>= 13.0.3)
- OpenTelemetry (>= 1.7.0)
- Polly (>= 8.2.1)
- Polly.Caching.Memory (>= 3.0.2)
- SimpleInjector (>= 5.4.4)
- System.Diagnostics.DiagnosticSource (>= 8.0.0)
-
.NETFramework 4.7.2
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.0)
- Newtonsoft.Json (>= 13.0.3)
- OpenTelemetry (>= 1.7.0)
- Polly (>= 8.2.1)
- Polly.Caching.Memory (>= 3.0.2)
- SimpleInjector (>= 5.4.4)
- System.Diagnostics.DiagnosticSource (>= 8.0.0)
-
.NETFramework 4.8
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.0)
- Newtonsoft.Json (>= 13.0.3)
- OpenTelemetry (>= 1.7.0)
- Polly (>= 8.2.1)
- Polly.Caching.Memory (>= 3.0.2)
- SimpleInjector (>= 5.4.4)
- System.Diagnostics.DiagnosticSource (>= 8.0.0)
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.0)
- Newtonsoft.Json (>= 13.0.3)
- OpenTelemetry (>= 1.7.0)
- Polly (>= 8.2.1)
- Polly.Caching.Memory (>= 3.0.2)
- SimpleInjector (>= 5.4.4)
- System.Diagnostics.DiagnosticSource (>= 8.0.0)
-
net6.0
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.0)
- Newtonsoft.Json (>= 13.0.3)
- OpenTelemetry (>= 1.7.0)
- Polly (>= 8.2.1)
- Polly.Caching.Memory (>= 3.0.2)
- SimpleInjector (>= 5.4.4)
- System.Diagnostics.DiagnosticSource (>= 8.0.0)
-
net8.0
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.0)
- Newtonsoft.Json (>= 13.0.3)
- OpenTelemetry (>= 1.7.0)
- Polly (>= 8.2.1)
- Polly.Caching.Memory (>= 3.0.2)
- SimpleInjector (>= 5.4.4)
- System.Diagnostics.DiagnosticSource (>= 8.0.0)
NuGet packages (11)
Showing the top 5 NuGet packages that depend on DotNetWorkQueue:
| Package | Downloads |
|---|---|
|
DotNetWorkQueue.Transport.Shared
Shared libaries for transports |
|
|
DotNetWorkQueue.Transport.RelationalDatabase
Shared libaries for relational transports |
|
|
DotNetWorkQueue.Transport.PostgreSQL
PostgreSQL transport for https://github.com/blehnen/DotNetWorkQueue |
|
|
DotNetWorkQueue.Transport.Redis
Redis transport for https://github.com/blehnen/DotNetWorkQueue |
|
|
DotNetWorkQueue.AppMetrics
An implementation of AppMetrics ( https://github.com/AppMetrics/AppMetrics) for https://github.com/blehnen/DotNetWorkQueue |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.7.6 | 1,594 | 2/2/2024 |
| 0.7.5 | 752 | 1/9/2024 |
| 0.7.4 | 620 | 1/9/2024 |
| 0.7.3 | 904 | 11/29/2023 |
| 0.7.2 | 668 | 11/29/2023 |
| 0.7.1 | 722 | 11/22/2023 |
| 0.7.0 | 672 | 10/27/2023 |
| 0.6.9 | 611 | 10/26/2023 |
| 0.6.8 | 19,643 | 7/20/2022 |
| 0.6.7 | 3,358 | 6/30/2022 |
| 0.6.6 | 3,991 | 4/29/2022 |
| 0.6.5 | 2,966 | 2/7/2022 |
| 0.6.4 | 2,295 | 1/13/2022 |
| 0.6.3 | 2,510 | 1/12/2022 |
| 0.6.2 | 1,767 | 12/14/2021 |
| 0.6.1 | 2,001 | 9/28/2021 |
| 0.6.0 | 1,986 | 9/7/2021 |
| 0.5.4 | 18,068 | 5/19/2021 |
| 0.5.3 | 2,257 | 5/18/2021 |
| 0.5.2 | 1,991 | 4/19/2021 |
| 0.5.1 | 2,179 | 4/9/2021 |
| 0.5.0 | 13,536 | 12/8/2020 |
| 0.4.6 | 2,277 | 9/2/2020 |
| 0.4.5 | 2,492 | 2/28/2020 |
| 0.4.4 | 2,970 | 12/23/2019 |
| 0.4.3 | 2,559 | 10/29/2019 |
| 0.4.2 | 2,423 | 10/29/2019 |
| 0.4.1 | 2,538 | 6/8/2019 |
| 0.4.0 | 2,458 | 6/2/2019 |
| 0.3.1 | 2,473 | 4/26/2019 |
| 0.2.1 | 8,718 | 10/1/2017 |
| 0.2.0 | 1,451 | 10/1/2017 |
| 0.1.10 | 2,495 | 3/19/2017 |
| 0.1.9 | 2,569 | 10/8/2016 |
| 0.1.8 | 1,549 | 9/25/2016 |
| 0.1.7 | 2,513 | 8/16/2016 |
| 0.1.6 | 2,836 | 8/12/2016 |
| 0.1.5 | 2,657 | 8/4/2016 |
| 0.1.4 | 2,496 | 6/22/2016 |
| 0.1.3 | 2,344 | 2/19/2016 |
| 0.1.2 | 2,350 | 11/22/2015 |
| 0.1.0 | 2,405 | 11/3/2015 |