CSharpFunctionalExtensions.FluentAssertions
CSharpFunctionalExtensions.FluentAssertions copied to clipboard
Bump CSharpFunctionalExtensions from 2.37.0 to 3.1.0
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
45a4c97versione2243c1Improving nullability handling in maybec3ade4bMerge pull request #569 from DerStimmler/feat/async-maybe-from9599a06Merge pull request #565 from marcinjahn/maybe-bind-allocation-freed7d6ec9refactor: enable nullable annotations in BasicTests file344123bfix: typo4d3ab82test: add tests for async & func overloads of Maybe.From9cc68d7feat: add async & func overloads for Maybe.Frome7e03e5Add allocation-free Maybe.Bind overloadc009233version- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)