CSharpFunctionalExtensions.FluentAssertions icon indicating copy to clipboard operation
CSharpFunctionalExtensions.FluentAssertions copied to clipboard

Bump CSharpFunctionalExtensions from 2.37.0 to 3.1.0

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps CSharpFunctionalExtensions from 2.37.0 to 3.1.0.

Release notes

Sourced from CSharpFunctionalExtensions's releases.

v3.1.0

Updates:

  • #565 Add allocation-free Maybe.Bind overload
  • #569 Add async & func overloads for Maybe.From
  • #570 Nullability handling improvements in Maybe

v3.0.0

Updates:

  • #552 Separate comparable types (breaking change)
  • #554 Remove EOL .NET frameworks and obsolete methods (breaking change)
  • #555 Add IError to the Result struct
  • #558 GetValueOrDefault for Result
  • #560 Add Result.Of methods
  • #561 Improve null handling of Maybe
  • #563 Add async overloads of Maybe.Match

v2.42.5

New features:

  • #547 Adding Maybe.ToUnitResult

Fixed issues:

  • None

v2.42.1

New features:

  • None

Fixed issues:

  • #27 Add strong named assembly

v2.42.0

New features:

  • #540 Add BindZip to return the Tuple of merged Binds

Fixed issues:

  • None

v2.41.0

New features:

  • #531 Added Task and ValueTask versions for AsMaybe

Fixed issues:

  • None

v2.40.3

New features:

  • #520 Add two additional TapIf.Task functions

Fixed issues:

  • None

... (truncated)

Commits
  • 45a4c97 version
  • e2243c1 Improving nullability handling in maybe
  • c3ade4b Merge pull request #569 from DerStimmler/feat/async-maybe-from
  • 9599a06 Merge pull request #565 from marcinjahn/maybe-bind-allocation-free
  • d7d6ec9 refactor: enable nullable annotations in BasicTests file
  • 344123b fix: typo
  • 4d3ab82 test: add tests for async & func overloads of Maybe.From
  • 9cc68d7 feat: add async & func overloads for Maybe.From
  • e7e03e5 Add allocation-free Maybe.Bind overload
  • c009233 version
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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[bot] avatar Oct 01 '24 09:10 dependabot[bot]