Sextant
Sextant copied to clipboard
build(deps): bump FluentAssertions from 6.5.1 to 6.7.0 in /Sample
Bumps FluentAssertions from 6.5.1 to 6.7.0.
Release notes
Sourced from FluentAssertions's releases.
6.7.0
What's Changed
New features
- Add
BeDefined
andNotBeDefined
toEnumAssertions
by@IT-VBFK
in fluentassertions/fluentassertions#1888- Restore basic assertions for collections in
System.Data
by@logiclrd
in fluentassertions/fluentassertions#1812- Add the ability to exclude non-browsable members from equivalency tests by
@logiclrd
in fluentassertions/fluentassertions#1827- Add
For
/Exclude
to allow exclusion of members inside a collection by@whymatter
in fluentassertions/fluentassertions#1782- Add overload to
HaveElement()
to be able to assert on occurrences forXDocument
andXElement
by@ITaluone
in fluentassertions/fluentassertions#1880Fixes
- Do not add all arguments of type
T
to the matching events, if one is found by@ITaluone
in fluentassertions/fluentassertions#1920Documentation
- Update documentation for event monitoring at .netstandard2.0 by
@ITaluone
in fluentassertions/fluentassertions#1879- Update docxml comments on
BeInRange
by@andrewlock
in fluentassertions/fluentassertions#1907- Add ContainSingle.Where to collection examples by
@timabell
in fluentassertions/fluentassertions#1917Others
- More code coverage by
@ITaluone
in fluentassertions/fluentassertions#1871- Code style fixes by
@ITaluone
in fluentassertions/fluentassertions#1881- Add missing tests (according to coveralls) for Data* objects by
@IT-VBFK
in fluentassertions/fluentassertions#1882- Fix small typo in
AssertionScope
by@IT-VBFK
in fluentassertions/fluentassertions#1890- Add missing tests for matching
null
with a wildcard by@IT-VBFK
in fluentassertions/fluentassertions#1889- More testing of guarding methods by
@jnyrup
in fluentassertions/fluentassertions#1891- Fix release notes by
@IT-VBFK
in fluentassertions/fluentassertions#1892- Structure assertions with nested classes instead of regions (Part 1) by
@IT-VBFK
in fluentassertions/fluentassertions#1898- Add missing
null
check tests in Data*Specs by@IT-VBFK
in fluentassertions/fluentassertions#1899- Structure assertions with nested classes instead of regions (Part 2) by
@IT-VBFK
in fluentassertions/fluentassertions#1900- Update nugets by
@jnyrup
in fluentassertions/fluentassertions#1901- Cleanup README.md by
@robvanuden
in fluentassertions/fluentassertions#1905- Structure assertions with nested classes instead of regions (Part 3) by
@IT-VBFK
in fluentassertions/fluentassertions#1903- Try to stabilize UIFact tests by running them sequentially by
@jnyrup
in fluentassertions/fluentassertions#1902- Structure assertions with nested classes instead of regions (Part 4) by
@IT-VBFK
in fluentassertions/fluentassertions#1908- Structure assertions with nested classes instead of regions (Part 5) by
@IT-VBFK
in fluentassertions/fluentassertions#1909- Fix coveralls badge by
@ITaluone
in fluentassertions/fluentassertions#1906- Fix codestyle issues by
@ITaluone
in fluentassertions/fluentassertions#1912- Structure assertions with nested classes instead of regions (Part 6) by
@IT-VBFK
in fluentassertions/fluentassertions#1911- Fix the failure message for occurrence regex by
@ITaluone
in fluentassertions/fluentassertions#1913New Contributors
@ITaluone
made their first contribution in fluentassertions/fluentassertions#1871@whymatter
made their first contribution in fluentassertions/fluentassertions#1782@andrewlock
made their first contribution in fluentassertions/fluentassertions#1907@timabell
made their first contribution in fluentassertions/fluentassertions#1917Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/6.6.0...6.7.0
6.6.0
... (truncated)
Commits
c93639b
Merge pull request #1927 from dennisdoomen/Release6706e21d8
Release 6.7463edb9
Do not add all arguments of typeT
to the matching events, if one is found ...7895517
Add ContainSingle.Where to collection examples (#1917)c33006c
Fix the failure message for occurrence regex (#1913)29ab732
Rename CollectionAssertionSpecs.CommonAssertions.cs to CollectionAssertionSpe...c98fb63
Move all tests fromCollectionAssertionSpecs
to the appropriate files717cfbb
Disable compiler warning forSA1601
for test projectsec0bdf4
Fix codestyle issueIDE0055
d1e4318
Fix 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 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 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)