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.3Release Notes
fluentassertions/fluentassertions
v5.5.3Compare Source
BeEquivalenTo- #935AssertionScopeto ensure binary compatibility - #977v5.5.1Compare Source
ThrowAsync,ThrowExactlyAsyncandNotThrowAsync- #931Should().ThrowandShould().NotThrowforFunc<T>- #951private protectedaccess modifier - #932BeApproximatelyto support nullable types for both the subject and the expectation nullable - #934asyncversion ofExecutionTimeto - #938NotBeApproximatelyto accepting nullable subject and expectation - #939type.Should().Be(type)now support open generics - #954, #955Should().AllBeEquivalentTo()- #920, #914BeEquivalentTowithWithStrictOrderingproduced messy failure message - #918nullsubject to a dictionary - #933IEnumerablenow works now as expected - #911newoverrides -#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.0Compare Source
v5.4.2Compare Source
asyncfunction throws - #892Using().WhenTypeIs()) were not executed on dictionary equivalency assertions - #886HaveOffsetreturned the seconds instead of the offset - #883v5.4.1Compare Source
v5.4.0Compare Source
System.Reflection.Emitby adding direct support for .NET Core - #861v5.3.2Compare Source
AssertionScopedid not work withGenericCollectionAssertions- #835Kudos to @peterekepeter and @jnyrup for those fixes.
v5.3.0Compare Source
MethodImplAttributenow works with(Not)BeDecoratedWith- #804[Not]BeCloseTo- #803[Not]BeCloseToforDateTime[Offset]toTickprecision instead of milliseconds - #820BeEquivalentTo- #817Kudos to @jnyrup for making this release possible. Thanks to @melchiork for contributing #825.
v5.2.0Compare Source
(Not)Be(Abstract|Sealed|Static)class assertions implemented - #796NumericAssertions- #788IEnumerableshould still be treated as enumerables - #793(Not)BeApproximately- #795System.ValueTupleto 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.