Camelotia
Camelotia copied to clipboard
chore(deps): update dependency fluentassertions to v6.12.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| FluentAssertions (source) | 6.7.0 -> 6.12.0 |
Release Notes
fluentassertions/fluentassertions (FluentAssertions)
v6.12.0
What's Changed
New features
- Added
Be,NotBeandBeOneOffor object comparisons with custom comparer by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2243 - Extend
AssemblyAssertionswithHavePublicKeyandBeUnsignedby @Corniel in https://github.com/fluentassertions/fluentassertions/pull/2207 - Add
NotContainItemsAssignableToby @Leo506 in https://github.com/fluentassertions/fluentassertions/pull/2266
Improvements
- Format records and anonymous types with their member values by @benagain in https://github.com/fluentassertions/fluentassertions/pull/2144
- Improve caller identification for Visual Basic by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2254
Fixes
- Avoid quoting newlines by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2202
- Include because+becauseArgs when comparing collections of enums for equivalency by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2214
- Fix auto conversion to enums by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2261
Documentation
- Github -> GitHub by @danielchalmers in https://github.com/fluentassertions/fluentassertions/pull/2190
- Fix badge links by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2193
- Fix example wording by @cskwrd in https://github.com/fluentassertions/fluentassertions/pull/2206
- Improve documentation on
ExcludingNestedObjectsby @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2211 - Add missing
HaveElement()occurrence docs by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2217 - Add documentation for
IComparer<T>overload by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2220 - Update docs about thread safety by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2238
Others
- CA1860: Avoid using 'Enumerable.Any()' extension method by @Evangelink in https://github.com/fluentassertions/fluentassertions/pull/2196
- Update PR template by @eNeRGy164 in https://github.com/fluentassertions/fluentassertions/pull/2188
- Code coverage improvements by @sdelarosbil in https://github.com/fluentassertions/fluentassertions/pull/2180
- Remove sponsor Semantic Merge from the website by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2194
- Upmerge master to develop by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2195
- Simplify
GenericDictionaryEquivalencyStepby @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2191 - Cleanup by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2201
- Bump all dependencies by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2198
- Add Qodana by @matkoch in https://github.com/fluentassertions/fluentassertions/pull/2204
- Bump nuget dependencies by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2227
- Prepare for .NET8 analyzers by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2228
- Qodana fixes by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2229
- Update Nugets by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2240
- Analyzer cleanups by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2250
- Group framework dependent configuration by @Corniel in https://github.com/fluentassertions/fluentassertions/pull/2247
- Update cspell by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2255
- Update ruby gems by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2257
- Another Qodana test from the same repository by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2258
- Qodana fixes by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2221
- Add a pre-check if a user can help with a PR by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2262
- Fix qodana issues part 2 by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2264
- Release 6.12 by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2270
New Contributors
- @benagain made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2144
- @cskwrd made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2206
- @Corniel made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2247
- @Leo506 made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2266
Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/6.11.0...6.12.0
v6.11.0
What's Changed
New features
- Added
ThrowWithinAsyncassertions by @lg2de in https://github.com/fluentassertions/fluentassertions/pull/1974 - Add
WithoutStrictOrderingForoverload 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
ToStringto format exceptions by @sdelarosbil in https://github.com/fluentassertions/fluentassertions/pull/2150
Fixes
- Increase robustness of assertions when wrapped in an
AssertionScopeby @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
NullReferenceExceptionby @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
InvalidOperationExceptionwhen 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 PR 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
binlogfile 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
Taskwhen 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
DataRowCollectionEquivalencycode 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
v6.10.0
What's Changed
Fixes
- Declare
System.Net.Httpas a framework dependency by @AArnott in https://github.com/fluentassertions/fluentassertions/pull/2122 - Improves how
BeEquivalentTohandles fields hiding base-class fields by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/1990 - Fix timeout check in
WithResultextension by @lg2de in https://github.com/fluentassertions/fluentassertions/pull/2101 - Avoid exceptions when wrapping in
AssertionScopeby @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2103
Others
- Fix copyright year by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2099
- Fix broken link in releases.md by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2096
- Check if
lcov.infodoes exist by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2097 - Clean up
Build.csby @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2093 - Updated editor configs by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2104
- Revert early returns for project consistency by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2105
- Update data.md to fix typo by @berserck in https://github.com/fluentassertions/fluentassertions/pull/2114
- Add unit tests for better coverage in Execution namespace by @lg2de in https://github.com/fluentassertions/fluentassertions/pull/2042
- Add code coverage to XUnit2.Specs by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2115
- Regrouping and formatting of the selection rule specs by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2106
- Add fancy
ReportSummaryby @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2116 - Add new issue template for a general feature by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2113
- Add missing tests for
int.Seconds(TimeSpan)by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2119 - Add test summaries by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2118
- Declare few more files as
DocumentationChangesby @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2100 - Remove unused InstallPfx.bat by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2124
New Contributors
- @berserck made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2114
- @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
What's Changed
New features
- Added
BeOneOfforIComparables and object comparisons. by @jez9999 in https://github.com/fluentassertions/fluentassertions/pull/2028 - Add
BeCloseTo()/NotBeCloseTo()to TimeOnlyAssertions by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2030 - Add
ThatAre[Not]Abstract,ThatAre[Not]StaticandThatAre[Not]VirtualtoPropertyInfoSelectorby @94sedighi in https://github.com/fluentassertions/fluentassertions/pull/2054 - Add
ThatAre[Not]AbstracttoMethodInfoSelectorby @94sedighi in https://github.com/fluentassertions/fluentassertions/pull/2060 - Add
ThatAre[Not]AbstracttoTypeSelectorby @94sedighi in https://github.com/fluentassertions/fluentassertions/pull/2058 - Add
ThatAre[Not]SealedtoTypeSelector.csby @94sedighi in https://github.com/fluentassertions/fluentassertions/pull/2059 - Add
ThatAre[Not]InterfacestoTypeSelector.csby @94sedighi in https://github.com/fluentassertions/fluentassertions/pull/2057 - Add extensions for
OccurrenceConstraintthat reads more fluently by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2047 - Add
Imply()toBooleanAssertionsby @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2074 - Add
ThatAre[Not]ValueTypesmethod toTypeSelector.csby @94sedighi in https://github.com/fluentassertions/fluentassertions/pull/2083
Improvements
- Order strings with ordinal comparison by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2075
- Improve performance of
IsTuple()by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2079 - Optimize
IsRecord()by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2080
Fixes
- Nested
AssertionScopes do not print inner scope reportables by @94sedighi in https://github.com/fluentassertions/fluentassertions/pull/2044 - Extend
ThatArePublicOrInternalto also look at the setter of properties by @Ruijin92 in https://github.com/fluentassertions/fluentassertions/pull/2082 - Treat record structs as records by @salvois in https://github.com/fluentassertions/fluentassertions/pull/2009
Documentation
- Document alternatives for collection order by @nycdotnet in https://github.com/fluentassertions/fluentassertions/pull/2063
- Document that
PathMapis currently not supported by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2067 - Use langword instead of
for C# keywords by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2070 - Add missing exceptions to xml summaries by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2023
- Improve
Guardhelper by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2076 - Add issue templates and api review process by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2078
- Add
cSpellto NUKE build pipeline by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2086
Others
- Enable CI unit tests on linux and mac by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2021
- update catch phrase url by @danielchalmers in https://github.com/fluentassertions/fluentassertions/pull/2025
- Prepare approval tests for .NET 7 by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2024
- Use PolySharp to generate polyfill attributes by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2026
- New unit test to verify CompleteWithinAsync behaves correctly in an assertion scope by @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 @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2032
- Improve coverage on data assertions by @lg2de in https://github.com/fluentassertions/fluentassertions/pull/2037
- Bump minimum SDK to 6.0.400 by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2038
- Let
EquatableOfIntimplementIComparable<T>by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2036 - New tests for better code coverage on collection assertions by @lg2de in https://github.com/fluentassertions/fluentassertions/pull/2035
- Comparable type assertions referential equality by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2046
- Use TheoryData by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2068
- Pattern combinators by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2039
- Update nugets by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2077
- Set process dotnet cli language to en-US by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2084
- Bump required .NET SDK to v7 by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2087
- Optimize NUKE spell check by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2089
- Cleanups by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2081
- Fix build breaking on non PR branches by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2090
- Add process env variable
DOTNET_CLI_UI_LANGUAGEalso inside targets by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2092
New Contributors
- @danielchalmers made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2025
- @jez9999 made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2028
- @94sedighi made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2054
- @Ruijin92 made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2082
- @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
v6.8.0
What's Changed
New features
- Extend collection assertions with
ContainInConsecutiveOrderandNotContainInConsecutiveOrderby @StacyCash in https://github.com/fluentassertions/fluentassertions/pull/1963 - Added
NotCompleteWithinAsyncfor Task assertions by @lg2de in https://github.com/fluentassertions/fluentassertions/pull/1967 - Added assertions for non-generic
TaskCompletionSourceby @lg2de in https://github.com/fluentassertions/fluentassertions/pull/1961 - Exposes the
IMonitorobject to extensions methods. by @A-Kjeldgaard in https://github.com/fluentassertions/fluentassertions/pull/2010
Improvements
- Optimize
BeEquivalentToby @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1939 - Print commas at the end of the line by @ronaldkroon in https://github.com/fluentassertions/fluentassertions/pull/1945
- Avoid allocating sub-arrays in
ContainInOrderby @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1960 - Extend
IObjectInfowith info aboutDeclaringTypeby @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/1950 - Prepare constructors of
AsyncFunctionAssertionsto make them protected in V7 by @lg2de in https://github.com/fluentassertions/fluentassertions/pull/1972 - Calculate the difference between the subject and the expected nearby time by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2013
Fixes
- Filter dynamic methods from stack trace by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1943
- Make For/Excluding work with nested paths by @whymatter in https://github.com/fluentassertions/fluentassertions/pull/1953
- Use InvariantCulture when doing case-insensitive matches by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1985
- Global record equivalency settings were not taken into account by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/1984
- Escape brackets in execution time failures by @Briaoeuidhtns in https://github.com/fluentassertions/fluentassertions/pull/1994
Documentation
- More specifically clarify the intentions of
WithArgsby @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1929 - Remove building link from the website by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/1934
- Add
Enum.BeOneOfto the docs by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1958 - Document how to use
ModuleInitializerby @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1966 - Fix a typo on the Assembly References documentation page by @asydikov in https://github.com/fluentassertions/fluentassertions/pull/1970
- Update summary of
EquivalencyValidatorby @Wolgo in https://github.com/fluentassertions/fluentassertions/pull/1991 - Improve error messages for accidental
Equalsusage by @nycdotnet in https://github.com/fluentassertions/fluentassertions/pull/2006
Others
- Upgrade to C# 10 by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1935
- Use file scoped namespaces by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1936
- More use of pattern matching and lifted operators by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1937
- Update nuget packages by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1962
- Make it possible for third-party libraries to access the underlying collection of instances of
ReadOnlyNonGenericCollectionWrapperby @logiclrd in https://github.com/fluentassertions/fluentassertions/pull/1968 - Code cleanups by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1973
- Improve coverage for
CollectionMemberObjectInfoby @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/1983 - Deduplicate target frameworks by @0xced in https://github.com/fluentassertions/fluentassertions/pull/1980
- Removed netcoreapp2.0 framework check in formatting precision tests by @iliashkolyar in https://github.com/fluentassertions/fluentassertions/pull/1976
- Rename
ShouldCompareMembersThisDeeptoShouldCompareNodesThisDeepby @Wolgo in https://github.com/fluentassertions/fluentassertions/pull/1992 - Update nuget packages by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1996
- Cleanups by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1998
- Update GitHub actions by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2007
- Fix the PR link in releases.md by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2014
- Prepare 6.8.0 by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2020
New Contributors
- @StacyCash made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/1963
- @asydikov made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/1970
- @0xced made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/1980
- @Wolgo made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/1991
- @Briaoeuidhtns made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/1994
- @nycdotnet made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2006
- @A-Kjeldgaard made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/2010
Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/6.7.0...6.8.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 Mend Renovate. View repository job log here.