chore(deps): update dependency fluentassertions to v6.11.0 #6

Merged
rainote merged 1 commit from renovate/fluentassertions-6.x into master 2023-08-06 11:46:51 +00:00
Member

This PR contains the following updates:

Package Type Update Change
FluentAssertions (source) nuget minor 6.8.0 -> 6.11.0

Release Notes

fluentassertions/fluentassertions (FluentAssertions)

v6.11.0

Compare Source

What's Changed

New features
Improvements
Fixes
Documentation
Others

New Contributors

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/6.10.0...6.11.0

v6.10.0

Compare Source

What's Changed

Fixes
Others

New Contributors

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/6.9.0...6.10.0

v6.9.0

Compare Source

What's Changed

New features
Improvements
Fixes
Documentation
Others

New Contributors

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/6.8.0...6.9.0


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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [FluentAssertions](https://www.fluentassertions.com/) ([source](https://github.com/fluentassertions/fluentassertions)) | nuget | minor | `6.8.0` -> `6.11.0` | --- ### Release Notes <details> <summary>fluentassertions/fluentassertions (FluentAssertions)</summary> ### [`v6.11.0`](https://github.com/fluentassertions/fluentassertions/releases/tag/6.11.0) [Compare Source](https://github.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://github.com/lg2de) in https://github.com/fluentassertions/fluentassertions/pull/1974 - Add `WithoutStrictOrderingFor` overload with an expression by [@&#8203;chrischu](https://github.com/chrischu) in https://github.com/fluentassertions/fluentassertions/pull/2151 ##### Improvements - Add support to convert into to enum by [@&#8203;sdelarosbil](https://github.com/sdelarosbil) in https://github.com/fluentassertions/fluentassertions/pull/2147 - Use `ToString` to format exceptions by [@&#8203;sdelarosbil](https://github.com/sdelarosbil) in https://github.com/fluentassertions/fluentassertions/pull/2150 ##### Fixes - Increase robustness of assertions when wrapped in an `AssertionScope` by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2133 - Ensured the maximum depth is properly respecting the "official" definition of depth by [@&#8203;dennisdoomen](https://github.com/dennisdoomen) in https://github.com/fluentassertions/fluentassertions/pull/2145 - Prevent `NullReferenceException` by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2154 - Make `Excluding()` work on nested collections if root is a collection by [@&#8203;whymatter](https://github.com/whymatter) in https://github.com/fluentassertions/fluentassertions/pull/2135 - Prevent `InvalidOperationException` when formatting lambda expression by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2176 ##### Documentation - Add missing xml docs for parameters by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2134 - Fix xml docs for time-related assertions by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2153 - fix link to PR in release notes by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2171 - Do not interpret double braces as liquid template by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2181 ##### Others - Add optional parameter to generate a `binlog` file by [@&#8203;IT-VBFK](https://github.com/IT-VBFK) in https://github.com/fluentassertions/fluentassertions/pull/2127 - Dynamic copyright year by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/fluentassertions/fluentassertions/pull/2128 - Minor tweaks to the .editorconfig and reformatted the entire code base by [@&#8203;dennisdoomen](https://github.com/dennisdoomen) in https://github.com/fluentassertions/fluentassertions/pull/2117 - Update Nugets by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2129 - Styling to please both VS and Rider by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2130 - Use a fixed seed for random generator by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2131 - Pluralize "key" in failure message by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2138 - Preparing upgrade of analyzers by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2136 - Exception cleanup by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2155 - Cleanup by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2156 - await `Task` when inside using block by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2157 - Use init properties by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2158 - Introduce Roslynator with adjusted rules and addressed issues by [@&#8203;dennisdoomen](https://github.com/dennisdoomen) in https://github.com/fluentassertions/fluentassertions/pull/2159 - Regex cleanup by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2162 - Introduce the Meziantou.Analyzer to improve our code even more. by [@&#8203;dennisdoomen](https://github.com/dennisdoomen) in https://github.com/fluentassertions/fluentassertions/pull/2160 - Some internal naming improvements by [@&#8203;dennisdoomen](https://github.com/dennisdoomen) in https://github.com/fluentassertions/fluentassertions/pull/2164 - Extracts the type reflection logic into a dedicated class by [@&#8203;dennisdoomen](https://github.com/dennisdoomen) in https://github.com/fluentassertions/fluentassertions/pull/2165 - Update to C# 11 by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2166 - Improve the `DataRowCollectionEquivalency` code coverage by [@&#8203;sdelarosbil](https://github.com/sdelarosbil) in https://github.com/fluentassertions/fluentassertions/pull/2163 - Improve the ExpressionExtensions coverage by [@&#8203;sdelarosbil](https://github.com/sdelarosbil) in https://github.com/fluentassertions/fluentassertions/pull/2168 - Improve the DateOnly and TimeOnly code coverage by [@&#8203;sdelarosbil](https://github.com/sdelarosbil) in https://github.com/fluentassertions/fluentassertions/pull/2167 - Update to Coveralls v2 by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2173 - Migrate from FxCop to .NET Analyzers by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2174 - Use builtin coveralls flag to ignore missing coverage file by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2178 - Revert "Use builtin coveralls flag to ignore missing coverage file" by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2183 - Ensure running the site works again by [@&#8203;dennisdoomen](https://github.com/dennisdoomen) in https://github.com/fluentassertions/fluentassertions/pull/2185 - Prepare for .NET 8 analyzers by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2184 - Update Ruby dependencies by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2182 #### New Contributors - [@&#8203;martincostello](https://github.com/martincostello) made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2128 - [@&#8203;sdelarosbil](https://github.com/sdelarosbil) made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2147 - [@&#8203;chrischu](https://github.com/chrischu) made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2151 **Full Changelog**: https://github.com/fluentassertions/fluentassertions/compare/6.10.0...6.11.0 ### [`v6.10.0`](https://github.com/fluentassertions/fluentassertions/releases/tag/6.10.0) [Compare Source](https://github.com/fluentassertions/fluentassertions/compare/6.9.0...6.10.0) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Fixes - Declare `System.Net.Http` as a framework dependency by [@&#8203;AArnott](https://github.com/AArnott) in https://github.com/fluentassertions/fluentassertions/pull/2122 - Improves how `BeEquivalentTo` handles fields hiding base-class fields by [@&#8203;dennisdoomen](https://github.com/dennisdoomen) in https://github.com/fluentassertions/fluentassertions/pull/1990 - Fix timeout check in `WithResult` extension by [@&#8203;lg2de](https://github.com/lg2de) in https://github.com/fluentassertions/fluentassertions/pull/2101 - Avoid exceptions when wrapping in `AssertionScope` by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2103 ##### Others - Fix copyright year by [@&#8203;ITaluone](https://github.com/ITaluone) in https://github.com/fluentassertions/fluentassertions/pull/2099 - Fix broken link in releases.md by [@&#8203;ITaluone](https://github.com/ITaluone) in https://github.com/fluentassertions/fluentassertions/pull/2096 - Check if `lcov.info` does exist by [@&#8203;ITaluone](https://github.com/ITaluone) in https://github.com/fluentassertions/fluentassertions/pull/2097 - Clean up `Build.cs` by [@&#8203;IT-VBFK](https://github.com/IT-VBFK) in https://github.com/fluentassertions/fluentassertions/pull/2093 - Updated editor configs by [@&#8203;dennisdoomen](https://github.com/dennisdoomen) in https://github.com/fluentassertions/fluentassertions/pull/2104 - Revert early returns for project consistency by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2105 - Update data.md to fix typo by [@&#8203;berserck](https://github.com/berserck) in https://github.com/fluentassertions/fluentassertions/pull/2114 - Add unit tests for better coverage in Execution namespace by [@&#8203;lg2de](https://github.com/lg2de) in https://github.com/fluentassertions/fluentassertions/pull/2042 - Add code coverage to XUnit2.Specs by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2115 - Regrouping and formatting of the selection rule specs by [@&#8203;dennisdoomen](https://github.com/dennisdoomen) in https://github.com/fluentassertions/fluentassertions/pull/2106 - Add fancy `ReportSummary` by [@&#8203;IT-VBFK](https://github.com/IT-VBFK) in https://github.com/fluentassertions/fluentassertions/pull/2116 - Add new issue template for a general feature by [@&#8203;IT-VBFK](https://github.com/IT-VBFK) in https://github.com/fluentassertions/fluentassertions/pull/2113 - Add missing tests for `int.Seconds(TimeSpan)` by [@&#8203;IT-VBFK](https://github.com/IT-VBFK) in https://github.com/fluentassertions/fluentassertions/pull/2119 - Add test summaries by [@&#8203;IT-VBFK](https://github.com/IT-VBFK) in https://github.com/fluentassertions/fluentassertions/pull/2118 - Declare few more files as `DocumentationChanges` by [@&#8203;IT-VBFK](https://github.com/IT-VBFK) in https://github.com/fluentassertions/fluentassertions/pull/2100 - Remove unused InstallPfx.bat by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2124 #### New Contributors - [@&#8203;berserck](https://github.com/berserck) made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2114 - [@&#8203;AArnott](https://github.com/AArnott) made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2122 **Full Changelog**: https://github.com/fluentassertions/fluentassertions/compare/6.9.0...6.10.0 ### [`v6.9.0`](https://github.com/fluentassertions/fluentassertions/releases/tag/6.9.0) [Compare Source](https://github.com/fluentassertions/fluentassertions/compare/6.8.0...6.9.0) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### New features - Added `BeOneOf` for `IComparable`s and object comparisons. by [@&#8203;jez9999](https://github.com/jez9999) in https://github.com/fluentassertions/fluentassertions/pull/2028 - Add `BeCloseTo()` / `NotBeCloseTo()` to TimeOnlyAssertions by [@&#8203;IT-VBFK](https://github.com/IT-VBFK) in https://github.com/fluentassertions/fluentassertions/pull/2030 - Add `ThatAre[Not]Abstract`, `ThatAre[Not]Static` and `ThatAre[Not]Virtual` to `PropertyInfoSelector` by [@&#8203;94sedighi](https://github.com/94sedighi) in https://github.com/fluentassertions/fluentassertions/pull/2054 - Add `ThatAre[Not]Abstract` to `MethodInfoSelector` by [@&#8203;94sedighi](https://github.com/94sedighi) in https://github.com/fluentassertions/fluentassertions/pull/2060 - Add `ThatAre[Not]Abstract` to `TypeSelector` by [@&#8203;94sedighi](https://github.com/94sedighi) in https://github.com/fluentassertions/fluentassertions/pull/2058 - Add `ThatAre[Not]Sealed` to `TypeSelector.cs` by [@&#8203;94sedighi](https://github.com/94sedighi) in https://github.com/fluentassertions/fluentassertions/pull/2059 - Add `ThatAre[Not]Interfaces` to `TypeSelector.cs` by [@&#8203;94sedighi](https://github.com/94sedighi) in https://github.com/fluentassertions/fluentassertions/pull/2057 - Add extensions for `OccurrenceConstraint` that reads more fluently by [@&#8203;IT-VBFK](https://github.com/IT-VBFK) in https://github.com/fluentassertions/fluentassertions/pull/2047 - Add `Imply()` to `BooleanAssertions` by [@&#8203;IT-VBFK](https://github.com/IT-VBFK) in https://github.com/fluentassertions/fluentassertions/pull/2074 - Add `ThatAre[Not]ValueTypes` method to `TypeSelector.cs` by [@&#8203;94sedighi](https://github.com/94sedighi) in https://github.com/fluentassertions/fluentassertions/pull/2083 ##### Improvements - Order strings with ordinal comparison by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2075 - Improve performance of `IsTuple()` by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2079 - Optimize `IsRecord()` by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2080 ##### Fixes - Nested `AssertionScope`s do not print inner scope reportables by [@&#8203;94sedighi](https://github.com/94sedighi) in https://github.com/fluentassertions/fluentassertions/pull/2044 - Extend `ThatArePublicOrInternal` to also look at the setter of properties by [@&#8203;Ruijin92](https://github.com/Ruijin92) in https://github.com/fluentassertions/fluentassertions/pull/2082 - Treat record structs as records by [@&#8203;salvois](https://github.com/salvois) in https://github.com/fluentassertions/fluentassertions/pull/2009 ##### Documentation - Document alternatives for collection order by [@&#8203;nycdotnet](https://github.com/nycdotnet) in https://github.com/fluentassertions/fluentassertions/pull/2063 - Document that `PathMap` is currently not supported by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2067 - Use langword instead of <c> for C# keywords by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2070 - Add missing exceptions to xml summaries by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2023 - Improve `Guard` helper by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2076 - Add issue templates and api review process by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2078 - Add `cSpell` to NUKE build pipeline by [@&#8203;IT-VBFK](https://github.com/IT-VBFK) in https://github.com/fluentassertions/fluentassertions/pull/2086 ##### Others - Enable CI unit tests on linux and mac by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2021 - update catch phrase url by [@&#8203;danielchalmers](https://github.com/danielchalmers) in https://github.com/fluentassertions/fluentassertions/pull/2025 - Prepare approval tests for .NET 7 by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2024 - Use PolySharp to generate polyfill attributes by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2026 - New unit test to verify CompleteWithinAsync behaves correctly in an assertion scope by [@&#8203;lg2de](https://github.com/lg2de) in https://github.com/fluentassertions/fluentassertions/pull/2033 - Fix nuget config to be able to restore/build the project when having custom HTTP nuget sources by [@&#8203;ITaluone](https://github.com/ITaluone) in https://github.com/fluentassertions/fluentassertions/pull/2032 - Improve coverage on data assertions by [@&#8203;lg2de](https://github.com/lg2de) in https://github.com/fluentassertions/fluentassertions/pull/2037 - Bump minimum SDK to 6.0.400 by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2038 - Let `EquatableOfInt` implement `IComparable<T>` by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2036 - New tests for better code coverage on collection assertions by [@&#8203;lg2de](https://github.com/lg2de) in https://github.com/fluentassertions/fluentassertions/pull/2035 - Comparable type assertions referential equality by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2046 - Use TheoryData by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2068 - Pattern combinators by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2039 - Update nugets by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2077 - Set process dotnet cli language to en-US by [@&#8203;IT-VBFK](https://github.com/IT-VBFK) in https://github.com/fluentassertions/fluentassertions/pull/2084 - Bump required .NET SDK to v7 by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2087 - Optimize NUKE spell check by [@&#8203;IT-VBFK](https://github.com/IT-VBFK) in https://github.com/fluentassertions/fluentassertions/pull/2089 - Cleanups by [@&#8203;jnyrup](https://github.com/jnyrup) in https://github.com/fluentassertions/fluentassertions/pull/2081 - Fix build breaking on non PR branches by [@&#8203;IT-VBFK](https://github.com/IT-VBFK) in https://github.com/fluentassertions/fluentassertions/pull/2090 - Add process env variable `DOTNET_CLI_UI_LANGUAGE` also inside targets by [@&#8203;ITaluone](https://github.com/ITaluone) in https://github.com/fluentassertions/fluentassertions/pull/2092 #### New Contributors - [@&#8203;danielchalmers](https://github.com/danielchalmers) made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2025 - [@&#8203;jez9999](https://github.com/jez9999) made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2028 - [@&#8203;94sedighi](https://github.com/94sedighi) made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2054 - [@&#8203;Ruijin92](https://github.com/Ruijin92) made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2082 - [@&#8203;salvois](https://github.com/salvois) made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2009 **Full Changelog**: https://github.com/fluentassertions/fluentassertions/compare/6.8.0...6.9.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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zMy41IiwidXBkYXRlZEluVmVyIjoiMzYuMzMuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate-bot added 1 commit 2023-08-06 11:44:33 +00:00
rainote merged commit a2c6d10021 into master 2023-08-06 11:46:51 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: wonderking/continuity#6
No description provided.