Update dependency FluentAssertions to 8.9.0 #23

Open
ochronus wants to merge 1 commit from renovate/fluentassertions-8.x into main
Owner

This PR contains the following updates:

Package Type Update Change
FluentAssertions (source) nuget minor 8.8.08.9.0

Release Notes

fluentassertions/fluentassertions (FluentAssertions)

v8.9.0

Compare Source

What's Changed

New features
Improvements
Fixes
Documentation
Others

New Contributors

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/8.8.0...8.9.0


Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [FluentAssertions](https://xceed.com/products/unit-testing/fluent-assertions/) ([source](https://github.com/fluentassertions/fluentassertions)) | nuget | minor | `8.8.0` → `8.9.0` | --- ### Release Notes <details> <summary>fluentassertions/fluentassertions (FluentAssertions)</summary> ### [`v8.9.0`](https://github.com/fluentassertions/fluentassertions/releases/tag/8.9.0) [Compare Source](https://github.com/fluentassertions/fluentassertions/compare/8.8.0...8.9.0) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### New features - Add support for `Span<T>`, `ReadOnlySpan<T>`, `Memory<T>` and `ReadOnlyMemory<T>` by [@&#8203;dennisdoomen](https://github.com/dennisdoomen) in [#&#8203;3172](https://github.com/fluentassertions/fluentassertions/pull/3172) ##### Improvements - Allow excluding all properties by type from `BeEquivalentTo` by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;3115](https://github.com/fluentassertions/fluentassertions/pull/3115) - Clean-up the stack trace when throwing an assertion failure by [@&#8203;dennisdoomen](https://github.com/dennisdoomen) in [#&#8203;3152](https://github.com/fluentassertions/fluentassertions/pull/3152) - Improve reporting the differences between differently sized collections in `BeEquivalentTo` by [@&#8203;dennisdoomen](https://github.com/dennisdoomen) in [#&#8203;3133](https://github.com/fluentassertions/fluentassertions/pull/3133) - Improve reporting the subject when chaining `Throw` and `Which` by [@&#8203;dennisdoomen](https://github.com/dennisdoomen) in [#&#8203;3160](https://github.com/fluentassertions/fluentassertions/pull/3160) - Add `HaveMillisecond`/`NotHaveMillisecond` assertion methods for `DateTime` and `DateTimeOffset` by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;3164](https://github.com/fluentassertions/fluentassertions/pull/3164) - Add `BeEqualTo` and `NotBeEqualTo` as collection assertion aliases by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;3166](https://github.com/fluentassertions/fluentassertions/pull/3166) ##### Fixes - Fix formatting exception when comparing strings containing braces by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;3151](https://github.com/fluentassertions/fluentassertions/pull/3151) ##### Documentation - Also mention the global configuration options in the docs. by [@&#8203;dennisdoomen](https://github.com/dennisdoomen) in [#&#8203;3132](https://github.com/fluentassertions/fluentassertions/pull/3132) - Add xUnit migration tips by [@&#8203;fuguiKz](https://github.com/fuguiKz) in [#&#8203;3141](https://github.com/fluentassertions/fluentassertions/pull/3141) - Point the docs to the new site by [@&#8203;dennisdoomen](https://github.com/dennisdoomen) in [#&#8203;3155](https://github.com/fluentassertions/fluentassertions/pull/3155) - Added missing release notes by [@&#8203;dennisdoomen](https://github.com/dennisdoomen) in [#&#8203;3161](https://github.com/fluentassertions/fluentassertions/pull/3161) - Fix "an" vs "a" typos by [@&#8203;jnyrup](https://github.com/jnyrup) in [#&#8203;3174](https://github.com/fluentassertions/fluentassertions/pull/3174) ##### Others - Bump actions/download-artifact from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3116](https://github.com/fluentassertions/fluentassertions/pull/3116) - Bump cspell from 9.2.1 to 9.2.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3118](https://github.com/fluentassertions/fluentassertions/pull/3118) - Bump actions/upload-artifact from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3117](https://github.com/fluentassertions/fluentassertions/pull/3117) - Add NuGet package attestations using GitHub provenance by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;3119](https://github.com/fluentassertions/fluentassertions/pull/3119) - Bump cspell from 9.2.2 to 9.3.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3122](https://github.com/fluentassertions/fluentassertions/pull/3122) - Bump actions/attest-build-provenance from 2 to 3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3121](https://github.com/fluentassertions/fluentassertions/pull/3121) - fix qodana warnings by [@&#8203;jnyrup](https://github.com/jnyrup) in [#&#8203;3123](https://github.com/fluentassertions/fluentassertions/pull/3123) - Update nuget packages by [@&#8203;jnyrup](https://github.com/jnyrup) in [#&#8203;3124](https://github.com/fluentassertions/fluentassertions/pull/3124) - Bump cspell from 9.3.0 to 9.3.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3125](https://github.com/fluentassertions/fluentassertions/pull/3125) - Bump actions/checkout from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3127](https://github.com/fluentassertions/fluentassertions/pull/3127) - Update to NET 10 SDK by [@&#8203;jnyrup](https://github.com/jnyrup) in [#&#8203;3128](https://github.com/fluentassertions/fluentassertions/pull/3128) - Use `==` or `!=` when comparing Nullable<T> against constants by [@&#8203;jnyrup](https://github.com/jnyrup) in [#&#8203;3129](https://github.com/fluentassertions/fluentassertions/pull/3129) - Create polyfill for `string.Create` by [@&#8203;jnyrup](https://github.com/jnyrup) in [#&#8203;3130](https://github.com/fluentassertions/fluentassertions/pull/3130) - Bump cspell from 9.3.2 to 9.4.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3131](https://github.com/fluentassertions/fluentassertions/pull/3131) - Bump actions/cache from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3136](https://github.com/fluentassertions/fluentassertions/pull/3136) - Bump actions/upload-artifact from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3135](https://github.com/fluentassertions/fluentassertions/pull/3135) - Bump actions/download-artifact from 6 to 7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3134](https://github.com/fluentassertions/fluentassertions/pull/3134) - Cleanups by [@&#8203;jnyrup](https://github.com/jnyrup) in [#&#8203;3137](https://github.com/fluentassertions/fluentassertions/pull/3137) - Nuget updates by [@&#8203;jnyrup](https://github.com/jnyrup) in [#&#8203;3139](https://github.com/fluentassertions/fluentassertions/pull/3139) - Suppress `UnassignedGetOnlyAutoProperty` for `Node.GetHashCode` by [@&#8203;jnyrup](https://github.com/jnyrup) in [#&#8203;3138](https://github.com/fluentassertions/fluentassertions/pull/3138) - Use `NonReadonlyMemberInGetHashCode` by [@&#8203;jnyrup](https://github.com/jnyrup) in [#&#8203;3140](https://github.com/fluentassertions/fluentassertions/pull/3140) - Bump JetBrains/qodana-action from 2025.2 to 2025.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3142](https://github.com/fluentassertions/fluentassertions/pull/3142) - Use compiler-generated `paramName` parameter by [@&#8203;jnyrup](https://github.com/jnyrup) in [#&#8203;3143](https://github.com/fluentassertions/fluentassertions/pull/3143) - Fix `When_concurrently_getting_equality_strategy_it_should_not_throw` by [@&#8203;jnyrup](https://github.com/jnyrup) in [#&#8203;3144](https://github.com/fluentassertions/fluentassertions/pull/3144) - Bump cspell from 9.4.0 to 9.6.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3146](https://github.com/fluentassertions/fluentassertions/pull/3146) - Bump cspell from 9.6.0 to 9.6.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3153](https://github.com/fluentassertions/fluentassertions/pull/3153) - Polyfill string builder appending by [@&#8203;jnyrup](https://github.com/jnyrup) in [#&#8203;3156](https://github.com/fluentassertions/fluentassertions/pull/3156) - Bump cspell from 9.6.2 to 9.6.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3157](https://github.com/fluentassertions/fluentassertions/pull/3157) - Bump F# to 8.0 to compile with .NET 11 SDK by [@&#8203;jnyrup](https://github.com/jnyrup) in [#&#8203;3159](https://github.com/fluentassertions/fluentassertions/pull/3159) - Bump cspell from 9.6.4 to 9.7.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3163](https://github.com/fluentassertions/fluentassertions/pull/3163) - Bump actions/upload-artifact from 6 to 7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3170](https://github.com/fluentassertions/fluentassertions/pull/3170) - Bump actions/download-artifact from 7 to 8 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3168](https://github.com/fluentassertions/fluentassertions/pull/3168) - Bump actions/attest-build-provenance from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3169](https://github.com/fluentassertions/fluentassertions/pull/3169) - Replace `attest-build-provenance` with `attest` by [@&#8203;jnyrup](https://github.com/jnyrup) in [#&#8203;3171](https://github.com/fluentassertions/fluentassertions/pull/3171) - Remove UWP.Specs by [@&#8203;jnyrup](https://github.com/jnyrup) in [#&#8203;3175](https://github.com/fluentassertions/fluentassertions/pull/3175) #### New Contributors - [@&#8203;Copilot](https://github.com/Copilot) made their first contribution in [#&#8203;3119](https://github.com/fluentassertions/fluentassertions/pull/3119) - [@&#8203;fuguiKz](https://github.com/fuguiKz) made their first contribution in [#&#8203;3141](https://github.com/fluentassertions/fluentassertions/pull/3141) **Full Changelog**: <https://github.com/fluentassertions/fluentassertions/compare/8.8.0...8.9.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44MS44IiwidXBkYXRlZEluVmVyIjoiNDMuMTUwLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
chore(deps): update dependency fluentassertions to 8.9.0
Some checks failed
CI / Build and Test (pull_request) Failing after 5s
CI / Code Format Check (pull_request) Failing after 4s
de083ad079
ochronus changed title from chore(deps): update dependency fluentassertions to 8.9.0 to Update dependency FluentAssertions to 8.9.0 2026-04-28 19:51:49 +02:00
Commenting is not possible because the repository is archived.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ochronus/csharparr!23
No description provided.