FsToolkit.ErrorHandling.JobResult
2.0.0-beta001
See the version list below for details.
dotnet add package FsToolkit.ErrorHandling.JobResult --version 2.0.0-beta001
NuGet\Install-Package FsToolkit.ErrorHandling.JobResult -Version 2.0.0-beta001
<PackageReference Include="FsToolkit.ErrorHandling.JobResult" Version="2.0.0-beta001" />
<PackageVersion Include="FsToolkit.ErrorHandling.JobResult" Version="2.0.0-beta001" />
<PackageReference Include="FsToolkit.ErrorHandling.JobResult" />
paket add FsToolkit.ErrorHandling.JobResult --version 2.0.0-beta001
#r "nuget: FsToolkit.ErrorHandling.JobResult, 2.0.0-beta001"
#:package FsToolkit.ErrorHandling.JobResult@2.0.0-beta001
#addin nuget:?package=FsToolkit.ErrorHandling.JobResult&version=2.0.0-beta001&prerelease
#tool nuget:?package=FsToolkit.ErrorHandling.JobResult&version=2.0.0-beta001&prerelease
Package Description
| 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
- FsToolkit.ErrorHandling.TaskResult (>= 2.0.0-beta001)
- Hopac (>= 0.3.23)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.2.0 | 130 | 2/27/2026 |
| 5.2.0-beta001 | 106 | 2/27/2026 |
| 5.1.0 | 329 | 9/26/2025 |
| 5.1.0-beta001 | 154 | 9/26/2025 |
| 5.0.1 | 261 | 7/12/2025 |
| 5.0.0 | 315 | 6/2/2025 |
| 5.0.0-beta014 | 237 | 6/2/2025 |
| 5.0.0-beta013 | 210 | 5/29/2025 |
| 5.0.0-beta012 | 247 | 5/1/2025 |
| 5.0.0-beta011 | 237 | 3/30/2025 |
| 5.0.0-beta010 | 213 | 3/21/2025 |
| 5.0.0-beta009 | 294 | 3/5/2025 |
| 5.0.0-beta008 | 197 | 3/2/2025 |
| 5.0.0-beta007 | 182 | 2/23/2025 |
| 5.0.0-beta006 | 196 | 2/21/2025 |
| 5.0.0-beta005 | 206 | 2/16/2025 |
| 5.0.0-beta004 | 205 | 2/4/2025 |
| 5.0.0-beta003 | 183 | 1/6/2025 |
| 5.0.0-beta002 | 196 | 12/21/2024 |
| 2.0.0-beta001 | 599 | 8/29/2020 |
- Switches TaskResult Library from TaskBuilder to Ply. Credits [Nino FLoris](https://github.com/NinoFloris) - (https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/97)
- This change replaces [TaskBuilder](https://github.com/rspeele/TaskBuilder.fs) with [Ply](https://github.com/crowded/ply). Ply has better performance characteristics and more in line with how C# handles Task execution. To convert from TaskBuilder to Ply, replace the namespace of `FSharp.Control.Tasks.V2.ContextInsensitive` with `FSharp.Control.Tasks.NonAffine`.
- This also removes the TargetFramework net461 as a build target. Current netstandard2.0 supports net472 fully according to [this chart](https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support). It's recommended to upgrade your application to net472 if possible. If not, older versions of this library, such as 1.4.3, aren't going anywhere and can still be consumed from older TargetFrameworks.