protoactor-dotnet
protoactor-dotnet copied to clipboard
Bump FluentAssertions from 6.6.0 to 6.7.0
Bumps FluentAssertions from 6.6.0 to 6.7.0.
Release notes
Sourced from FluentAssertions's releases.
6.7.0
What's Changed
New features
- Add
BeDefinedandNotBeDefinedtoEnumAssertionsby@IT-VBFKin fluentassertions/fluentassertions#1888- Restore basic assertions for collections in
System.Databy@logiclrdin fluentassertions/fluentassertions#1812- Add the ability to exclude non-browsable members from equivalency tests by
@logiclrdin fluentassertions/fluentassertions#1827- Add
For/Excludeto allow exclusion of members inside a collection by@whymatterin fluentassertions/fluentassertions#1782- Add overload to
HaveElement()to be able to assert on occurrences forXDocumentandXElementby@ITaluonein fluentassertions/fluentassertions#1880Fixes
- Do not add all arguments of type
Tto the matching events, if one is found by@ITaluonein fluentassertions/fluentassertions#1920Documentation
- Update documentation for event monitoring at .netstandard2.0 by
@ITaluonein fluentassertions/fluentassertions#1879- Update docxml comments on
BeInRangeby@andrewlockin fluentassertions/fluentassertions#1907- Add ContainSingle.Where to collection examples by
@timabellin fluentassertions/fluentassertions#1917Others
- More code coverage by
@ITaluonein fluentassertions/fluentassertions#1871- Code style fixes by
@ITaluonein fluentassertions/fluentassertions#1881- Add missing tests (according to coveralls) for Data* objects by
@IT-VBFKin fluentassertions/fluentassertions#1882- Fix small typo in
AssertionScopeby@IT-VBFKin fluentassertions/fluentassertions#1890- Add missing tests for matching
nullwith a wildcard by@IT-VBFKin fluentassertions/fluentassertions#1889- More testing of guarding methods by
@jnyrupin fluentassertions/fluentassertions#1891- Fix release notes by
@IT-VBFKin fluentassertions/fluentassertions#1892- Structure assertions with nested classes instead of regions (Part 1) by
@IT-VBFKin fluentassertions/fluentassertions#1898- Add missing
nullcheck tests in Data*Specs by@IT-VBFKin fluentassertions/fluentassertions#1899- Structure assertions with nested classes instead of regions (Part 2) by
@IT-VBFKin fluentassertions/fluentassertions#1900- Update nugets by
@jnyrupin fluentassertions/fluentassertions#1901- Cleanup README.md by
@robvanudenin fluentassertions/fluentassertions#1905- Structure assertions with nested classes instead of regions (Part 3) by
@IT-VBFKin fluentassertions/fluentassertions#1903- Try to stabilize UIFact tests by running them sequentially by
@jnyrupin fluentassertions/fluentassertions#1902- Structure assertions with nested classes instead of regions (Part 4) by
@IT-VBFKin fluentassertions/fluentassertions#1908- Structure assertions with nested classes instead of regions (Part 5) by
@IT-VBFKin fluentassertions/fluentassertions#1909- Fix coveralls badge by
@ITaluonein fluentassertions/fluentassertions#1906- Fix codestyle issues by
@ITaluonein fluentassertions/fluentassertions#1912- Structure assertions with nested classes instead of regions (Part 6) by
@IT-VBFKin fluentassertions/fluentassertions#1911- Fix the failure message for occurrence regex by
@ITaluonein fluentassertions/fluentassertions#1913New Contributors
@ITaluonemade their first contribution in fluentassertions/fluentassertions#1871@whymattermade their first contribution in fluentassertions/fluentassertions#1782@andrewlockmade their first contribution in fluentassertions/fluentassertions#1907@timabellmade their first contribution in fluentassertions/fluentassertions#1917Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/6.6.0...6.7.0
Commits
c93639bMerge pull request #1927 from dennisdoomen/Release6706e21d8Release 6.7463edb9Do not add all arguments of typeTto the matching events, if one is found ...7895517Add ContainSingle.Where to collection examples (#1917)c33006cFix the failure message for occurrence regex (#1913)29ab732Rename CollectionAssertionSpecs.CommonAssertions.cs to CollectionAssertionSpe...c98fb63Move all tests fromCollectionAssertionSpecsto the appropriate files717cfbbDisable compiler warning forSA1601for test projectsec0bdf4Fix codestyle issueIDE0055d1e4318Fix coveralls badge (#1906)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)