Skip to content

Conversation

@danielchalmers
Copy link
Contributor

No description provided.

@jnyrup
Copy link
Member

jnyrup commented Apr 21, 2023

Can I ask you to include this commit as well?
jnyrup@dc15d9f

If anyone can teach me the skill of pushing a commit to a PR of a repo I'm admin of, I'll be grateful

@jnyrup jnyrup changed the title Nit: Github -> GitHub Github -> GitHub Apr 21, 2023
@lg2de
Copy link
Contributor

lg2de commented Apr 21, 2023

If anyone can teach me the skill of pushing a commit to a PR of a repo I'm admin of, I'll be grateful

If @danielchalmers has enabled "Allow edits and access to secrets by maintainers" you should be able to push directly to Daniel's branch.

@danielchalmers
Copy link
Contributor Author

Saved everyone the headache by making a new PR #2192 :)

@danielchalmers
Copy link
Contributor Author

Oh I thought dc15d9f was on the master branch of the main project 🤦‍♂️

@jnyrup
Copy link
Member

jnyrup commented Apr 22, 2023

If anyone can teach me the skill of pushing a commit to a PR of a repo I'm admin of, I'll be grateful

If @danielchalmers has enabled "Allow edits and access to secrets by maintainers" you should be able to push directly to Daniel's branch.

It's the how I'm struggling with.
I end up creating new branches on this repo or my fork instead of adding to this branch 😞

@IT-VBFK
Copy link
Contributor

IT-VBFK commented Apr 22, 2023

It's the how I'm struggling with.

Did you try to add the contributor's fork as remote, checking out his branch and committing/pushing changes?

I've done this e.g. in this PR with my private and company account: #1869

(IT-VBFK / ITaluone)

@lg2de
Copy link
Contributor

lg2de commented Apr 22, 2023

It's the how I'm struggling with.

I was firmly convinced that you know how to push on any existing branch.
In lg2de/SimpleAccounting#231 I just pulled the contributor's branch and pushed my changes.

@jnyrup
Copy link
Member

jnyrup commented Apr 22, 2023

Apparently there are many ways to pull a branch that doesn't allow me pushing...
Thanks for triggering my stubbornness.

