From 853b83937664a1e26586aff9d3cf651cc73d5b11 Mon Sep 17 00:00:00 2001 From: elanis Date: Sat, 9 Apr 2022 09:27:59 +0000 Subject: [PATCH] Bump FluentAssertions from 6.5.1 to 6.6.0 (#32) Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.5.1 to 6.6.0.
Release notes *Sourced from [FluentAssertions's releases](https://github.com/fluentassertions/fluentassertions/releases).* > ## 6.6.0 > > > ## What's Changed > ### New features > * Adding support for .NET6 `DateOnly` struct by @iliashkolyar in https://github.com/fluentassertions/fluentassertions/pull/1844 > * Adding support for .NET6 `TimeOnly` struct by @iliashkolyar in https://github.com/fluentassertions/fluentassertions/pull/1848 > * Extend `NullableBooleanAssertions` by `NotBe()` by @mu88 in https://github.com/fluentassertions/fluentassertions/pull/1865 > * Added a new overload to `MatchRegex()` to assert on the number of regex matches by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/1869 > ### Improvements > * Annotated `[Not]MatchRegex` with `[StringSyntax("Regex")]` by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1816 > * Determine caller name for `EnumAssertions.Be` by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1835 > * Add difference to numeric assertion failure messages by @iliashkolyar in https://github.com/fluentassertions/fluentassertions/pull/1859 > * Improve difference calculation of overflowing integrals by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1875 > ### Fixes > * Ensure `ExcludingMissingMembers` doesn't undo usage of `WithMapping` by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/1838 > * Better support for NaN in numeric assertions on floats and doubles by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/1822 > * `WithMapping` now works in equivalency assertions on collections by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/1858 > * Better handling of NaN in nullable numeric assertions by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1867 > ### Documentation > * Fix typo in comment for `ComparingRecordsByMembers` by @kijanawoodard in https://github.com/fluentassertions/fluentassertions/pull/1809 > * Add release notes template by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1818 > * Update migration tip on how to replace `AllItemsAreInstancesOfType` by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/1873 > ### Others > * Add code coverage reporting by @eNeRGy164 in https://github.com/fluentassertions/fluentassertions/pull/1815 > * Fix uninvoked actions in tests by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1817 > * Update nuget packages by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1819 > * More Code Coverage by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1820 > * Reordered the numeric tests and replaced regions with nested classes by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/1821 > * Fill gaps in System.Data unit testing by @logiclrd in https://github.com/fluentassertions/fluentassertions/pull/1814 > * Add net6.0 target by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1831 > * Target PRs at develop instead of master by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1836 > * Adds test for string collection equivalency by @chvollm in https://github.com/fluentassertions/fluentassertions/pull/1843 > * Replaced regions in numeric specs with nested classes by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/1837 > * Rename constructor parameter for `NullableDateOnlyAssertions` by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1846 > * Improve code coverage of fake should overloads by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1847 > * Improve code coverage and fix some test mutations by @eNeRGy164 in https://github.com/fluentassertions/fluentassertions/pull/1839 > * Removes unnecessary code by @chvollm in https://github.com/fluentassertions/fluentassertions/pull/1849 > * `A_NaN_is_never_in_range_of_two_doubles` was exercising `float`s by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1852 > * Split `StringAssertionSpecs` file by @eNeRGy164 in https://github.com/fluentassertions/fluentassertions/pull/1855 > * Update internal test and build nuget packages by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1866 > * Add test coverage for `OccurrenceConstraint` by @eNeRGy164 in https://github.com/fluentassertions/fluentassertions/pull/1856 > * Fix Some Typos in UpgradingToV6.md by @say25 in https://github.com/fluentassertions/fluentassertions/pull/1870 > * Cleanups in Specs by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/1853 > > ## New Contributors > * @kijanawoodard made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/1809 > * @say25 made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/1870 > * @IT-VBFK made their first contribution in https://github.com/fluentassertions/fluentassertions/pull/1869 > > ... (truncated)
Commits - [`6419939`](https://github.com/fluentassertions/fluentassertions/commit/6419939fdcaf1f1b2608d56c3f17b6a95dcadae7) Merge pull request [#1876](https://github.com/fluentassertions/fluentassertions/issues/1876) from fluentassertions/develop - [`ef914ec`](https://github.com/fluentassertions/fluentassertions/commit/ef914ec2c3ca1b4649ee0ff89f917cfeee27e2cb) Merge pull request [#1875](https://github.com/fluentassertions/fluentassertions/issues/1875) from jnyrup/ImproveNumericDifference - [`f9b57ae`](https://github.com/fluentassertions/fluentassertions/commit/f9b57ae6cabaa573c4f7767d7567219311656932) Merge pull request [#1853](https://github.com/fluentassertions/fluentassertions/issues/1853) from jnyrup/remove_try_catch_from_tests - [`4f4a96f`](https://github.com/fluentassertions/fluentassertions/commit/4f4a96f981da2dbeb3c352c293ad1ac9641b92db) Include more decimals when printing floating point differences - [`063fc89`](https://github.com/fluentassertions/fluentassertions/commit/063fc89bec515fb1b3d900ff04b4a484bdc73079) More dogfooding - [`f7b6174`](https://github.com/fluentassertions/fluentassertions/commit/f7b61746dfdb14030648d6b653f06c3fc87d1d4f) Remove distractor method BuildExpectedMessageForWithInnerExceptionExactly - [`0c03af8`](https://github.com/fluentassertions/fluentassertions/commit/0c03af8cbccb12d6d8d5580a33fbb9fa247dead8) Improve difference calculation of overflowing integrals - [`51b0232`](https://github.com/fluentassertions/fluentassertions/commit/51b0232e384ffe6eabc375c4979b7ad7945225c6) Add difference to numeric assertion failure messages ([#1859](https://github.com/fluentassertions/fluentassertions/issues/1859)) - [`e32b95f`](https://github.com/fluentassertions/fluentassertions/commit/e32b95fec3f91908e6daa342de7bec45c9eef9ad) Update documentation: Add missing tip for `ContainItemsAssignableTo\()` ([#1](https://github.com/fluentassertions/fluentassertions/issues/1)... - [`654827f`](https://github.com/fluentassertions/fluentassertions/commit/654827f9357b93a7d6431a6ff8cff248d8b4483b) Added a new overload to `MatchRegex()` to assert on the number of regex match... - Additional commits viewable in [compare view](https://github.com/fluentassertions/fluentassertions/compare/6.5.1...6.6.0)

Reviewed-on: https://gitea.dysnomia.studio/elanis/portfolio/pulls/32 Co-authored-by: elanis Co-committed-by: elanis --- Portfolio.Test/Portfolio.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Portfolio.Test/Portfolio.Test.csproj b/Portfolio.Test/Portfolio.Test.csproj index 6f90142..247c5d1 100644 --- a/Portfolio.Test/Portfolio.Test.csproj +++ b/Portfolio.Test/Portfolio.Test.csproj @@ -11,7 +11,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - +