Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump FluentAssertions from 6.3.0 to 6.5.1 (#23)
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.3.0 to 6.5.1. <details> <summary>Release notes</summary> *Sourced from [FluentAssertions's releases](https://github.com/fluentassertions/fluentassertions/releases).* > ## 6.5.1 > ## What's Changed > * Maintenance on release notes, Github content files, etc by @dennisdoomen in fluentassertions/fluentassertions#1800 > * Make the site work with Ruby 3 and update catchphrase and sponsors by @dennisdoomen in fluentassertions/fluentassertions#1801 > * Fix ordering collections by the identity function by @jnyrup in fluentassertions/fluentassertions#1802 > > > **Full Changelog**: fluentassertions/fluentassertions@6.5.0...6.5.1 > Public release notes: https://fluentassertions.com/releases/[#651](https://github.com/fluentassertions/fluentassertions/issues/651) > > ## 6.5.0 > ## What's Changed > * Allow mapping properties and/or fields with different names by @dennisdoomen in fluentassertions/fluentassertions#1742 > * Moved the equivalency specs to a separate test project and split them into separate classes by @dennisdoomen in fluentassertions/fluentassertions#1789 > * Improved docs on BeLowerCased and BeUpperCased for mixed strings by @dennisdoomen in fluentassertions/fluentassertions#1792 > * Fixed a continuation issue in the fluent assertion API by @dennisdoomen in fluentassertions/fluentassertions#1791 > * Properly recognized non-class types as internal when using HaveAccessModifier assertion by @dennisdoomen in fluentassertions/fluentassertions#1793 > * Caller identification does not handle all arguments using `new` by @dennisdoomen in fluentassertions/fluentassertions#1794 > * Added SatisfyAll by @kmusick in fluentassertions/fluentassertions#1790 > * Fix and improve tracing for nested AssertionScopes by @dennisdoomen in fluentassertions/fluentassertions#1797 > > ## New Contributors > * @kmusick made their first contribution in fluentassertions/fluentassertions#1790 > > **Full Changelog**: fluentassertions/fluentassertions@6.4.0...6.5.0 > > ## 6.4.0 > ## What's Changed > * Adds `ThatAreStatic` and `ThatAreNotStatic` to `MethodInfoSelector` by @chvollm in fluentassertions/fluentassertions#1740 > * Trailing slash results in 404 page by @MEmanuelsson in fluentassertions/fluentassertions#1767 > * Introduce assertions for `StatusCode` of `HttpResponseMessage` by @mu88 for @swisspost in fluentassertions/fluentassertions#1737 > * `ContainItemsAssignableTo` now expects at least one item assignable to `T` by @MullerWasHere in fluentassertions/fluentassertions#1765 > * Variable name is not captured after await assertion by @MullerWasHere in fluentassertions/fluentassertions#1770 > * Fix typos by @jnyrup in fluentassertions/fluentassertions#1774 > * Non-generic overload for `WithInnerExceptionExactly` by @karenfarnes in fluentassertions/fluentassertions#1769 > * Fix determining caller identity for NET Native by @jnyrup in fluentassertions/fluentassertions#1776 > * Adjust Identifier properties by @jnyrup in fluentassertions/fluentassertions#1777 > * Relax `When_the_execution_time_of_an_async_action_is_less_than_a_limit_it_should_not_throw` by @jnyrup in fluentassertions/fluentassertions#1778 > * Bump Nuke/GitVersion, improve PR numbering, simplify Yaml script by @dennisdoomen in fluentassertions/fluentassertions#1775 > * `OccurredEvent` ordering on monitored object is now done via thread-safe counter by @MullerWasHere in fluentassertions/fluentassertions#1773 > * override Identifier for `BufferedStream` by @amosonn in fluentassertions/fluentassertions#1772 > * Fix `TryGetValue` for dictionary like enumerables by @jnyrup in fluentassertions/fluentassertions#1786 > * Optimize build times by @jnyrup in fluentassertions/fluentassertions#1787 > * Guard against unformattable caller name by @jnyrup in fluentassertions/fluentassertions#1788 > > ## New Contributors > * @MEmanuelsson made their first contribution in fluentassertions/fluentassertions#1767 > * @MullerWasHere made their first contribution in fluentassertions/fluentassertions#1765 > * @karenfarnes made their first contribution in fluentassertions/fluentassertions#1769 > * @amosonn made their first contribution in fluentassertions/fluentassertions#1772 ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`e25fa3a`](fluentassertions/fluentassertions@e25fa3a) 6.5.1 release notes - [`6067689`](fluentassertions/fluentassertions@6067689) Merge pull request [#1802](fluentassertions/fluentassertions#1802) from jnyrup/GetMemberPath - [`62f0d76`](fluentassertions/fluentassertions@62f0d76) Add ValidateMemberPath to validate but not construct a MemberPath - [`2c14921`](fluentassertions/fluentassertions@2c14921) The empty member path corresponds to the identity function. - [`a5693e1`](fluentassertions/fluentassertions@a5693e1) Merge branch 'master' into develop - [`91c0752`](fluentassertions/fluentassertions@91c0752) Updated catchphrase and sponsors - [`c3ff3ae`](fluentassertions/fluentassertions@c3ff3ae) Make the site work with Ruby 3 - [`a420256`](fluentassertions/fluentassertions@a420256) Updated PR template - [`63000a8`](fluentassertions/fluentassertions@63000a8) Prepared the release notes for the next release - [`daf31c7`](fluentassertions/fluentassertions@daf31c7) Removed the sponsors since they are listed on the website - Additional commits viewable in [compare view](fluentassertions/fluentassertions@6.3.0...6.5.1) </details> <br /> Reviewed-on: https://gitea.dysnomia.studio/elanis/portfolio/pulls/23 Co-authored-by: elanis <[email protected]> Co-committed-by: elanis <[email protected]>
- Loading branch information