@jnyrup jnyrup merged commit a404e50 into fluentassertions:master Apr 22, 2023
mergify bot referenced this pull request in Testably/Testably.Abstractions Aug 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.11.0` -> `6.12.0` |

---

### Release Notes

<details>
<summary>fluentassertions/fluentassertions (FluentAssertions)</summary>

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

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

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

#### What's Changed

##### New features

- Added `Be`, `NotBe` and `BeOneOf` for object comparisons with custom
comparer by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2243](https://togithub.com/fluentassertions/fluentassertions/pull/2243)
- Extend `AssemblyAssertions` with `HavePublicKey` and `BeUnsigned` by
[@&#8203;Corniel](https://togithub.com/Corniel) in
[https://github.com/fluentassertions/fluentassertions/pull/2207](https://togithub.com/fluentassertions/fluentassertions/pull/2207)
- Add `NotContainItemsAssignableTo` by
[@&#8203;Leo506](https://togithub.com/Leo506) in
[https://github.com/fluentassertions/fluentassertions/pull/2266](https://togithub.com/fluentassertions/fluentassertions/pull/2266)

##### Improvements

- Format records and anonymous types with their member values by
[@&#8203;benagain](https://togithub.com/benagain) in
[https://github.com/fluentassertions/fluentassertions/pull/2144](https://togithub.com/fluentassertions/fluentassertions/pull/2144)
- Improve caller identification for Visual Basic by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2254](https://togithub.com/fluentassertions/fluentassertions/pull/2254)

##### Fixes

- Avoid quoting newlines by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2202](https://togithub.com/fluentassertions/fluentassertions/pull/2202)
- Include because+becauseArgs when comparing collections of enums for
equivalency by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2214](https://togithub.com/fluentassertions/fluentassertions/pull/2214)
- Fix auto conversion to enums by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2261](https://togithub.com/fluentassertions/fluentassertions/pull/2261)

##### Documentation

- Github -> GitHub by
[@&#8203;danielchalmers](https://togithub.com/danielchalmers) in
[https://github.com/fluentassertions/fluentassertions/pull/2190](https://togithub.com/fluentassertions/fluentassertions/pull/2190)
- Fix badge links by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2193](https://togithub.com/fluentassertions/fluentassertions/pull/2193)
- Fix example wording by [@&#8203;cskwrd](https://togithub.com/cskwrd)
in
[https://github.com/fluentassertions/fluentassertions/pull/2206](https://togithub.com/fluentassertions/fluentassertions/pull/2206)
- Improve documentation on `ExcludingNestedObjects` by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2211](https://togithub.com/fluentassertions/fluentassertions/pull/2211)
- Add missing `HaveElement()` occurrence docs by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2217](https://togithub.com/fluentassertions/fluentassertions/pull/2217)
- Add documentation for `IComparer<T>` overload by
[@&#8203;ITaluone](https://togithub.com/ITaluone) in
[https://github.com/fluentassertions/fluentassertions/pull/2220](https://togithub.com/fluentassertions/fluentassertions/pull/2220)
- Update docs about thread safety by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2238](https://togithub.com/fluentassertions/fluentassertions/pull/2238)

##### Others

- CA1860: Avoid using 'Enumerable.Any()' extension method by
[@&#8203;Evangelink](https://togithub.com/Evangelink) in
[https://github.com/fluentassertions/fluentassertions/pull/2196](https://togithub.com/fluentassertions/fluentassertions/pull/2196)
- Update PR template by
[@&#8203;eNeRGy164](https://togithub.com/eNeRGy164) in
[https://github.com/fluentassertions/fluentassertions/pull/2188](https://togithub.com/fluentassertions/fluentassertions/pull/2188)
- Code coverage improvements by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2180](https://togithub.com/fluentassertions/fluentassertions/pull/2180)
- Remove sponsor Semantic Merge from the website by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2194](https://togithub.com/fluentassertions/fluentassertions/pull/2194)
- Upmerge master to develop by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2195](https://togithub.com/fluentassertions/fluentassertions/pull/2195)
- Simplify `GenericDictionaryEquivalencyStep` by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2191](https://togithub.com/fluentassertions/fluentassertions/pull/2191)
- Cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2201](https://togithub.com/fluentassertions/fluentassertions/pull/2201)
- Bump all dependencies by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2198](https://togithub.com/fluentassertions/fluentassertions/pull/2198)
- Add Qodana by [@&#8203;matkoch](https://togithub.com/matkoch) in
[https://github.com/fluentassertions/fluentassertions/pull/2204](https://togithub.com/fluentassertions/fluentassertions/pull/2204)
- Bump nuget dependencies by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2227](https://togithub.com/fluentassertions/fluentassertions/pull/2227)
- Prepare for .NET8 analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2228](https://togithub.com/fluentassertions/fluentassertions/pull/2228)
- Qodana fixes by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2229](https://togithub.com/fluentassertions/fluentassertions/pull/2229)
- Update Nugets by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2240](https://togithub.com/fluentassertions/fluentassertions/pull/2240)
- Analyzer cleanups by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2250](https://togithub.com/fluentassertions/fluentassertions/pull/2250)
- Group framework dependent configuration by
[@&#8203;Corniel](https://togithub.com/Corniel) in
[https://github.com/fluentassertions/fluentassertions/pull/2247](https://togithub.com/fluentassertions/fluentassertions/pull/2247)
- Update cspell by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2255](https://togithub.com/fluentassertions/fluentassertions/pull/2255)
- Update ruby gems by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2257](https://togithub.com/fluentassertions/fluentassertions/pull/2257)
- Another Qodana test from the same repository by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2258](https://togithub.com/fluentassertions/fluentassertions/pull/2258)
- Qodana fixes by [@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2221](https://togithub.com/fluentassertions/fluentassertions/pull/2221)
- Add a pre-check if a user can help with a PR by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2262](https://togithub.com/fluentassertions/fluentassertions/pull/2262)
- Fix qodana issues part 2 by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2264](https://togithub.com/fluentassertions/fluentassertions/pull/2264)
- Release 6.12 by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2270](https://togithub.com/fluentassertions/fluentassertions/pull/2270)

#### New Contributors

- [@&#8203;benagain](https://togithub.com/benagain) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2144](https://togithub.com/fluentassertions/fluentassertions/pull/2144)
- [@&#8203;cskwrd](https://togithub.com/cskwrd) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2206](https://togithub.com/fluentassertions/fluentassertions/pull/2206)
- [@&#8203;Corniel](https://togithub.com/Corniel) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2247](https://togithub.com/fluentassertions/fluentassertions/pull/2247)
- [@&#8203;Leo506](https://togithub.com/Leo506) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2266](https://togithub.com/fluentassertions/fluentassertions/pull/2266)

**Full Changelog**:
fluentassertions/fluentassertions@6.11.0...6.12.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://developer.mend.io/github/Testably/Testably.Abstractions).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mergify bot referenced this pull request in Testably/Testably.Architecture.Rules Aug 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.11.0` -> `6.12.0` |

---

### Release Notes

<details>
<summary>fluentassertions/fluentassertions (FluentAssertions)</summary>

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

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

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

#### What's Changed

##### New features

