Update dependency FluentAssertions to v5.5.3 #65
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.1.2
->5.5.3
Release Notes
fluentassertions/fluentassertions
v5.5.3
Compare Source
BeEquivalenTo
- #935AssertionScope
to ensure binary compatibility - #977v5.5.1
Compare Source
ThrowAsync
,ThrowExactlyAsync
andNotThrowAsync
- #931Should().Throw
andShould().NotThrow
forFunc<T>
- #951private protected
access modifier - #932BeApproximately
to support nullable types for both the subject and the expectation nullable - #934async
version ofExecutionTime
to - #938NotBeApproximately
to accepting nullable subject and expectation - #939type.Should().Be(type)
now support open generics - #954, #955Should().AllBeEquivalentTo()
- #920, #914BeEquivalentTo
withWithStrictOrdering
produced messy failure message - #918null
subject to a dictionary - #933IEnumerable
now works now as expected - #911new
overrides -#960, #956Note In versions prior to 5.5, FA may have skipped certain properties in the equivalency comparison. #960 fixes this, so this may cause some breaking changes.
Lots of kudos @jnyrup and @krajek for a majority for the work in this release.
v5.5.0
Compare Source
v5.4.2
Compare Source
async
function throws - #892Using().WhenTypeIs()
) were not executed on dictionary equivalency assertions - #886HaveOffset
returned the seconds instead of the offset - #883v5.4.1
Compare Source
v5.4.0
Compare Source
System.Reflection.Emit
by adding direct support for .NET Core - #861v5.3.2
Compare Source
AssertionScope
did not work withGenericCollectionAssertions
- #835Kudos to @peterekepeter and @jnyrup for those fixes.
v5.3.0
Compare Source
MethodImplAttribute
now works with(Not)BeDecoratedWith
- #804[Not]BeCloseTo
- #803[Not]BeCloseTo
forDateTime[Offset]
toTick
precision instead of milliseconds - #820BeEquivalentTo
- #817Kudos to @jnyrup for making this release possible. Thanks to @melchiork for contributing #825.
v5.2.0
Compare Source
(Not)Be(Abstract|Sealed|Static)
class assertions implemented - #796NumericAssertions
- #788IEnumerable
should still be treated as enumerables - #793(Not)BeApproximately
- #795System.ValueTuple
to 4.4. - #802Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.