Skip to content
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

Add support to convert into to enum #2147

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

ghost
Copy link

@ghost ghost commented Mar 20, 2023

Fixes #2011

There's not really a way for ChangeType to handle this case so it is handled specifically.

Copy link
Member

@dennisdoomen dennisdoomen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR.

@coveralls
Copy link

coveralls commented Mar 21, 2023

Pull Request Test Coverage Report for Build 4472960965

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 4 of 5 (80.0%) changed or added relevant lines in 1 file are covered.
  • 3 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.01%) to 97.141%

Changes Missing Coverage Covered Lines Changed/Added Lines %
Src/FluentAssertions/Equivalency/Steps/AutoConversionStep.cs 4 5 80.0%
Files with Coverage Reduction New Missed Lines %
Src/FluentAssertions/Equivalency/Steps/AutoConversionStep.cs 3 81.4%
Totals Coverage Status
Change from base Build 4391754480: -0.01%
Covered Lines: 12827
Relevant Lines: 13056

💛 - Coveralls

@ghost ghost force-pushed the int-to-enum-autoconvert branch from 5b776cd to cdc1270 Compare March 21, 2023 14:21
@ghost
Copy link
Author

ghost commented Mar 21, 2023

I added a test that should cover this line

@ghost ghost force-pushed the int-to-enum-autoconvert branch from cdc1270 to f0fac51 Compare March 21, 2023 18:37
@ghost ghost requested a review from dennisdoomen March 22, 2023 15:05
@dennisdoomen dennisdoomen requested a review from jnyrup March 22, 2023 15:24
@IT-VBFK
Copy link
Contributor

IT-VBFK commented Mar 22, 2023

@sdelarosbil Can you add a note in the releases.md ?

@ghost ghost force-pushed the int-to-enum-autoconvert branch from f0fac51 to 49b9d3c Compare March 22, 2023 18:14
@ghost
Copy link
Author

ghost commented Mar 22, 2023

@sdelarosbil Can you add a note in the releases.md ?

Done.

