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,652 | 2/2/2024 |
| 0.7.5 | 762 | 1/9/2024 |
| 0.7.4 | 634 | 1/9/2024 |
| 0.7.3 | 916 | 11/29/2023 |
| 0.7.2 | 678 | 11/29/2023 |
| 0.7.1 | 738 | 11/22/2023 |
| 0.7.0 | 675 | 10/27/2023 |
| 0.6.9 | 615 | 10/26/2023 |
| 0.6.8 | 19,655 | 7/20/2022 |
| 0.6.7 | 3,372 | 6/30/2022 |
| 0.6.6 | 4,006 | 4/29/2022 |
| 0.6.5 | 2,975 | 2/7/2022 |
| 0.6.4 | 2,310 | 1/13/2022 |
| 0.6.3 | 2,521 | 1/12/2022 |
| 0.6.2 | 1,780 | 12/14/2021 |
| 0.6.1 | 2,010 | 9/28/2021 |
| 0.6.0 | 2,002 | 9/7/2021 |
| 0.5.4 | 18,582 | 5/19/2021 |
| 0.5.3 | 2,277 | 5/18/2021 |
| 0.5.2 | 2,003 | 4/19/2021 |
| 0.5.1 | 2,191 | 4/9/2021 |
| 0.5.0 | 13,548 | 12/8/2020 |
| 0.4.6 | 2,294 | 9/2/2020 |
| 0.4.5 | 2,510 | 2/28/2020 |
| 0.4.4 | 2,986 | 12/23/2019 |
| 0.4.3 | 2,575 | 10/29/2019 |
| 0.4.2 | 2,441 | 10/29/2019 |
| 0.4.1 | 2,556 | 6/8/2019 |
| 0.4.0 | 2,475 | 6/2/2019 |
| 0.3.1 | 2,493 | 4/26/2019 |
| 0.2.1 | 8,747 | 10/1/2017 |
| 0.2.0 | 1,481 | 10/1/2017 |
| 0.1.10 | 2,527 | 3/19/2017 |
| 0.1.9 | 2,604 | 10/8/2016 |
| 0.1.8 | 1,578 | 9/25/2016 |
| 0.1.7 | 2,543 | 8/16/2016 |
| 0.1.6 | 2,869 | 8/12/2016 |
| 0.1.5 | 2,686 | 8/4/2016 |
| 0.1.4 | 2,531 | 6/22/2016 |
| 0.1.3 | 2,372 | 2/19/2016 |
| 0.1.2 | 2,382 | 11/22/2015 |
| 0.1.0 | 2,436 | 11/3/2015 |