Cuemon.Extensions.Threading
6.0.1-rc
Prefix Reserved
See the version list below for details.
dotnet add package Cuemon.Extensions.Threading --version 6.0.1-rc
NuGet\Install-Package Cuemon.Extensions.Threading -Version 6.0.1-rc
<PackageReference Include="Cuemon.Extensions.Threading" Version="6.0.1-rc" />
<PackageVersion Include="Cuemon.Extensions.Threading" Version="6.0.1-rc" />
<PackageReference Include="Cuemon.Extensions.Threading" />
paket add Cuemon.Extensions.Threading --version 6.0.1-rc
#r "nuget: Cuemon.Extensions.Threading, 6.0.1-rc"
#:package Cuemon.Extensions.Threading@6.0.1-rc
#addin nuget:?package=Cuemon.Extensions.Threading&version=6.0.1-rc&prerelease
#tool nuget:?package=Cuemon.Extensions.Threading&version=6.0.1-rc&prerelease
The Cuemon.Extensions.Threading namespace contains extension methods that complements the System.Threading namespace.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. 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
- Cuemon.Threading (>= 6.0.1-rc)
-
net5.0
- Cuemon.Threading (>= 6.0.1-rc)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Cuemon.Extensions.Threading:
| Package | Downloads |
|---|---|
|
Cuemon.Core.App
Provides a convenient set of default API additions for building a .NET application. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.4.0 | 128 | 2/27/2026 |
| 10.3.0 | 124 | 2/19/2026 |
| 10.2.1 | 140 | 2/13/2026 |
| 10.2.0 | 132 | 2/10/2026 |
| 10.1.2 | 139 | 1/22/2026 |
| 10.1.1 | 185 | 12/12/2025 |
| 10.1.0 | 271 | 12/7/2025 |
| 10.0.0 | 370 | 11/12/2025 |
| 10.0.0-rc.2 | 154 | 10/19/2025 |
| 10.0.0-rc.1 | 202 | 9/14/2025 |
| 10.0.0-preview.3 | 80 | 8/16/2025 |
| 10.0.0-preview.2 | 157 | 7/15/2025 |
| 10.0.0-preview.1 | 151 | 7/10/2025 |
| 9.0.10 | 195 | 10/17/2025 |
| 9.0.9 | 226 | 9/13/2025 |
| 9.0.8 | 430 | 8/7/2025 |
| 9.0.7 | 251 | 7/9/2025 |
| 9.0.6 | 254 | 6/15/2025 |
| 9.0.5 | 657 | 5/13/2025 |
| 6.0.1-rc | 502 | 5/3/2021 |
Version: 6.0.0
Availability: NET Standard 2.0, NET 5.0
# New Features
- ADDED TaskExtensions class in the Cuemon.Extensions.Threading.Tasks namespace that consist of extension methods for the Task class: ContinueWithCapturedContext, ContinueWithCapturedContext{TResult}, ContinueWithSuppressedContext, ContinueWithSuppressedContext{TResult}