docs/_pages/releases.md Outdated Show resolved Hide resolved
@ghost ghost force-pushed the int-to-enum-autoconvert branch from 49b9d3c to c1c8cce Compare March 22, 2023 19:26
@jnyrup jnyrup merged commit dadb0bc into fluentassertions:develop Mar 22, 2023
renovate bot referenced this pull request in cythral/brighid-discord-adapter Apr 20, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [FluentAssertions](https://www.fluentassertions.com/)
([source](https://togithub.com/fluentassertions/fluentassertions)) |
nuget | minor | `6.10.0` -> `6.11.0` |

---

### Release Notes

<details>
<summary>fluentassertions/fluentassertions</summary>

###
[`v6.11.0`](https://togithub.com/fluentassertions/fluentassertions/releases/tag/6.11.0)

[Compare
Source](https://togithub.com/fluentassertions/fluentassertions/compare/6.10.0...6.11.0)

<!-- Release notes generated using configuration in .github/release.yml
at develop -->

#### What's Changed

##### New features

- Added `ThrowWithinAsync` assertions by
[@&#8203;lg2de](https://togithub.com/lg2de) in
[https://github.com/fluentassertions/fluentassertions/pull/1974](https://togithub.com/fluentassertions/fluentassertions/pull/1974)
- Add `WithoutStrictOrderingFor` overload with an expression by
[@&#8203;chrischu](https://togithub.com/chrischu) in
[https://github.com/fluentassertions/fluentassertions/pull/2151](https://togithub.com/fluentassertions/fluentassertions/pull/2151)

##### Improvements

- Add support to convert into to enum by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2147](https://togithub.com/fluentassertions/fluentassertions/pull/2147)
- Use `ToString` to format exceptions by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2150](https://togithub.com/fluentassertions/fluentassertions/pull/2150)

##### Fixes

- Increase robustness of assertions when wrapped in an `AssertionScope`
by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2133](https://togithub.com/fluentassertions/fluentassertions/pull/2133)
- Ensured the maximum depth is properly respecting the "official"
definition of depth by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2145](https://togithub.com/fluentassertions/fluentassertions/pull/2145)
- Prevent `NullReferenceException` by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2154](https://togithub.com/fluentassertions/fluentassertions/pull/2154)
- Make `Excluding()` work on nested collections if root is a collection
by [@&#8203;whymatter](https://togithub.com/whymatter) in
[https://github.com/fluentassertions/fluentassertions/pull/2135](https://togithub.com/fluentassertions/fluentassertions/pull/2135)
- Prevent `InvalidOperationException` when formatting lambda expression
by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2176](https://togithub.com/fluentassertions/fluentassertions/pull/2176)

##### Documentation

- Add missing xml docs for parameters by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2134](https://togithub.com/fluentassertions/fluentassertions/pull/2134)
- Fix xml docs for time-related assertions by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2153](https://togithub.com/fluentassertions/fluentassertions/pull/2153)
- fix link to PR in release notes by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2171](https://togithub.com/fluentassertions/fluentassertions/pull/2171)
- Do not interpret double braces as liquid template by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2181](https://togithub.com/fluentassertions/fluentassertions/pull/2181)

##### Others

- Add optional parameter to generate a `binlog` file by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2127](https://togithub.com/fluentassertions/fluentassertions/pull/2127)
- Dynamic copyright year by
[@&#8203;martincostello](https://togithub.com/martincostello) in
[https://github.com/fluentassertions/fluentassertions/pull/2128](https://togithub.com/fluentassertions/fluentassertions/pull/2128)
- Minor tweaks to the .editorconfig and reformatted the entire code base
by [@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2117](https://togithub.com/fluentassertions/fluentassertions/pull/2117)
- Update Nugets by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2129](https://togithub.com/fluentassertions/fluentassertions/pull/2129)
- Styling to please both VS and Rider by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2130](https://togithub.com/fluentassertions/fluentassertions/pull/2130)
- Use a fixed seed for random generator by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2131](https://togithub.com/fluentassertions/fluentassertions/pull/2131)
- Pluralize "key" in failure message by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2138](https://togithub.com/fluentassertions/fluentassertions/pull/2138)
- Preparing upgrade of analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2136](https://togithub.com/fluentassertions/fluentassertions/pull/2136)
- Exception cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2155](https://togithub.com/fluentassertions/fluentassertions/pull/2155)
- Cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2156](https://togithub.com/fluentassertions/fluentassertions/pull/2156)
- await `Task` when inside using block by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2157](https://togithub.com/fluentassertions/fluentassertions/pull/2157)
- Use init properties by [@&#8203;jnyrup](https://togithub.com/jnyrup)
in
[https://github.com/fluentassertions/fluentassertions/pull/2158](https://togithub.com/fluentassertions/fluentassertions/pull/2158)
- Introduce Roslynator with adjusted rules and addressed issues by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2159](https://togithub.com/fluentassertions/fluentassertions/pull/2159)
- Regex cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2162](https://togithub.com/fluentassertions/fluentassertions/pull/2162)
- Introduce the Meziantou.Analyzer to improve our code even more. by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2160](https://togithub.com/fluentassertions/fluentassertions/pull/2160)
- Some internal naming improvements by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2164](https://togithub.com/fluentassertions/fluentassertions/pull/2164)
- Extracts the type reflection logic into a dedicated class by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2165](https://togithub.com/fluentassertions/fluentassertions/pull/2165)
- Update to C# 11 by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2166](https://togithub.com/fluentassertions/fluentassertions/pull/2166)
- Improve the `DataRowCollectionEquivalency` code coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2163](https://togithub.com/fluentassertions/fluentassertions/pull/2163)
- Improve the ExpressionExtensions coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2168](https://togithub.com/fluentassertions/fluentassertions/pull/2168)
- Improve the DateOnly and TimeOnly code coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2167](https://togithub.com/fluentassertions/fluentassertions/pull/2167)
- Update to Coveralls v2 by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2173](https://togithub.com/fluentassertions/fluentassertions/pull/2173)
- Migrate from FxCop to .NET Analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2174](https://togithub.com/fluentassertions/fluentassertions/pull/2174)
- Use builtin coveralls flag to ignore missing coverage file by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2178](https://togithub.com/fluentassertions/fluentassertions/pull/2178)
- Revert "Use builtin coveralls flag to ignore missing coverage file" by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2183](https://togithub.com/fluentassertions/fluentassertions/pull/2183)
- Ensure running the site works again by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2185](https://togithub.com/fluentassertions/fluentassertions/pull/2185)
- Prepare for .NET 8 analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2184](https://togithub.com/fluentassertions/fluentassertions/pull/2184)
- Update Ruby dependencies by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2182](https://togithub.com/fluentassertions/fluentassertions/pull/2182)

#### New Contributors

- [@&#8203;martincostello](https://togithub.com/martincostello) made
their first contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2128](https://togithub.com/fluentassertions/fluentassertions/pull/2128)
- [@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) made their
first contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2147](https://togithub.com/fluentassertions/fluentassertions/pull/2147)
- [@&#8203;chrischu](https://togithub.com/chrischu) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2151](https://togithub.com/fluentassertions/fluentassertions/pull/2151)

**Full Changelog**:
fluentassertions/fluentassertions@6.10.0...6.11.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/cythral/brighid-discord-adapter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTQuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in cythral/brighid-commands Apr 20, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [FluentAssertions](https://www.fluentassertions.com/)
([source](https://togithub.com/fluentassertions/fluentassertions)) |
nuget | minor | `6.10.0` -> `6.11.0` |

---

### Release Notes

<details>
<summary>fluentassertions/fluentassertions</summary>

###
[`v6.11.0`](https://togithub.com/fluentassertions/fluentassertions/releases/tag/6.11.0)

[Compare
Source](https://togithub.com/fluentassertions/fluentassertions/compare/6.10.0...6.11.0)

<!-- Release notes generated using configuration in .github/release.yml
at develop -->

#### What's Changed

##### New features

- Added `ThrowWithinAsync` assertions by
[@&#8203;lg2de](https://togithub.com/lg2de) in
[https://github.com/fluentassertions/fluentassertions/pull/1974](https://togithub.com/fluentassertions/fluentassertions/pull/1974)
- Add `WithoutStrictOrderingFor` overload with an expression by
[@&#8203;chrischu](https://togithub.com/chrischu) in
[https://github.com/fluentassertions/fluentassertions/pull/2151](https://togithub.com/fluentassertions/fluentassertions/pull/2151)

##### Improvements

- Add support to convert into to enum by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2147](https://togithub.com/fluentassertions/fluentassertions/pull/2147)
- Use `ToString` to format exceptions by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2150](https://togithub.com/fluentassertions/fluentassertions/pull/2150)

##### Fixes

- Increase robustness of assertions when wrapped in an `AssertionScope`
by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2133](https://togithub.com/fluentassertions/fluentassertions/pull/2133)
- Ensured the maximum depth is properly respecting the "official"
definition of depth by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2145](https://togithub.com/fluentassertions/fluentassertions/pull/2145)
- Prevent `NullReferenceException` by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2154](https://togithub.com/fluentassertions/fluentassertions/pull/2154)
- Make `Excluding()` work on nested collections if root is a collection
by [@&#8203;whymatter](https://togithub.com/whymatter) in
[https://github.com/fluentassertions/fluentassertions/pull/2135](https://togithub.com/fluentassertions/fluentassertions/pull/2135)
- Prevent `InvalidOperationException` when formatting lambda expression
by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2176](https://togithub.com/fluentassertions/fluentassertions/pull/2176)

##### Documentation

- Add missing xml docs for parameters by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2134](https://togithub.com/fluentassertions/fluentassertions/pull/2134)
- Fix xml docs for time-related assertions by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2153](https://togithub.com/fluentassertions/fluentassertions/pull/2153)
- fix link to PR in release notes by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2171](https://togithub.com/fluentassertions/fluentassertions/pull/2171)
- Do not interpret double braces as liquid template by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2181](https://togithub.com/fluentassertions/fluentassertions/pull/2181)

##### Others

- Add optional parameter to generate a `binlog` file by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2127](https://togithub.com/fluentassertions/fluentassertions/pull/2127)
- Dynamic copyright year by
[@&#8203;martincostello](https://togithub.com/martincostello) in
[https://github.com/fluentassertions/fluentassertions/pull/2128](https://togithub.com/fluentassertions/fluentassertions/pull/2128)
- Minor tweaks to the .editorconfig and reformatted the entire code base
by [@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2117](https://togithub.com/fluentassertions/fluentassertions/pull/2117)
- Update Nugets by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2129](https://togithub.com/fluentassertions/fluentassertions/pull/2129)
- Styling to please both VS and Rider by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2130](https://togithub.com/fluentassertions/fluentassertions/pull/2130)
- Use a fixed seed for random generator by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2131](https://togithub.com/fluentassertions/fluentassertions/pull/2131)
- Pluralize "key" in failure message by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2138](https://togithub.com/fluentassertions/fluentassertions/pull/2138)
- Preparing upgrade of analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2136](https://togithub.com/fluentassertions/fluentassertions/pull/2136)
- Exception cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2155](https://togithub.com/fluentassertions/fluentassertions/pull/2155)
- Cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2156](https://togithub.com/fluentassertions/fluentassertions/pull/2156)
- await `Task` when inside using block by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2157](https://togithub.com/fluentassertions/fluentassertions/pull/2157)
- Use init properties by [@&#8203;jnyrup](https://togithub.com/jnyrup)
in
[https://github.com/fluentassertions/fluentassertions/pull/2158](https://togithub.com/fluentassertions/fluentassertions/pull/2158)
- Introduce Roslynator with adjusted rules and addressed issues by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2159](https://togithub.com/fluentassertions/fluentassertions/pull/2159)
- Regex cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2162](https://togithub.com/fluentassertions/fluentassertions/pull/2162)
- Introduce the Meziantou.Analyzer to improve our code even more. by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2160](https://togithub.com/fluentassertions/fluentassertions/pull/2160)
- Some internal naming improvements by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2164](https://togithub.com/fluentassertions/fluentassertions/pull/2164)
- Extracts the type reflection logic into a dedicated class by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2165](https://togithub.com/fluentassertions/fluentassertions/pull/2165)
- Update to C# 11 by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2166](https://togithub.com/fluentassertions/fluentassertions/pull/2166)
- Improve the `DataRowCollectionEquivalency` code coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2163](https://togithub.com/fluentassertions/fluentassertions/pull/2163)
- Improve the ExpressionExtensions coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2168](https://togithub.com/fluentassertions/fluentassertions/pull/2168)
- Improve the DateOnly and TimeOnly code coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2167](https://togithub.com/fluentassertions/fluentassertions/pull/2167)
- Update to Coveralls v2 by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2173](https://togithub.com/fluentassertions/fluentassertions/pull/2173)
- Migrate from FxCop to .NET Analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2174](https://togithub.com/fluentassertions/fluentassertions/pull/2174)
- Use builtin coveralls flag to ignore missing coverage file by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2178](https://togithub.com/fluentassertions/fluentassertions/pull/2178)
- Revert "Use builtin coveralls flag to ignore missing coverage file" by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2183](https://togithub.com/fluentassertions/fluentassertions/pull/2183)
- Ensure running the site works again by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2185](https://togithub.com/fluentassertions/fluentassertions/pull/2185)
- Prepare for .NET 8 analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2184](https://togithub.com/fluentassertions/fluentassertions/pull/2184)
- Update Ruby dependencies by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2182](https://togithub.com/fluentassertions/fluentassertions/pull/2182)

#### New Contributors

- [@&#8203;martincostello](https://togithub.com/martincostello) made
their first contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2128](https://togithub.com/fluentassertions/fluentassertions/pull/2128)
- [@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) made their
first contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2147](https://togithub.com/fluentassertions/fluentassertions/pull/2147)
- [@&#8203;chrischu](https://togithub.com/chrischu) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2151](https://togithub.com/fluentassertions/fluentassertions/pull/2151)

**Full Changelog**:
fluentassertions/fluentassertions@6.10.0...6.11.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/cythral/brighid-commands).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTQuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
vbreuss referenced this pull request in Testably/Testably.Abstractions Apr 21, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [FluentAssertions](https://www.fluentassertions.com/)
([source](https://togithub.com/fluentassertions/fluentassertions)) |
nuget | minor | `6.10.0` -> `6.11.0` |

---

### Release Notes

<details>
<summary>fluentassertions/fluentassertions</summary>

###
[`v6.11.0`](https://togithub.com/fluentassertions/fluentassertions/releases/tag/6.11.0)

[Compare
Source](https://togithub.com/fluentassertions/fluentassertions/compare/6.10.0...6.11.0)

<!-- Release notes generated using configuration in .github/release.yml
at develop -->

##### What's Changed

##### New features

- Added `ThrowWithinAsync` assertions by
[@&#8203;lg2de](https://togithub.com/lg2de) in
[https://github.com/fluentassertions/fluentassertions/pull/1974](https://togithub.com/fluentassertions/fluentassertions/pull/1974)
- Add `WithoutStrictOrderingFor` overload with an expression by
[@&#8203;chrischu](https://togithub.com/chrischu) in
[https://github.com/fluentassertions/fluentassertions/pull/2151](https://togithub.com/fluentassertions/fluentassertions/pull/2151)

##### Improvements

- Add support to convert into to enum by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2147](https://togithub.com/fluentassertions/fluentassertions/pull/2147)
- Use `ToString` to format exceptions by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2150](https://togithub.com/fluentassertions/fluentassertions/pull/2150)

##### Fixes

- Increase robustness of assertions when wrapped in an `AssertionScope`
by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2133](https://togithub.com/fluentassertions/fluentassertions/pull/2133)
- Ensured the maximum depth is properly respecting the "official"
definition of depth by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2145](https://togithub.com/fluentassertions/fluentassertions/pull/2145)
- Prevent `NullReferenceException` by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2154](https://togithub.com/fluentassertions/fluentassertions/pull/2154)
- Make `Excluding()` work on nested collections if root is a collection
by [@&#8203;whymatter](https://togithub.com/whymatter) in
[https://github.com/fluentassertions/fluentassertions/pull/2135](https://togithub.com/fluentassertions/fluentassertions/pull/2135)
- Prevent `InvalidOperationException` when formatting lambda expression
by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2176](https://togithub.com/fluentassertions/fluentassertions/pull/2176)

##### Documentation

- Add missing xml docs for parameters by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2134](https://togithub.com/fluentassertions/fluentassertions/pull/2134)
- Fix xml docs for time-related assertions by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2153](https://togithub.com/fluentassertions/fluentassertions/pull/2153)
- fix link to PR in release notes by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2171](https://togithub.com/fluentassertions/fluentassertions/pull/2171)
- Do not interpret double braces as liquid template by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2181](https://togithub.com/fluentassertions/fluentassertions/pull/2181)

##### Others

- Add optional parameter to generate a `binlog` file by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2127](https://togithub.com/fluentassertions/fluentassertions/pull/2127)
- Dynamic copyright year by
[@&#8203;martincostello](https://togithub.com/martincostello) in
[https://github.com/fluentassertions/fluentassertions/pull/2128](https://togithub.com/fluentassertions/fluentassertions/pull/2128)
- Minor tweaks to the .editorconfig and reformatted the entire code base
by [@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2117](https://togithub.com/fluentassertions/fluentassertions/pull/2117)
- Update Nugets by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2129](https://togithub.com/fluentassertions/fluentassertions/pull/2129)
- Styling to please both VS and Rider by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2130](https://togithub.com/fluentassertions/fluentassertions/pull/2130)
- Use a fixed seed for random generator by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2131](https://togithub.com/fluentassertions/fluentassertions/pull/2131)
- Pluralize "key" in failure message by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2138](https://togithub.com/fluentassertions/fluentassertions/pull/2138)
- Preparing upgrade of analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2136](https://togithub.com/fluentassertions/fluentassertions/pull/2136)
- Exception cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2155](https://togithub.com/fluentassertions/fluentassertions/pull/2155)
- Cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2156](https://togithub.com/fluentassertions/fluentassertions/pull/2156)
- await `Task` when inside using block by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2157](https://togithub.com/fluentassertions/fluentassertions/pull/2157)
- Use init properties by [@&#8203;jnyrup](https://togithub.com/jnyrup)
in
[https://github.com/fluentassertions/fluentassertions/pull/2158](https://togithub.com/fluentassertions/fluentassertions/pull/2158)
- Introduce Roslynator with adjusted rules and addressed issues by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2159](https://togithub.com/fluentassertions/fluentassertions/pull/2159)
- Regex cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2162](https://togithub.com/fluentassertions/fluentassertions/pull/2162)
- Introduce the Meziantou.Analyzer to improve our code even more. by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2160](https://togithub.com/fluentassertions/fluentassertions/pull/2160)
- Some internal naming improvements by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2164](https://togithub.com/fluentassertions/fluentassertions/pull/2164)
- Extracts the type reflection logic into a dedicated class by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2165](https://togithub.com/fluentassertions/fluentassertions/pull/2165)
- Update to C# 11 by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2166](https://togithub.com/fluentassertions/fluentassertions/pull/2166)
- Improve the `DataRowCollectionEquivalency` code coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2163](https://togithub.com/fluentassertions/fluentassertions/pull/2163)
- Improve the ExpressionExtensions coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2168](https://togithub.com/fluentassertions/fluentassertions/pull/2168)
- Improve the DateOnly and TimeOnly code coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2167](https://togithub.com/fluentassertions/fluentassertions/pull/2167)
- Update to Coveralls v2 by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2173](https://togithub.com/fluentassertions/fluentassertions/pull/2173)
- Migrate from FxCop to .NET Analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2174](https://togithub.com/fluentassertions/fluentassertions/pull/2174)
- Use builtin coveralls flag to ignore missing coverage file by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2178](https://togithub.com/fluentassertions/fluentassertions/pull/2178)
- Revert "Use builtin coveralls flag to ignore missing coverage file" by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2183](https://togithub.com/fluentassertions/fluentassertions/pull/2183)
- Ensure running the site works again by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2185](https://togithub.com/fluentassertions/fluentassertions/pull/2185)
- Prepare for .NET 8 analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2184](https://togithub.com/fluentassertions/fluentassertions/pull/2184)
- Update Ruby dependencies by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2182](https://togithub.com/fluentassertions/fluentassertions/pull/2182)

##### New Contributors

- [@&#8203;martincostello](https://togithub.com/martincostello) made
their first contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2128](https://togithub.com/fluentassertions/fluentassertions/pull/2128)
- [@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) made their
first contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2147](https://togithub.com/fluentassertions/fluentassertions/pull/2147)
- [@&#8203;chrischu](https://togithub.com/chrischu) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2151](https://togithub.com/fluentassertions/fluentassertions/pull/2151)

**Full Changelog**:
fluentassertions/fluentassertions@6.10.0...6.11.0

</details>

---

### Configuration

📅 **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 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://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Testably/Testably.Abstractions).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTQuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ThorstenSauter referenced this pull request in ThorstenSauter/NoPlan Apr 21, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [FluentAssertions](https://www.fluentassertions.com/)
([source](https://togithub.com/fluentassertions/fluentassertions)) |
nuget | minor | `6.10.0` -> `6.11.0` |

---

### Release Notes

<details>
<summary>fluentassertions/fluentassertions</summary>

###
[`v6.11.0`](https://togithub.com/fluentassertions/fluentassertions/releases/tag/6.11.0)

[Compare
Source](https://togithub.com/fluentassertions/fluentassertions/compare/6.10.0...6.11.0)

<!-- Release notes generated using configuration in .github/release.yml
at develop -->

#### What's Changed

##### New features

- Added `ThrowWithinAsync` assertions by
[@&#8203;lg2de](https://togithub.com/lg2de) in
[https://github.com/fluentassertions/fluentassertions/pull/1974](https://togithub.com/fluentassertions/fluentassertions/pull/1974)
- Add `WithoutStrictOrderingFor` overload with an expression by
[@&#8203;chrischu](https://togithub.com/chrischu) in
[https://github.com/fluentassertions/fluentassertions/pull/2151](https://togithub.com/fluentassertions/fluentassertions/pull/2151)

##### Improvements

- Add support to convert into to enum by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2147](https://togithub.com/fluentassertions/fluentassertions/pull/2147)
- Use `ToString` to format exceptions by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2150](https://togithub.com/fluentassertions/fluentassertions/pull/2150)

##### Fixes

- Increase robustness of assertions when wrapped in an `AssertionScope`
by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2133](https://togithub.com/fluentassertions/fluentassertions/pull/2133)
- Ensured the maximum depth is properly respecting the "official"
definition of depth by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2145](https://togithub.com/fluentassertions/fluentassertions/pull/2145)
- Prevent `NullReferenceException` by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2154](https://togithub.com/fluentassertions/fluentassertions/pull/2154)
- Make `Excluding()` work on nested collections if root is a collection
by [@&#8203;whymatter](https://togithub.com/whymatter) in
[https://github.com/fluentassertions/fluentassertions/pull/2135](https://togithub.com/fluentassertions/fluentassertions/pull/2135)
- Prevent `InvalidOperationException` when formatting lambda expression
by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2176](https://togithub.com/fluentassertions/fluentassertions/pull/2176)

##### Documentation

- Add missing xml docs for parameters by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2134](https://togithub.com/fluentassertions/fluentassertions/pull/2134)
- Fix xml docs for time-related assertions by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2153](https://togithub.com/fluentassertions/fluentassertions/pull/2153)
- fix link to PR in release notes by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2171](https://togithub.com/fluentassertions/fluentassertions/pull/2171)
- Do not interpret double braces as liquid template by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2181](https://togithub.com/fluentassertions/fluentassertions/pull/2181)

##### Others

- Add optional parameter to generate a `binlog` file by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2127](https://togithub.com/fluentassertions/fluentassertions/pull/2127)
- Dynamic copyright year by
[@&#8203;martincostello](https://togithub.com/martincostello) in
[https://github.com/fluentassertions/fluentassertions/pull/2128](https://togithub.com/fluentassertions/fluentassertions/pull/2128)
- Minor tweaks to the .editorconfig and reformatted the entire code base
by [@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2117](https://togithub.com/fluentassertions/fluentassertions/pull/2117)
- Update Nugets by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2129](https://togithub.com/fluentassertions/fluentassertions/pull/2129)
- Styling to please both VS and Rider by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2130](https://togithub.com/fluentassertions/fluentassertions/pull/2130)
- Use a fixed seed for random generator by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2131](https://togithub.com/fluentassertions/fluentassertions/pull/2131)
- Pluralize "key" in failure message by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2138](https://togithub.com/fluentassertions/fluentassertions/pull/2138)
- Preparing upgrade of analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2136](https://togithub.com/fluentassertions/fluentassertions/pull/2136)
- Exception cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2155](https://togithub.com/fluentassertions/fluentassertions/pull/2155)
- Cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2156](https://togithub.com/fluentassertions/fluentassertions/pull/2156)
- await `Task` when inside using block by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2157](https://togithub.com/fluentassertions/fluentassertions/pull/2157)
- Use init properties by [@&#8203;jnyrup](https://togithub.com/jnyrup)
in
[https://github.com/fluentassertions/fluentassertions/pull/2158](https://togithub.com/fluentassertions/fluentassertions/pull/2158)
- Introduce Roslynator with adjusted rules and addressed issues by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2159](https://togithub.com/fluentassertions/fluentassertions/pull/2159)
- Regex cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2162](https://togithub.com/fluentassertions/fluentassertions/pull/2162)
- Introduce the Meziantou.Analyzer to improve our code even more. by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2160](https://togithub.com/fluentassertions/fluentassertions/pull/2160)
- Some internal naming improvements by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2164](https://togithub.com/fluentassertions/fluentassertions/pull/2164)
- Extracts the type reflection logic into a dedicated class by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2165](https://togithub.com/fluentassertions/fluentassertions/pull/2165)
- Update to C# 11 by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2166](https://togithub.com/fluentassertions/fluentassertions/pull/2166)
- Improve the `DataRowCollectionEquivalency` code coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2163](https://togithub.com/fluentassertions/fluentassertions/pull/2163)
- Improve the ExpressionExtensions coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2168](https://togithub.com/fluentassertions/fluentassertions/pull/2168)
- Improve the DateOnly and TimeOnly code coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2167](https://togithub.com/fluentassertions/fluentassertions/pull/2167)
- Update to Coveralls v2 by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2173](https://togithub.com/fluentassertions/fluentassertions/pull/2173)
- Migrate from FxCop to .NET Analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2174](https://togithub.com/fluentassertions/fluentassertions/pull/2174)
- Use builtin coveralls flag to ignore missing coverage file by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2178](https://togithub.com/fluentassertions/fluentassertions/pull/2178)
- Revert "Use builtin coveralls flag to ignore missing coverage file" by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2183](https://togithub.com/fluentassertions/fluentassertions/pull/2183)
- Ensure running the site works again by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2185](https://togithub.com/fluentassertions/fluentassertions/pull/2185)
- Prepare for .NET 8 analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2184](https://togithub.com/fluentassertions/fluentassertions/pull/2184)
- Update Ruby dependencies by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2182](https://togithub.com/fluentassertions/fluentassertions/pull/2182)

#### New Contributors

- [@&#8203;martincostello](https://togithub.com/martincostello) made
their first contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2128](https://togithub.com/fluentassertions/fluentassertions/pull/2128)
- [@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) made their
first contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2147](https://togithub.com/fluentassertions/fluentassertions/pull/2147)
- [@&#8203;chrischu](https://togithub.com/chrischu) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2151](https://togithub.com/fluentassertions/fluentassertions/pull/2151)

**Full Changelog**:
fluentassertions/fluentassertions@6.10.0...6.11.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 2am" (UTC), 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://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/ThorstenSauter/NoPlan).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTYuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in orso-co/Orso.Arpa.Api Apr 23, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [FluentAssertions](https://www.fluentassertions.com/)
([source](https://togithub.com/fluentassertions/fluentassertions)) |
nuget | minor | `6.10.0` -> `6.11.0` |

---

### Release Notes

<details>
<summary>fluentassertions/fluentassertions</summary>

###
[`v6.11.0`](https://togithub.com/fluentassertions/fluentassertions/releases/tag/6.11.0)

[Compare
Source](https://togithub.com/fluentassertions/fluentassertions/compare/6.10.0...6.11.0)

<!-- Release notes generated using configuration in .github/release.yml
at develop -->

#### What's Changed

##### New features

- Added `ThrowWithinAsync` assertions by
[@&#8203;lg2de](https://togithub.com/lg2de) in
[https://github.com/fluentassertions/fluentassertions/pull/1974](https://togithub.com/fluentassertions/fluentassertions/pull/1974)
- Add `WithoutStrictOrderingFor` overload with an expression by
[@&#8203;chrischu](https://togithub.com/chrischu) in
[https://github.com/fluentassertions/fluentassertions/pull/2151](https://togithub.com/fluentassertions/fluentassertions/pull/2151)

##### Improvements

- Add support to convert into to enum by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2147](https://togithub.com/fluentassertions/fluentassertions/pull/2147)
- Use `ToString` to format exceptions by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2150](https://togithub.com/fluentassertions/fluentassertions/pull/2150)

##### Fixes

- Increase robustness of assertions when wrapped in an `AssertionScope`
by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2133](https://togithub.com/fluentassertions/fluentassertions/pull/2133)
- Ensured the maximum depth is properly respecting the "official"
definition of depth by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2145](https://togithub.com/fluentassertions/fluentassertions/pull/2145)
- Prevent `NullReferenceException` by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2154](https://togithub.com/fluentassertions/fluentassertions/pull/2154)
- Make `Excluding()` work on nested collections if root is a collection
by [@&#8203;whymatter](https://togithub.com/whymatter) in
[https://github.com/fluentassertions/fluentassertions/pull/2135](https://togithub.com/fluentassertions/fluentassertions/pull/2135)
- Prevent `InvalidOperationException` when formatting lambda expression
by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2176](https://togithub.com/fluentassertions/fluentassertions/pull/2176)

##### Documentation

- Add missing xml docs for parameters by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2134](https://togithub.com/fluentassertions/fluentassertions/pull/2134)
- Fix xml docs for time-related assertions by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2153](https://togithub.com/fluentassertions/fluentassertions/pull/2153)
- fix link to PR in release notes by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2171](https://togithub.com/fluentassertions/fluentassertions/pull/2171)
- Do not interpret double braces as liquid template by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2181](https://togithub.com/fluentassertions/fluentassertions/pull/2181)

##### Others

- Add optional parameter to generate a `binlog` file by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2127](https://togithub.com/fluentassertions/fluentassertions/pull/2127)
- Dynamic copyright year by
[@&#8203;martincostello](https://togithub.com/martincostello) in
[https://github.com/fluentassertions/fluentassertions/pull/2128](https://togithub.com/fluentassertions/fluentassertions/pull/2128)
- Minor tweaks to the .editorconfig and reformatted the entire code base
by [@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2117](https://togithub.com/fluentassertions/fluentassertions/pull/2117)
- Update Nugets by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2129](https://togithub.com/fluentassertions/fluentassertions/pull/2129)
- Styling to please both VS and Rider by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2130](https://togithub.com/fluentassertions/fluentassertions/pull/2130)
- Use a fixed seed for random generator by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2131](https://togithub.com/fluentassertions/fluentassertions/pull/2131)
- Pluralize "key" in failure message by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2138](https://togithub.com/fluentassertions/fluentassertions/pull/2138)
- Preparing upgrade of analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2136](https://togithub.com/fluentassertions/fluentassertions/pull/2136)
- Exception cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2155](https://togithub.com/fluentassertions/fluentassertions/pull/2155)
- Cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2156](https://togithub.com/fluentassertions/fluentassertions/pull/2156)
- await `Task` when inside using block by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2157](https://togithub.com/fluentassertions/fluentassertions/pull/2157)
- Use init properties by [@&#8203;jnyrup](https://togithub.com/jnyrup)
in
[https://github.com/fluentassertions/fluentassertions/pull/2158](https://togithub.com/fluentassertions/fluentassertions/pull/2158)
- Introduce Roslynator with adjusted rules and addressed issues by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2159](https://togithub.com/fluentassertions/fluentassertions/pull/2159)
- Regex cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2162](https://togithub.com/fluentassertions/fluentassertions/pull/2162)
- Introduce the Meziantou.Analyzer to improve our code even more. by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2160](https://togithub.com/fluentassertions/fluentassertions/pull/2160)
- Some internal naming improvements by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2164](https://togithub.com/fluentassertions/fluentassertions/pull/2164)
- Extracts the type reflection logic into a dedicated class by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2165](https://togithub.com/fluentassertions/fluentassertions/pull/2165)
- Update to C# 11 by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2166](https://togithub.com/fluentassertions/fluentassertions/pull/2166)
- Improve the `DataRowCollectionEquivalency` code coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2163](https://togithub.com/fluentassertions/fluentassertions/pull/2163)
- Improve the ExpressionExtensions coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2168](https://togithub.com/fluentassertions/fluentassertions/pull/2168)
- Improve the DateOnly and TimeOnly code coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2167](https://togithub.com/fluentassertions/fluentassertions/pull/2167)
- Update to Coveralls v2 by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2173](https://togithub.com/fluentassertions/fluentassertions/pull/2173)
- Migrate from FxCop to .NET Analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2174](https://togithub.com/fluentassertions/fluentassertions/pull/2174)
- Use builtin coveralls flag to ignore missing coverage file by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2178](https://togithub.com/fluentassertions/fluentassertions/pull/2178)
- Revert "Use builtin coveralls flag to ignore missing coverage file" by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2183](https://togithub.com/fluentassertions/fluentassertions/pull/2183)
- Ensure running the site works again by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2185](https://togithub.com/fluentassertions/fluentassertions/pull/2185)
- Prepare for .NET 8 analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2184](https://togithub.com/fluentassertions/fluentassertions/pull/2184)
- Update Ruby dependencies by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2182](https://togithub.com/fluentassertions/fluentassertions/pull/2182)

#### New Contributors

- [@&#8203;martincostello](https://togithub.com/martincostello) made
their first contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2128](https://togithub.com/fluentassertions/fluentassertions/pull/2128)
- [@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) made their
first contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2147](https://togithub.com/fluentassertions/fluentassertions/pull/2147)
- [@&#8203;chrischu](https://togithub.com/chrischu) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2151](https://togithub.com/fluentassertions/fluentassertions/pull/2151)

**Full Changelog**:
fluentassertions/fluentassertions@6.10.0...6.11.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" in timezone Europe/Berlin, Automerge -
At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/orso-co/Orso.Arpa.Api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny40IiwidXBkYXRlZEluVmVyIjoiMzUuNTcuNCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
vbreuss referenced this pull request in Testably/Testably.Architecture.Rules May 22, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [FluentAssertions](https://www.fluentassertions.com/)
([source](https://togithub.com/fluentassertions/fluentassertions)) |
nuget | minor | `6.10.0` -> `6.11.0` |

---

### Release Notes

<details>
<summary>fluentassertions/fluentassertions</summary>

###
[`v6.11.0`](https://togithub.com/fluentassertions/fluentassertions/releases/tag/6.11.0)

[Compare
Source](https://togithub.com/fluentassertions/fluentassertions/compare/6.10.0...6.11.0)

<!-- Release notes generated using configuration in .github/release.yml
at develop -->

#### What's Changed

##### New features

- Added `ThrowWithinAsync` assertions by
[@&#8203;lg2de](https://togithub.com/lg2de) in
[https://github.com/fluentassertions/fluentassertions/pull/1974](https://togithub.com/fluentassertions/fluentassertions/pull/1974)
- Add `WithoutStrictOrderingFor` overload with an expression by
[@&#8203;chrischu](https://togithub.com/chrischu) in
[https://github.com/fluentassertions/fluentassertions/pull/2151](https://togithub.com/fluentassertions/fluentassertions/pull/2151)

##### Improvements

- Add support to convert into to enum by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2147](https://togithub.com/fluentassertions/fluentassertions/pull/2147)
- Use `ToString` to format exceptions by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2150](https://togithub.com/fluentassertions/fluentassertions/pull/2150)

##### Fixes

- Increase robustness of assertions when wrapped in an `AssertionScope`
by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2133](https://togithub.com/fluentassertions/fluentassertions/pull/2133)
- Ensured the maximum depth is properly respecting the "official"
definition of depth by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2145](https://togithub.com/fluentassertions/fluentassertions/pull/2145)
- Prevent `NullReferenceException` by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2154](https://togithub.com/fluentassertions/fluentassertions/pull/2154)
- Make `Excluding()` work on nested collections if root is a collection
by [@&#8203;whymatter](https://togithub.com/whymatter) in
[https://github.com/fluentassertions/fluentassertions/pull/2135](https://togithub.com/fluentassertions/fluentassertions/pull/2135)
- Prevent `InvalidOperationException` when formatting lambda expression
by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2176](https://togithub.com/fluentassertions/fluentassertions/pull/2176)

##### Documentation

- Add missing xml docs for parameters by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2134](https://togithub.com/fluentassertions/fluentassertions/pull/2134)
- Fix xml docs for time-related assertions by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2153](https://togithub.com/fluentassertions/fluentassertions/pull/2153)
- fix link to PR in release notes by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2171](https://togithub.com/fluentassertions/fluentassertions/pull/2171)
- Do not interpret double braces as liquid template by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2181](https://togithub.com/fluentassertions/fluentassertions/pull/2181)

##### Others

- Add optional parameter to generate a `binlog` file by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2127](https://togithub.com/fluentassertions/fluentassertions/pull/2127)
- Dynamic copyright year by
[@&#8203;martincostello](https://togithub.com/martincostello) in
[https://github.com/fluentassertions/fluentassertions/pull/2128](https://togithub.com/fluentassertions/fluentassertions/pull/2128)
- Minor tweaks to the .editorconfig and reformatted the entire code base
by [@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2117](https://togithub.com/fluentassertions/fluentassertions/pull/2117)
- Update Nugets by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2129](https://togithub.com/fluentassertions/fluentassertions/pull/2129)
- Styling to please both VS and Rider by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2130](https://togithub.com/fluentassertions/fluentassertions/pull/2130)
- Use a fixed seed for random generator by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2131](https://togithub.com/fluentassertions/fluentassertions/pull/2131)
- Pluralize "key" in failure message by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2138](https://togithub.com/fluentassertions/fluentassertions/pull/2138)
- Preparing upgrade of analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2136](https://togithub.com/fluentassertions/fluentassertions/pull/2136)
- Exception cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2155](https://togithub.com/fluentassertions/fluentassertions/pull/2155)
- Cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2156](https://togithub.com/fluentassertions/fluentassertions/pull/2156)
- await `Task` when inside using block by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2157](https://togithub.com/fluentassertions/fluentassertions/pull/2157)
- Use init properties by [@&#8203;jnyrup](https://togithub.com/jnyrup)
in
[https://github.com/fluentassertions/fluentassertions/pull/2158](https://togithub.com/fluentassertions/fluentassertions/pull/2158)
- Introduce Roslynator with adjusted rules and addressed issues by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2159](https://togithub.com/fluentassertions/fluentassertions/pull/2159)
- Regex cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2162](https://togithub.com/fluentassertions/fluentassertions/pull/2162)
- Introduce the Meziantou.Analyzer to improve our code even more. by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2160](https://togithub.com/fluentassertions/fluentassertions/pull/2160)
- Some internal naming improvements by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2164](https://togithub.com/fluentassertions/fluentassertions/pull/2164)
- Extracts the type reflection logic into a dedicated class by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2165](https://togithub.com/fluentassertions/fluentassertions/pull/2165)
- Update to C# 11 by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2166](https://togithub.com/fluentassertions/fluentassertions/pull/2166)
- Improve the `DataRowCollectionEquivalency` code coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2163](https://togithub.com/fluentassertions/fluentassertions/pull/2163)
- Improve the ExpressionExtensions coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2168](https://togithub.com/fluentassertions/fluentassertions/pull/2168)
- Improve the DateOnly and TimeOnly code coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2167](https://togithub.com/fluentassertions/fluentassertions/pull/2167)
- Update to Coveralls v2 by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2173](https://togithub.com/fluentassertions/fluentassertions/pull/2173)
- Migrate from FxCop to .NET Analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2174](https://togithub.com/fluentassertions/fluentassertions/pull/2174)
- Use builtin coveralls flag to ignore missing coverage file by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2178](https://togithub.com/fluentassertions/fluentassertions/pull/2178)
- Revert "Use builtin coveralls flag to ignore missing coverage file" by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2183](https://togithub.com/fluentassertions/fluentassertions/pull/2183)
- Ensure running the site works again by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2185](https://togithub.com/fluentassertions/fluentassertions/pull/2185)
- Prepare for .NET 8 analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2184](https://togithub.com/fluentassertions/fluentassertions/pull/2184)
- Update Ruby dependencies by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2182](https://togithub.com/fluentassertions/fluentassertions/pull/2182)

#### New Contributors

- [@&#8203;martincostello](https://togithub.com/martincostello) made
their first contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2128](https://togithub.com/fluentassertions/fluentassertions/pull/2128)
- [@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) made their
first contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2147](https://togithub.com/fluentassertions/fluentassertions/pull/2147)
- [@&#8203;chrischu](https://togithub.com/chrischu) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2151](https://togithub.com/fluentassertions/fluentassertions/pull/2151)

**Full Changelog**:
fluentassertions/fluentassertions@6.10.0...6.11.0

</details>

---

### Configuration

📅 **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 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://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Testably/Testably.Architecture.Rules).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Comparing enum by value doesn't work even with auto conversion
5 participants