-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency fluentassertions to v8 #342
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #342 +/- ##
=======================================
Coverage 86.13% 86.13%
=======================================
Files 39 39
Lines 1601 1601
Branches 173 173
=======================================
Hits 1379 1379
Misses 186 186
Partials 36 36 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a change in the licensing model for this library with this version upgrade. fluentassertions/fluentassertions#2943 and https://xceed.com/products/unit-testing/fluent-assertions/
@open-feature/sdk-dotnet-maintainers: What should be the approach in this scenario?
Haha I definitely wouldn't merge this change |
27db425
to
5648270
Compare
5648270
to
0fee234
Compare
f1e855d
to
85b8bad
Compare
85b8bad
to
d1c1fdd
Compare
Closing the PR since we're in the process of removing FluentAssertions |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
7.1.0
->8.0.1
Release Notes
fluentassertions/fluentassertions (FluentAssertions)
v8.0.1
Compare Source
What's Changed
Improvements
Others
Full Changelog: fluentassertions/fluentassertions@8.0.0...8.0.1
v8.0.0
Compare Source
What's Changed
License change
Breaking Changes
OrEqualTo
methods by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2269SpacesPerIndentionLevel
by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2281AllSatisfy
to succeed on empty collections by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2321ForConstraint
toIAssertionScope
by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2324OnlyContain
to succeed on empty collections by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2350NSpec3
by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2356NotThrow[After]
toActionAssertions
by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2371EquivalencyAssertionOptions
toEquivalencyOptions
by @vbreuss in https://github.com/fluentassertions/fluentassertions/pull/2414WithoutMatchingRules
andWithoutSelectionRules
while usingBeEquivalentTo
by @vbreuss in https://github.com/fluentassertions/fluentassertions/pull/2457SubsequentOrderingAssertions
by @vbreuss in https://github.com/fluentassertions/fluentassertions/pull/2439RespectingRuntimeTypes
andRespectingDeclaredTypes
to better clarify their purpose by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2866HttpResponseMessage
assertions by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2909New features
NotBeIn(DateTimeKind)
DateTime
assertion by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2536EquivalencyOptions
in string assertions by @vbreuss in https://github.com/fluentassertions/fluentassertions/pull/2413Improvements
TypeMemberReflector
by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2320AssertionScope
s to chain their context by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2607[StringSyntax("CompositeFormat")]
to allbecause
parameters by @psychotoad in https://github.com/fluentassertions/fluentassertions/pull/2635Satisfy
onReferenceTypeAssertions
by @siewers in https://github.com/fluentassertions/fluentassertions/pull/2597XElement
andXDocument
by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2690NumericAssertions
by @vbreuss in https://github.com/fluentassertions/fluentassertions/pull/2473Fixes
DateTimeOffset
withBeWithin
/Before
by @rokklobster in https://github.com/fluentassertions/fluentassertions/pull/2312AssertionScope
by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2318IDictionary
subject with anIDictionary<,>
expectation by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2358FormattingOptions
to innerAssertionScope
by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2329NotBeOfType
andBeReadable
/BeWritable
by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2399null
by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2398[Not]HaveExplicit(Property|Method)
by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2403private protected
members fromBeEquivalentTo
by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2417"\\r\\n"
as new line. by @vbreuss in https://github.com/fluentassertions/fluentassertions/pull/2569ThrowWithinAsync
respect canceled tasks by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2614BeEquivalentTo
when using a custom comparer targeting nullable types by @arocheleau in https://github.com/fluentassertions/fluentassertions/pull/2648StringSyntaxAttribute
by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2669UsingLineBreaks
for[Not]BeSameAs
by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2726Documentation
(Not)ContainEquivalentOf
problem by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2354DateTime
tips by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2422enum
is reserved word so cannot be used as an id… by @lazyrainynight in https://github.com/fluentassertions/fluentassertions/pull/2921Others
StringValidator
to avoid inheritance by @vbreuss in https://github.com/fluentassertions/fluentassertions/pull/2296DateTimeOffset
tests by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2314internal
modifier forTypeMemberReflector
benchmarks by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2348because
isnull
by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2327failThreshold
by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2360cSpell
on releases.md anymore by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2361UnusedMember.Global
Qodana scan rule and add missing tests by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2378Subject.Should()
by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2402SelfReferenceEquivalencyAssertionOptions
by @vbreuss in https://github.com/fluentassertions/fluentassertions/pull/2431Configuration
by @vbreuss in https://github.com/fluentassertions/fluentassertions/pull/2438PredicateLambdaExpressionValueFormatter
by @vbreuss in https://github.com/fluentassertions/fluentassertions/pull/2453CallerIdentifier
by @vbreuss in https://github.com/fluentassertions/fluentassertions/pull/2448failThreshold
by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2437releases.md
to solution items by @vbreuss in https://github.com/fluentassertions/fluentassertions/pull/2469Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.