AspNetCore-DDD
AspNetCore-DDD copied to clipboard
Bump FluentAssertions from 5.10.3 to 6.12.0
Bumps FluentAssertions from 5.10.3 to 6.12.0.
Release notes
Sourced from FluentAssertions's releases.
6.12.0
What's Changed
New features
- Added
Be
,NotBe
andBeOneOf
for object comparisons with custom comparer by@jnyrup
in fluentassertions/fluentassertions#2243- Extend
AssemblyAssertions
withHavePublicKey
andBeUnsigned
by@Corniel
in fluentassertions/fluentassertions#2207- Add
NotContainItemsAssignableTo
by@Leo506
in fluentassertions/fluentassertions#2266Improvements
- Format records and anonymous types with their member values by
@benagain
in fluentassertions/fluentassertions#2144- Improve caller identification for Visual Basic by
@jnyrup
in fluentassertions/fluentassertions#2254Fixes
- Avoid quoting newlines by
@jnyrup
in fluentassertions/fluentassertions#2202- Include because+becauseArgs when comparing collections of enums for equivalency by
@jnyrup
in fluentassertions/fluentassertions#2214- Fix auto conversion to enums by
@jnyrup
in fluentassertions/fluentassertions#2261Documentation
- Github -> GitHub by
@danielchalmers
in fluentassertions/fluentassertions#2190- Fix badge links by
@dennisdoomen
in fluentassertions/fluentassertions#2193- Fix example wording by
@cskwrd
in fluentassertions/fluentassertions#2206- Improve documentation on
ExcludingNestedObjects
by@dennisdoomen
in fluentassertions/fluentassertions#2211- Add missing
HaveElement()
occurrence docs by@IT-VBFK
in fluentassertions/fluentassertions#2217- Add documentation for
IComparer<T>
overload by@ITaluone
in fluentassertions/fluentassertions#2220- Update docs about thread safety by
@jnyrup
in fluentassertions/fluentassertions#2238Others
- CA1860: Avoid using 'Enumerable.Any()' extension method by
@Evangelink
in fluentassertions/fluentassertions#2196- Update PR template by
@eNeRGy164
in fluentassertions/fluentassertions#2188- Code coverage improvements by
@sdelarosbil
in fluentassertions/fluentassertions#2180- Remove sponsor Semantic Merge from the website by
@dennisdoomen
in fluentassertions/fluentassertions#2194- Upmerge master to develop by
@dennisdoomen
in fluentassertions/fluentassertions#2195- Simplify
GenericDictionaryEquivalencyStep
by@jnyrup
in fluentassertions/fluentassertions#2191- Cleanup by
@jnyrup
in fluentassertions/fluentassertions#2201- Bump all dependencies by
@dennisdoomen
in fluentassertions/fluentassertions#2198- Add Qodana by
@matkoch
in fluentassertions/fluentassertions#2204- Bump nuget dependencies by
@jnyrup
in fluentassertions/fluentassertions#2227- Prepare for .NET8 analyzers by
@jnyrup
in fluentassertions/fluentassertions#2228- Qodana fixes by
@jnyrup
in fluentassertions/fluentassertions#2229- Update Nugets by
@jnyrup
in fluentassertions/fluentassertions#2240- Analyzer cleanups by
@jnyrup
in fluentassertions/fluentassertions#2250- Group framework dependent configuration by
@Corniel
in fluentassertions/fluentassertions#2247- Update cspell by
@jnyrup
in fluentassertions/fluentassertions#2255- Update ruby gems by
@jnyrup
in fluentassertions/fluentassertions#2257- Another Qodana test from the same repository by
@dennisdoomen
in fluentassertions/fluentassertions#2258- Qodana fixes by
@IT-VBFK
in fluentassertions/fluentassertions#2221- Add a pre-check if a user can help with a PR by
@IT-VBFK
in fluentassertions/fluentassertions#2262- Fix qodana issues part 2 by
@IT-VBFK
in fluentassertions/fluentassertions#2264- Release 6.12 by
@dennisdoomen
in fluentassertions/fluentassertions#2270New Contributors
@benagain
made their first contribution in fluentassertions/fluentassertions#2144@cskwrd
made their first contribution in fluentassertions/fluentassertions#2206
... (truncated)
Commits
340af80
Merge pull request #2270 from dennisdoomen/Release612a6f615b
Updated the release number3aa84ad
Added Qodana batch3c635b9
Qodana scan: Use raw string:XmlElementAssertionSpecs
c5d4d07
Qodana scan: Use raw string:XElementAssertionSpecs
38f6707
Qodana scan: Use raw string:XDocumentAssertionSpecs
1ab324b
Qodana scan: Potentially misleading parameter name in lambda or local functionca6dcbf
Tweak qodana.yaml7873005
Qodana scan: Convert constructor into member initializers4537b20
Qodana scan: Put local function after 'return' or 'continue'- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)