Update dependency FluentAssertions to v6.11.0 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
FluentAssertions (source) | nuget | minor |
6.10.0 -> 6.11.0
|
Release Notes
fluentassertions/fluentassertions
v6.11.0
What's Changed
New features
- Added
ThrowWithinAsync
assertions by @lg2de in https://github.com/fluentassertions/fluentassertions/pull/1974 - Add
WithoutStrictOrderingFor
overload with an expression by @chrischu in https://github.com/fluentassertions/fluentassertions/pull/2151
Improvements
- Add support to convert into to enum by @sdelarosbil in https://github.com/fluentassertions/fluentassertions/pull/2147
- Use
ToString
to format exceptions by @sdelarosbil in https://github.com/fluentassertions/fluentassertions/pull/2150
Fixes
- Increase robustness of assertions when wrapped in an
AssertionScope
by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2133 - Ensured the maximum depth is properly respecting the "official" definition of depth by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2145
- Prevent
NullReferenceException
by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2154 - Make
Excluding()
work on nested collections if root is a collection by @whymatter in https://github.com/fluentassertions/fluentassertions/pull/2135 - Prevent
InvalidOperationException
when formatting lambda expression by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2176
Documentation
- Add missing xml docs for parameters by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2134
- Fix xml docs for time-related assertions by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2153
- fix link to MR in release notes by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2171
- Do not interpret double braces as liquid template by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2181
Others
- Add optional parameter to generate a
binlog
file by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2127 - Dynamic copyright year by @martincostello in https://github.com/fluentassertions/fluentassertions/pull/2128
- Minor tweaks to the .editorconfig and reformatted the entire code base by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2117
- Update Nugets by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2129
- Styling to please both VS and Rider by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2130
- Use a fixed seed for random generator by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2131
- Pluralize "key" in failure message by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2138
- Preparing upgrade of analyzers by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2136
- Exception cleanup by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2155
- Cleanup by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2156
- await
Task
when inside using block by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2157 - Use init properties by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2158
- Introduce Roslynator with adjusted rules and addressed issues by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2159
- Regex cleanup by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2162
- Introduce the Meziantou.Analyzer to improve our code even more. by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2160
- Some internal naming improvements by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2164
- Extracts the type reflection logic into a dedicated class by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2165
- Update to C# 11 by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2166
- Improve the
DataRowCollectionEquivalency
code coverage by @sdelarosbil in https://github.com/fluentassertions/fluentassertions/pull/2163 - Improve the ExpressionExtensions coverage by @sdelarosbil in https://github.com/fluentassertions/fluentassertions/pull/2168
- Improve the DateOnly and TimeOnly code coverage by @sdelarosbil in https://github.com/fluentassertions/fluentassertions/pull/2167
- Update to Coveralls v2 by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2173
- Migrate from FxCop to .NET Analyzers by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2174
- Use builtin coveralls flag to ignore missing coverage file by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2178
- Revert "Use builtin coveralls flag to ignore missing coverage file" by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2183
- Ensure running the site works again by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2185
- Prepare for .NET 8 analyzers by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2184
- Update Ruby dependencies by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2182
New Contributors
- @martincostello made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2128
- @sdelarosbil made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2147
- @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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.