FsToolkit.ErrorHandling

An opinionated F# Library for error handling

MIT License

Stars
465

Bot releases are visible (Hide)

FsToolkit.ErrorHandling - 2.1.1-beta001

Published by TheAngryByrd over 3 years ago

FsToolkit.ErrorHandling - 2.1.0

Published by TheAngryByrd over 3 years ago

FsToolkit.ErrorHandling - 2.1.0-beta002

Published by TheAngryByrd over 3 years ago

FsToolkit.ErrorHandling - 2.0.0

Published by TheAngryByrd almost 4 years ago

  • Switches TaskResult Library from TaskBuilder to Ply. Credits Nino Floris - (https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/97)
  • This change replaces TaskBuilder with 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. -
  • This also removes the TargetFramework net461 as a build target. Current netstandard2.0 supports net472 fully according to this chart. 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.
  • Switch to use Affine for Task related. Credits @Swoorup. - (https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/107)
FsToolkit.ErrorHandling - 2.0.0-beta002

Published by TheAngryByrd almost 4 years ago

  • Switches TaskResult Library from TaskBuilder to Ply. Credits Nino Floris - (https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/97)
  • This change replaces TaskBuilder with 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. 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.
  • Switch to use Affine for Task related. Credits @Swoorup. - (https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/107)
FsToolkit.ErrorHandling - 2.0.0-beta001

Published by TheAngryByrd about 4 years ago

  • Switches TaskResult Library from TaskBuilder to Ply. Credits Nino Floris - (https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/97)
    • This change replaces TaskBuilder with 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. 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.
FsToolkit.ErrorHandling - 1.4.3

Published by TheAngryByrd about 4 years ago

FsToolkit.ErrorHandling - 1.4.0

Published by TheAngryByrd over 4 years ago

FsToolkit.ErrorHandling - 1.3.2

Published by TheAngryByrd over 4 years ago

FsToolkit.ErrorHandling - 1.3.1

Published by TheAngryByrd over 4 years ago

FsToolkit.ErrorHandling - 1.3.1-beta001

Published by TheAngryByrd over 4 years ago

FsToolkit.ErrorHandling - 1.3.0

Published by TheAngryByrd over 4 years ago

FsToolkit.ErrorHandling - 1.3.0-beta006

Published by TheAngryByrd over 4 years ago

Badges
Extracted from project README
GitHub Actions Build History NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet
Related Projects