- Added `Be`, `NotBe` and `BeOneOf` for object comparisons with custom
comparer by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2243](https://togithub.com/fluentassertions/fluentassertions/pull/2243)
- Extend `AssemblyAssertions` with `HavePublicKey` and `BeUnsigned` by
[@&#8203;Corniel](https://togithub.com/Corniel) in
[https://github.com/fluentassertions/fluentassertions/pull/2207](https://togithub.com/fluentassertions/fluentassertions/pull/2207)
- Add `NotContainItemsAssignableTo` by
[@&#8203;Leo506](https://togithub.com/Leo506) in
[https://github.com/fluentassertions/fluentassertions/pull/2266](https://togithub.com/fluentassertions/fluentassertions/pull/2266)

##### Improvements

- Format records and anonymous types with their member values by
[@&#8203;benagain](https://togithub.com/benagain) in
[https://github.com/fluentassertions/fluentassertions/pull/2144](https://togithub.com/fluentassertions/fluentassertions/pull/2144)
- Improve caller identification for Visual Basic by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2254](https://togithub.com/fluentassertions/fluentassertions/pull/2254)

##### Fixes

- Avoid quoting newlines by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2202](https://togithub.com/fluentassertions/fluentassertions/pull/2202)
- Include because+becauseArgs when comparing collections of enums for
equivalency by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2214](https://togithub.com/fluentassertions/fluentassertions/pull/2214)
- Fix auto conversion to enums by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2261](https://togithub.com/fluentassertions/fluentassertions/pull/2261)

##### Documentation

- Github -> GitHub by
[@&#8203;danielchalmers](https://togithub.com/danielchalmers) in
[https://github.com/fluentassertions/fluentassertions/pull/2190](https://togithub.com/fluentassertions/fluentassertions/pull/2190)
- Fix badge links by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2193](https://togithub.com/fluentassertions/fluentassertions/pull/2193)
- Fix example wording by [@&#8203;cskwrd](https://togithub.com/cskwrd)
in
[https://github.com/fluentassertions/fluentassertions/pull/2206](https://togithub.com/fluentassertions/fluentassertions/pull/2206)
- Improve documentation on `ExcludingNestedObjects` by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2211](https://togithub.com/fluentassertions/fluentassertions/pull/2211)
- Add missing `HaveElement()` occurrence docs by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2217](https://togithub.com/fluentassertions/fluentassertions/pull/2217)
- Add documentation for `IComparer<T>` overload by
[@&#8203;ITaluone](https://togithub.com/ITaluone) in
[https://github.com/fluentassertions/fluentassertions/pull/2220](https://togithub.com/fluentassertions/fluentassertions/pull/2220)
- Update docs about thread safety by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2238](https://togithub.com/fluentassertions/fluentassertions/pull/2238)

##### Others

- CA1860: Avoid using 'Enumerable.Any()' extension method by
[@&#8203;Evangelink](https://togithub.com/Evangelink) in
[https://github.com/fluentassertions/fluentassertions/pull/2196](https://togithub.com/fluentassertions/fluentassertions/pull/2196)
- Update PR template by
[@&#8203;eNeRGy164](https://togithub.com/eNeRGy164) in
[https://github.com/fluentassertions/fluentassertions/pull/2188](https://togithub.com/fluentassertions/fluentassertions/pull/2188)
- Code coverage improvements by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2180](https://togithub.com/fluentassertions/fluentassertions/pull/2180)
- Remove sponsor Semantic Merge from the website by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2194](https://togithub.com/fluentassertions/fluentassertions/pull/2194)
- Upmerge master to develop by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2195](https://togithub.com/fluentassertions/fluentassertions/pull/2195)
- Simplify `GenericDictionaryEquivalencyStep` by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2191](https://togithub.com/fluentassertions/fluentassertions/pull/2191)
- Cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2201](https://togithub.com/fluentassertions/fluentassertions/pull/2201)
- Bump all dependencies by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2198](https://togithub.com/fluentassertions/fluentassertions/pull/2198)
- Add Qodana by [@&#8203;matkoch](https://togithub.com/matkoch) in
[https://github.com/fluentassertions/fluentassertions/pull/2204](https://togithub.com/fluentassertions/fluentassertions/pull/2204)
- Bump nuget dependencies by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2227](https://togithub.com/fluentassertions/fluentassertions/pull/2227)
- Prepare for .NET8 analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2228](https://togithub.com/fluentassertions/fluentassertions/pull/2228)
- Qodana fixes by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2229](https://togithub.com/fluentassertions/fluentassertions/pull/2229)
- Update Nugets by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2240](https://togithub.com/fluentassertions/fluentassertions/pull/2240)
- Analyzer cleanups by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2250](https://togithub.com/fluentassertions/fluentassertions/pull/2250)
- Group framework dependent configuration by
[@&#8203;Corniel](https://togithub.com/Corniel) in
[https://github.com/fluentassertions/fluentassertions/pull/2247](https://togithub.com/fluentassertions/fluentassertions/pull/2247)
- Update cspell by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2255](https://togithub.com/fluentassertions/fluentassertions/pull/2255)
- Update ruby gems by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2257](https://togithub.com/fluentassertions/fluentassertions/pull/2257)
- Another Qodana test from the same repository by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2258](https://togithub.com/fluentassertions/fluentassertions/pull/2258)
- Qodana fixes by [@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2221](https://togithub.com/fluentassertions/fluentassertions/pull/2221)
- Add a pre-check if a user can help with a PR by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2262](https://togithub.com/fluentassertions/fluentassertions/pull/2262)
- Fix qodana issues part 2 by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2264](https://togithub.com/fluentassertions/fluentassertions/pull/2264)
- Release 6.12 by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2270](https://togithub.com/fluentassertions/fluentassertions/pull/2270)

#### New Contributors

- [@&#8203;benagain](https://togithub.com/benagain) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2144](https://togithub.com/fluentassertions/fluentassertions/pull/2144)
- [@&#8203;cskwrd](https://togithub.com/cskwrd) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2206](https://togithub.com/fluentassertions/fluentassertions/pull/2206)
- [@&#8203;Corniel](https://togithub.com/Corniel) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2247](https://togithub.com/fluentassertions/fluentassertions/pull/2247)
- [@&#8203;Leo506](https://togithub.com/Leo506) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2266](https://togithub.com/fluentassertions/fluentassertions/pull/2266)

**Full Changelog**:
fluentassertions/fluentassertions@6.11.0...6.12.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://developer.mend.io/github/Testably/Testably.Architecture.Rules).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mergify bot referenced this pull request in Testably/Testably.Abstractions.FluentAssertions Aug 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.11.0` -> `6.12.0` |

---

### Release Notes

<details>
<summary>fluentassertions/fluentassertions (FluentAssertions)</summary>

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

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

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

##### What's Changed

##### New features

- Added `Be`, `NotBe` and `BeOneOf` for object comparisons with custom
comparer by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2243](https://togithub.com/fluentassertions/fluentassertions/pull/2243)
- Extend `AssemblyAssertions` with `HavePublicKey` and `BeUnsigned` by
[@&#8203;Corniel](https://togithub.com/Corniel) in
[https://github.com/fluentassertions/fluentassertions/pull/2207](https://togithub.com/fluentassertions/fluentassertions/pull/2207)
- Add `NotContainItemsAssignableTo` by
[@&#8203;Leo506](https://togithub.com/Leo506) in
[https://github.com/fluentassertions/fluentassertions/pull/2266](https://togithub.com/fluentassertions/fluentassertions/pull/2266)

##### Improvements

- Format records and anonymous types with their member values by
[@&#8203;benagain](https://togithub.com/benagain) in
[https://github.com/fluentassertions/fluentassertions/pull/2144](https://togithub.com/fluentassertions/fluentassertions/pull/2144)
- Improve caller identification for Visual Basic by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2254](https://togithub.com/fluentassertions/fluentassertions/pull/2254)

##### Fixes

- Avoid quoting newlines by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2202](https://togithub.com/fluentassertions/fluentassertions/pull/2202)
- Include because+becauseArgs when comparing collections of enums for
equivalency by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2214](https://togithub.com/fluentassertions/fluentassertions/pull/2214)
- Fix auto conversion to enums by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2261](https://togithub.com/fluentassertions/fluentassertions/pull/2261)

##### Documentation

- Github -> GitHub by
[@&#8203;danielchalmers](https://togithub.com/danielchalmers) in
[https://github.com/fluentassertions/fluentassertions/pull/2190](https://togithub.com/fluentassertions/fluentassertions/pull/2190)
- Fix badge links by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2193](https://togithub.com/fluentassertions/fluentassertions/pull/2193)
- Fix example wording by [@&#8203;cskwrd](https://togithub.com/cskwrd)
in
[https://github.com/fluentassertions/fluentassertions/pull/2206](https://togithub.com/fluentassertions/fluentassertions/pull/2206)
- Improve documentation on `ExcludingNestedObjects` by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2211](https://togithub.com/fluentassertions/fluentassertions/pull/2211)
- Add missing `HaveElement()` occurrence docs by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2217](https://togithub.com/fluentassertions/fluentassertions/pull/2217)
- Add documentation for `IComparer<T>` overload by
[@&#8203;ITaluone](https://togithub.com/ITaluone) in
[https://github.com/fluentassertions/fluentassertions/pull/2220](https://togithub.com/fluentassertions/fluentassertions/pull/2220)
- Update docs about thread safety by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2238](https://togithub.com/fluentassertions/fluentassertions/pull/2238)

##### Others

- CA1860: Avoid using 'Enumerable.Any()' extension method by
[@&#8203;Evangelink](https://togithub.com/Evangelink) in
[https://github.com/fluentassertions/fluentassertions/pull/2196](https://togithub.com/fluentassertions/fluentassertions/pull/2196)
- Update PR template by
[@&#8203;eNeRGy164](https://togithub.com/eNeRGy164) in
[https://github.com/fluentassertions/fluentassertions/pull/2188](https://togithub.com/fluentassertions/fluentassertions/pull/2188)
- Code coverage improvements by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2180](https://togithub.com/fluentassertions/fluentassertions/pull/2180)
- Remove sponsor Semantic Merge from the website by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2194](https://togithub.com/fluentassertions/fluentassertions/pull/2194)
- Upmerge master to develop by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2195](https://togithub.com/fluentassertions/fluentassertions/pull/2195)
- Simplify `GenericDictionaryEquivalencyStep` by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2191](https://togithub.com/fluentassertions/fluentassertions/pull/2191)
- Cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2201](https://togithub.com/fluentassertions/fluentassertions/pull/2201)
- Bump all dependencies by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2198](https://togithub.com/fluentassertions/fluentassertions/pull/2198)
- Add Qodana by [@&#8203;matkoch](https://togithub.com/matkoch) in
[https://github.com/fluentassertions/fluentassertions/pull/2204](https://togithub.com/fluentassertions/fluentassertions/pull/2204)
- Bump nuget dependencies by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2227](https://togithub.com/fluentassertions/fluentassertions/pull/2227)
- Prepare for .NET8 analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2228](https://togithub.com/fluentassertions/fluentassertions/pull/2228)
- Qodana fixes by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2229](https://togithub.com/fluentassertions/fluentassertions/pull/2229)
- Update Nugets by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2240](https://togithub.com/fluentassertions/fluentassertions/pull/2240)
- Analyzer cleanups by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2250](https://togithub.com/fluentassertions/fluentassertions/pull/2250)
- Group framework dependent configuration by
[@&#8203;Corniel](https://togithub.com/Corniel) in
[https://github.com/fluentassertions/fluentassertions/pull/2247](https://togithub.com/fluentassertions/fluentassertions/pull/2247)
- Update cspell by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2255](https://togithub.com/fluentassertions/fluentassertions/pull/2255)
- Update ruby gems by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2257](https://togithub.com/fluentassertions/fluentassertions/pull/2257)
- Another Qodana test from the same repository by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2258](https://togithub.com/fluentassertions/fluentassertions/pull/2258)
- Qodana fixes by [@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2221](https://togithub.com/fluentassertions/fluentassertions/pull/2221)
- Add a pre-check if a user can help with a PR by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2262](https://togithub.com/fluentassertions/fluentassertions/pull/2262)
- Fix qodana issues part 2 by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2264](https://togithub.com/fluentassertions/fluentassertions/pull/2264)
- Release 6.12 by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2270](https://togithub.com/fluentassertions/fluentassertions/pull/2270)

##### New Contributors

- [@&#8203;benagain](https://togithub.com/benagain) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2144](https://togithub.com/fluentassertions/fluentassertions/pull/2144)
- [@&#8203;cskwrd](https://togithub.com/cskwrd) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2206](https://togithub.com/fluentassertions/fluentassertions/pull/2206)
- [@&#8203;Corniel](https://togithub.com/Corniel) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2247](https://togithub.com/fluentassertions/fluentassertions/pull/2247)
- [@&#8203;Leo506](https://togithub.com/Leo506) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2266](https://togithub.com/fluentassertions/fluentassertions/pull/2266)

**Full Changelog**:
fluentassertions/fluentassertions@6.11.0...6.12.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://developer.mend.io/github/Testably/Testably.Abstractions.FluentAssertions).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in cythral/brighid-commands Aug 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.11.0` -> `6.12.0` |

---

### Release Notes

<details>
<summary>fluentassertions/fluentassertions (FluentAssertions)</summary>

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

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

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

##### What's Changed

##### New features

- Added `Be`, `NotBe` and `BeOneOf` for object comparisons with custom
comparer by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2243](https://togithub.com/fluentassertions/fluentassertions/pull/2243)
- Extend `AssemblyAssertions` with `HavePublicKey` and `BeUnsigned` by
[@&#8203;Corniel](https://togithub.com/Corniel) in
[https://github.com/fluentassertions/fluentassertions/pull/2207](https://togithub.com/fluentassertions/fluentassertions/pull/2207)
- Add `NotContainItemsAssignableTo` by
[@&#8203;Leo506](https://togithub.com/Leo506) in
[https://github.com/fluentassertions/fluentassertions/pull/2266](https://togithub.com/fluentassertions/fluentassertions/pull/2266)

##### Improvements

- Format records and anonymous types with their member values by
[@&#8203;benagain](https://togithub.com/benagain) in
[https://github.com/fluentassertions/fluentassertions/pull/2144](https://togithub.com/fluentassertions/fluentassertions/pull/2144)
- Improve caller identification for Visual Basic by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2254](https://togithub.com/fluentassertions/fluentassertions/pull/2254)

##### Fixes

- Avoid quoting newlines by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2202](https://togithub.com/fluentassertions/fluentassertions/pull/2202)
- Include because+becauseArgs when comparing collections of enums for
equivalency by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2214](https://togithub.com/fluentassertions/fluentassertions/pull/2214)
- Fix auto conversion to enums by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2261](https://togithub.com/fluentassertions/fluentassertions/pull/2261)

##### Documentation

- Github -> GitHub by
[@&#8203;danielchalmers](https://togithub.com/danielchalmers) in
[https://github.com/fluentassertions/fluentassertions/pull/2190](https://togithub.com/fluentassertions/fluentassertions/pull/2190)
- Fix badge links by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2193](https://togithub.com/fluentassertions/fluentassertions/pull/2193)
- Fix example wording by [@&#8203;cskwrd](https://togithub.com/cskwrd)
in
[https://github.com/fluentassertions/fluentassertions/pull/2206](https://togithub.com/fluentassertions/fluentassertions/pull/2206)
- Improve documentation on `ExcludingNestedObjects` by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2211](https://togithub.com/fluentassertions/fluentassertions/pull/2211)
- Add missing `HaveElement()` occurrence docs by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2217](https://togithub.com/fluentassertions/fluentassertions/pull/2217)
- Add documentation for `IComparer<T>` overload by
[@&#8203;ITaluone](https://togithub.com/ITaluone) in
[https://github.com/fluentassertions/fluentassertions/pull/2220](https://togithub.com/fluentassertions/fluentassertions/pull/2220)
- Update docs about thread safety by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2238](https://togithub.com/fluentassertions/fluentassertions/pull/2238)

##### Others

- CA1860: Avoid using 'Enumerable.Any()' extension method by
[@&#8203;Evangelink](https://togithub.com/Evangelink) in
[https://github.com/fluentassertions/fluentassertions/pull/2196](https://togithub.com/fluentassertions/fluentassertions/pull/2196)
- Update PR template by
[@&#8203;eNeRGy164](https://togithub.com/eNeRGy164) in
[https://github.com/fluentassertions/fluentassertions/pull/2188](https://togithub.com/fluentassertions/fluentassertions/pull/2188)
- Code coverage improvements by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2180](https://togithub.com/fluentassertions/fluentassertions/pull/2180)
- Remove sponsor Semantic Merge from the website by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2194](https://togithub.com/fluentassertions/fluentassertions/pull/2194)
- Upmerge master to develop by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2195](https://togithub.com/fluentassertions/fluentassertions/pull/2195)
- Simplify `GenericDictionaryEquivalencyStep` by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2191](https://togithub.com/fluentassertions/fluentassertions/pull/2191)
- Cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2201](https://togithub.com/fluentassertions/fluentassertions/pull/2201)
- Bump all dependencies by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2198](https://togithub.com/fluentassertions/fluentassertions/pull/2198)
- Add Qodana by [@&#8203;matkoch](https://togithub.com/matkoch) in
[https://github.com/fluentassertions/fluentassertions/pull/2204](https://togithub.com/fluentassertions/fluentassertions/pull/2204)
- Bump nuget dependencies by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2227](https://togithub.com/fluentassertions/fluentassertions/pull/2227)
- Prepare for .NET8 analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2228](https://togithub.com/fluentassertions/fluentassertions/pull/2228)
- Qodana fixes by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2229](https://togithub.com/fluentassertions/fluentassertions/pull/2229)
- Update Nugets by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2240](https://togithub.com/fluentassertions/fluentassertions/pull/2240)
- Analyzer cleanups by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2250](https://togithub.com/fluentassertions/fluentassertions/pull/2250)
- Group framework dependent configuration by
[@&#8203;Corniel](https://togithub.com/Corniel) in
[https://github.com/fluentassertions/fluentassertions/pull/2247](https://togithub.com/fluentassertions/fluentassertions/pull/2247)
- Update cspell by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2255](https://togithub.com/fluentassertions/fluentassertions/pull/2255)
- Update ruby gems by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2257](https://togithub.com/fluentassertions/fluentassertions/pull/2257)
- Another Qodana test from the same repository by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2258](https://togithub.com/fluentassertions/fluentassertions/pull/2258)
- Qodana fixes by [@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2221](https://togithub.com/fluentassertions/fluentassertions/pull/2221)
- Add a pre-check if a user can help with a PR by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2262](https://togithub.com/fluentassertions/fluentassertions/pull/2262)
- Fix qodana issues part 2 by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2264](https://togithub.com/fluentassertions/fluentassertions/pull/2264)
- Release 6.12 by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2270](https://togithub.com/fluentassertions/fluentassertions/pull/2270)

##### New Contributors

- [@&#8203;benagain](https://togithub.com/benagain) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2144](https://togithub.com/fluentassertions/fluentassertions/pull/2144)
- [@&#8203;cskwrd](https://togithub.com/cskwrd) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2206](https://togithub.com/fluentassertions/fluentassertions/pull/2206)
- [@&#8203;Corniel](https://togithub.com/Corniel) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2247](https://togithub.com/fluentassertions/fluentassertions/pull/2247)
- [@&#8203;Leo506](https://togithub.com/Leo506) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2266](https://togithub.com/fluentassertions/fluentassertions/pull/2266)

**Full Changelog**:
fluentassertions/fluentassertions@6.11.0...6.12.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://developer.mend.io/github/cythral/brighid-commands).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzYuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ThorstenSauter referenced this pull request in ThorstenSauter/NoPlan Aug 24, 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.11.0` -> `6.12.0` |

---

### Release Notes

<details>
<summary>fluentassertions/fluentassertions (FluentAssertions)</summary>

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

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

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

#### What's Changed

##### New features

- Added `Be`, `NotBe` and `BeOneOf` for object comparisons with custom
comparer by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2243](https://togithub.com/fluentassertions/fluentassertions/pull/2243)
- Extend `AssemblyAssertions` with `HavePublicKey` and `BeUnsigned` by
[@&#8203;Corniel](https://togithub.com/Corniel) in
[https://github.com/fluentassertions/fluentassertions/pull/2207](https://togithub.com/fluentassertions/fluentassertions/pull/2207)
- Add `NotContainItemsAssignableTo` by
[@&#8203;Leo506](https://togithub.com/Leo506) in
[https://github.com/fluentassertions/fluentassertions/pull/2266](https://togithub.com/fluentassertions/fluentassertions/pull/2266)

##### Improvements

- Format records and anonymous types with their member values by
[@&#8203;benagain](https://togithub.com/benagain) in
[https://github.com/fluentassertions/fluentassertions/pull/2144](https://togithub.com/fluentassertions/fluentassertions/pull/2144)
- Improve caller identification for Visual Basic by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2254](https://togithub.com/fluentassertions/fluentassertions/pull/2254)

##### Fixes

- Avoid quoting newlines by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2202](https://togithub.com/fluentassertions/fluentassertions/pull/2202)
- Include because+becauseArgs when comparing collections of enums for
equivalency by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2214](https://togithub.com/fluentassertions/fluentassertions/pull/2214)
- Fix auto conversion to enums by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2261](https://togithub.com/fluentassertions/fluentassertions/pull/2261)

##### Documentation

- Github -> GitHub by
[@&#8203;danielchalmers](https://togithub.com/danielchalmers) in
[https://github.com/fluentassertions/fluentassertions/pull/2190](https://togithub.com/fluentassertions/fluentassertions/pull/2190)
- Fix badge links by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2193](https://togithub.com/fluentassertions/fluentassertions/pull/2193)
- Fix example wording by [@&#8203;cskwrd](https://togithub.com/cskwrd)
in
[https://github.com/fluentassertions/fluentassertions/pull/2206](https://togithub.com/fluentassertions/fluentassertions/pull/2206)
- Improve documentation on `ExcludingNestedObjects` by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2211](https://togithub.com/fluentassertions/fluentassertions/pull/2211)
- Add missing `HaveElement()` occurrence docs by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2217](https://togithub.com/fluentassertions/fluentassertions/pull/2217)
- Add documentation for `IComparer<T>` overload by
[@&#8203;ITaluone](https://togithub.com/ITaluone) in
[https://github.com/fluentassertions/fluentassertions/pull/2220](https://togithub.com/fluentassertions/fluentassertions/pull/2220)
- Update docs about thread safety by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2238](https://togithub.com/fluentassertions/fluentassertions/pull/2238)

##### Others

- CA1860: Avoid using 'Enumerable.Any()' extension method by
[@&#8203;Evangelink](https://togithub.com/Evangelink) in
[https://github.com/fluentassertions/fluentassertions/pull/2196](https://togithub.com/fluentassertions/fluentassertions/pull/2196)
- Update PR template by
[@&#8203;eNeRGy164](https://togithub.com/eNeRGy164) in
[https://github.com/fluentassertions/fluentassertions/pull/2188](https://togithub.com/fluentassertions/fluentassertions/pull/2188)
- Code coverage improvements by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2180](https://togithub.com/fluentassertions/fluentassertions/pull/2180)
- Remove sponsor Semantic Merge from the website by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2194](https://togithub.com/fluentassertions/fluentassertions/pull/2194)
- Upmerge master to develop by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2195](https://togithub.com/fluentassertions/fluentassertions/pull/2195)
- Simplify `GenericDictionaryEquivalencyStep` by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2191](https://togithub.com/fluentassertions/fluentassertions/pull/2191)
- Cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2201](https://togithub.com/fluentassertions/fluentassertions/pull/2201)
- Bump all dependencies by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2198](https://togithub.com/fluentassertions/fluentassertions/pull/2198)
- Add Qodana by [@&#8203;matkoch](https://togithub.com/matkoch) in
[https://github.com/fluentassertions/fluentassertions/pull/2204](https://togithub.com/fluentassertions/fluentassertions/pull/2204)
- Bump nuget dependencies by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2227](https://togithub.com/fluentassertions/fluentassertions/pull/2227)
- Prepare for .NET8 analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2228](https://togithub.com/fluentassertions/fluentassertions/pull/2228)
- Qodana fixes by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2229](https://togithub.com/fluentassertions/fluentassertions/pull/2229)
- Update Nugets by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2240](https://togithub.com/fluentassertions/fluentassertions/pull/2240)
- Analyzer cleanups by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2250](https://togithub.com/fluentassertions/fluentassertions/pull/2250)
- Group framework dependent configuration by
[@&#8203;Corniel](https://togithub.com/Corniel) in
[https://github.com/fluentassertions/fluentassertions/pull/2247](https://togithub.com/fluentassertions/fluentassertions/pull/2247)
- Update cspell by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2255](https://togithub.com/fluentassertions/fluentassertions/pull/2255)
- Update ruby gems by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2257](https://togithub.com/fluentassertions/fluentassertions/pull/2257)
- Another Qodana test from the same repository by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2258](https://togithub.com/fluentassertions/fluentassertions/pull/2258)
- Qodana fixes by [@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2221](https://togithub.com/fluentassertions/fluentassertions/pull/2221)
- Add a pre-check if a user can help with a PR by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2262](https://togithub.com/fluentassertions/fluentassertions/pull/2262)
- Fix qodana issues part 2 by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2264](https://togithub.com/fluentassertions/fluentassertions/pull/2264)
- Release 6.12 by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2270](https://togithub.com/fluentassertions/fluentassertions/pull/2270)

#### New Contributors

- [@&#8203;benagain](https://togithub.com/benagain) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2144](https://togithub.com/fluentassertions/fluentassertions/pull/2144)
- [@&#8203;cskwrd](https://togithub.com/cskwrd) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2206](https://togithub.com/fluentassertions/fluentassertions/pull/2206)
- [@&#8203;Corniel](https://togithub.com/Corniel) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2247](https://togithub.com/fluentassertions/fluentassertions/pull/2247)
- [@&#8203;Leo506](https://togithub.com/Leo506) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2266](https://togithub.com/fluentassertions/fluentassertions/pull/2266)

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am" (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://developer.mend.io/github/ThorstenSauter/NoPlan).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in orso-co/Orso.Arpa.Api Aug 26, 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.11.0` -> `6.12.0` |

---

### Release Notes

<details>
<summary>fluentassertions/fluentassertions (FluentAssertions)</summary>

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

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

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

#### What's Changed

##### New features

- Added `Be`, `NotBe` and `BeOneOf` for object comparisons with custom
comparer by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2243](https://togithub.com/fluentassertions/fluentassertions/pull/2243)
- Extend `AssemblyAssertions` with `HavePublicKey` and `BeUnsigned` by
[@&#8203;Corniel](https://togithub.com/Corniel) in
[https://github.com/fluentassertions/fluentassertions/pull/2207](https://togithub.com/fluentassertions/fluentassertions/pull/2207)
- Add `NotContainItemsAssignableTo` by
[@&#8203;Leo506](https://togithub.com/Leo506) in
[https://github.com/fluentassertions/fluentassertions/pull/2266](https://togithub.com/fluentassertions/fluentassertions/pull/2266)

##### Improvements

- Format records and anonymous types with their member values by
[@&#8203;benagain](https://togithub.com/benagain) in
[https://github.com/fluentassertions/fluentassertions/pull/2144](https://togithub.com/fluentassertions/fluentassertions/pull/2144)
- Improve caller identification for Visual Basic by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2254](https://togithub.com/fluentassertions/fluentassertions/pull/2254)

##### Fixes

- Avoid quoting newlines by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2202](https://togithub.com/fluentassertions/fluentassertions/pull/2202)
- Include because+becauseArgs when comparing collections of enums for
equivalency by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2214](https://togithub.com/fluentassertions/fluentassertions/pull/2214)
- Fix auto conversion to enums by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2261](https://togithub.com/fluentassertions/fluentassertions/pull/2261)

##### Documentation

- Github -> GitHub by
[@&#8203;danielchalmers](https://togithub.com/danielchalmers) in
[https://github.com/fluentassertions/fluentassertions/pull/2190](https://togithub.com/fluentassertions/fluentassertions/pull/2190)
- Fix badge links by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2193](https://togithub.com/fluentassertions/fluentassertions/pull/2193)
- Fix example wording by [@&#8203;cskwrd](https://togithub.com/cskwrd)
in
[https://github.com/fluentassertions/fluentassertions/pull/2206](https://togithub.com/fluentassertions/fluentassertions/pull/2206)
- Improve documentation on `ExcludingNestedObjects` by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2211](https://togithub.com/fluentassertions/fluentassertions/pull/2211)
- Add missing `HaveElement()` occurrence docs by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2217](https://togithub.com/fluentassertions/fluentassertions/pull/2217)
- Add documentation for `IComparer<T>` overload by
[@&#8203;ITaluone](https://togithub.com/ITaluone) in
[https://github.com/fluentassertions/fluentassertions/pull/2220](https://togithub.com/fluentassertions/fluentassertions/pull/2220)
- Update docs about thread safety by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2238](https://togithub.com/fluentassertions/fluentassertions/pull/2238)

##### Others

- CA1860: Avoid using 'Enumerable.Any()' extension method by
[@&#8203;Evangelink](https://togithub.com/Evangelink) in
[https://github.com/fluentassertions/fluentassertions/pull/2196](https://togithub.com/fluentassertions/fluentassertions/pull/2196)
- Update PR template by
[@&#8203;eNeRGy164](https://togithub.com/eNeRGy164) in
[https://github.com/fluentassertions/fluentassertions/pull/2188](https://togithub.com/fluentassertions/fluentassertions/pull/2188)
- Code coverage improvements by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[https://github.com/fluentassertions/fluentassertions/pull/2180](https://togithub.com/fluentassertions/fluentassertions/pull/2180)
- Remove sponsor Semantic Merge from the website by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2194](https://togithub.com/fluentassertions/fluentassertions/pull/2194)
- Upmerge master to develop by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2195](https://togithub.com/fluentassertions/fluentassertions/pull/2195)
- Simplify `GenericDictionaryEquivalencyStep` by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2191](https://togithub.com/fluentassertions/fluentassertions/pull/2191)
- Cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2201](https://togithub.com/fluentassertions/fluentassertions/pull/2201)
- Bump all dependencies by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2198](https://togithub.com/fluentassertions/fluentassertions/pull/2198)
- Add Qodana by [@&#8203;matkoch](https://togithub.com/matkoch) in
[https://github.com/fluentassertions/fluentassertions/pull/2204](https://togithub.com/fluentassertions/fluentassertions/pull/2204)
- Bump nuget dependencies by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2227](https://togithub.com/fluentassertions/fluentassertions/pull/2227)
- Prepare for .NET8 analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2228](https://togithub.com/fluentassertions/fluentassertions/pull/2228)
- Qodana fixes by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2229](https://togithub.com/fluentassertions/fluentassertions/pull/2229)
- Update Nugets by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2240](https://togithub.com/fluentassertions/fluentassertions/pull/2240)
- Analyzer cleanups by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2250](https://togithub.com/fluentassertions/fluentassertions/pull/2250)
- Group framework dependent configuration by
[@&#8203;Corniel](https://togithub.com/Corniel) in
[https://github.com/fluentassertions/fluentassertions/pull/2247](https://togithub.com/fluentassertions/fluentassertions/pull/2247)
- Update cspell by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2255](https://togithub.com/fluentassertions/fluentassertions/pull/2255)
- Update ruby gems by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2257](https://togithub.com/fluentassertions/fluentassertions/pull/2257)
- Another Qodana test from the same repository by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2258](https://togithub.com/fluentassertions/fluentassertions/pull/2258)
- Qodana fixes by [@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2221](https://togithub.com/fluentassertions/fluentassertions/pull/2221)
- Add a pre-check if a user can help with a PR by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2262](https://togithub.com/fluentassertions/fluentassertions/pull/2262)
- Fix qodana issues part 2 by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[https://github.com/fluentassertions/fluentassertions/pull/2264](https://togithub.com/fluentassertions/fluentassertions/pull/2264)
- Release 6.12 by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2270](https://togithub.com/fluentassertions/fluentassertions/pull/2270)

#### New Contributors

- [@&#8203;benagain](https://togithub.com/benagain) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2144](https://togithub.com/fluentassertions/fluentassertions/pull/2144)
- [@&#8203;cskwrd](https://togithub.com/cskwrd) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2206](https://togithub.com/fluentassertions/fluentassertions/pull/2206)
- [@&#8203;Corniel](https://togithub.com/Corniel) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2247](https://togithub.com/fluentassertions/fluentassertions/pull/2247)
- [@&#8203;Leo506](https://togithub.com/Leo506) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2266](https://togithub.com/fluentassertions/fluentassertions/pull/2266)

**Full Changelog**:
fluentassertions/fluentassertions@6.11.0...6.12.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://developer.mend.io/github/orso-co/Orso.Arpa.Api).

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

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.

4 participants