csharp-language-server-protocol
csharp-language-server-protocol copied to clipboard
Update dependency FluentAssertions to v6.7.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| FluentAssertions (source) | nuget | minor | 6.6.0 -> 6.7.0 |
Release Notes
fluentassertions/fluentassertions
v6.7.0
What's Changed
New features
- Add
BeDefinedandNotBeDefinedtoEnumAssertionsby @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/1888 - Restore basic assertions for collections in
System.Databy @logiclrd in https://github.com/fluentassertions/fluentassertions/pull/1812 - Add the ability to exclude non-browsable members from equivalency tests by @logiclrd in https://github.com/fluentassertions/fluentassertions/pull/1827
- Add
For/Excludeto allow exclusion of members inside a collection by @whymatter in https://github.com/fluentassertions/fluentassertions/pull/1782 - Add overload to
HaveElement()to be able to assert on occurrences forXDocumentandXElementby @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/1880
Fixes
- Do not add all arguments of type
Tto the matching events, if one is found by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/1920
Documentation
- Update documentation for event monitoring at .netstandard2.0 by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/1879
- Update docxml comments on
BeInRangeby @andrewlock in https://github.com/fluentassertions/fluentassertions/pull/1907 - Add ContainSingle.Where to collection examples by @timabell in https://github.com/fluentassertions/fluentassertions/pull/1917
Others
- More code coverage by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/1871
- Code style fixes by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/1881
- Add missing tests (according to coveralls) for Data* objects by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/1882
- Fix small typo in
AssertionScopeby @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/1890 - Add missing tests for matching
nullwith a wildcard by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/1889 - More testing of guarding methods by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1891
- Fix release notes by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/1892
- Structure assertions with nested classes instead of regions (Part 1) by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/1898
- Add missing
nullcheck tests in Data*Specs by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/1899 - Structure assertions with nested classes instead of regions (Part 2) by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/1900
- Update nugets by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1901
- Cleanup README.md by @robvanuden in https://github.com/fluentassertions/fluentassertions/pull/1905
- Structure assertions with nested classes instead of regions (Part 3) by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/1903
- Try to stabilize UIFact tests by running them sequentially by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1902
- Structure assertions with nested classes instead of regions (Part 4) by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/1908
- Structure assertions with nested classes instead of regions (Part 5) by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/1909
- Fix coveralls badge by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/1906
- Fix codestyle issues by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/1912
- Structure assertions with nested classes instead of regions (Part 6) by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/1911
- Fix the failure message for occurrence regex by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/1913
New Contributors
- @ITaluone made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/1871
- @whymatter made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/1782
- @andrewlock made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/1907
- @timabell made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/1917
Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/6.6.0...6.7.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ 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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.