Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 26, 2021

Bumps FsToolkit.ErrorHandling from 1.4.3 to 2.2.0.

Release notes

Sourced from FsToolkit.ErrorHandling's releases.

2.2.0

2.1.2

2.1.1

2.1.1-beta001

2.1.0

2.1.0-beta003

2.1.0-beta002

2.0.0

  • Switches TaskResult Library from TaskBuilder to Ply. Credits Nino Floris - (demystifyfp/FsToolkit.ErrorHandling#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. - (demystifyfp/FsToolkit.ErrorHandling#107)

2.0.0-beta002

  • Switches TaskResult Library from TaskBuilder to Ply. Credits Nino Floris - (demystifyfp/FsToolkit.ErrorHandling#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. - (demystifyfp/FsToolkit.ErrorHandling#107)

2.0.0-beta001

  • Switches TaskResult Library from TaskBuilder to Ply. Credits Nino Floris - (demystifyfp/FsToolkit.ErrorHandling#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.
Changelog

Sourced from FsToolkit.ErrorHandling's changelog.

2.2.0 - April 21, 2021

-AsyncResult, TaskResult, JobResult error helpers Credits @​meridaio - (demystifyfp/FsToolkit.ErrorHandling#124)

2.1.2 - February 27, 2021

2.1.1 - February 26, 2021

2.1.0 - February 26, 2021

2.0.0 - November 20, 2020

  • Switches TaskResult Library from TaskBuilder to Ply. Credits Nino Floris - (demystifyfp/FsToolkit.ErrorHandling#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. - (demystifyfp/FsToolkit.ErrorHandling#107)
Commits
  • f09472a Bump version to 2.2.0
  • 38a731b Add doc to Task.catch
  • 67cea1e pluralize test description
  • 6be0005 fix JobResult test description
  • c1cdbf2 add unit tests
  • 5a17cc7 add xml docs to new functions
  • f573418 Add catch, ofX, ofResult functions to TaskResult, JobResult, AsyncResult
  • 0c324da Add devcontainer to project
  • 1a09dc8 Installs dotnet on github CI via global.json
  • c2cff27 fix: SDK in global bump
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 26, 2021

Dependabot tried to add @joahim and @breki as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/treker-mk/website/pulls/254/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the treker-mk/website repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 26, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 17, 2021

Superseded by #265.

@dependabot dependabot bot closed this May 17, 2021
@dependabot dependabot bot deleted the dependabot/nuget/tests/Visualizations.Tests/FsToolkit.ErrorHandling-2.2.0 branch May 17, 2021 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants