Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.6 #1876

Merged
merged 111 commits into from
Apr 3, 2022
Merged

Release 6.6 #1876

merged 111 commits into from
Apr 3, 2022

Conversation

dennisdoomen
Copy link
Member

No description provided.

dennisdoomen and others added 30 commits February 12, 2022 09:51
This appeared to be copy/pasted from `ComparingRecordsByValue`
Annotated [Not]MatchRegex with [StringSyntax("Regex")]
…ts (#1807)

Add the ability to exclude non-browsable members from equivalency tests
jnyrup and others added 25 commits March 16, 2022 18:46
`A_NaN_is_never_in_range_of_two_doubles` was exercising `float`s
Split `StringAssertionSpecs` file
Better handling of NaN in nullable numeric assertions
Add test coverage for `OccurrenceConstraint`
Improve difference calculation of overflowing integrals
@dennisdoomen dennisdoomen requested a review from jnyrup April 3, 2022 13:37
@dennisdoomen dennisdoomen merged commit 6419939 into master Apr 3, 2022
Elanis pushed a commit to Elanis/portfolio that referenced this pull request Dec 13, 2022
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.5.1 to 6.6.0.
<details>
<summary>Release notes</summary>

*Sourced from [FluentAssertions's releases](https://github.com/fluentassertions/fluentassertions/releases).*

> ## 6.6.0
> <!-- Release notes generated using configuration in .github/release.yml at master -->
>
> ## What's Changed
> ### New features
> * Adding support for .NET6 `DateOnly` struct by @iliashkolyar in fluentassertions/fluentassertions#1844
> * Adding support for .NET6 `TimeOnly` struct by @iliashkolyar in fluentassertions/fluentassertions#1848
> * Extend `NullableBooleanAssertions` by `NotBe()` by @mu88 in fluentassertions/fluentassertions#1865
> * Added a new overload to `MatchRegex()` to assert on the number of regex matches by @IT-VBFK in fluentassertions/fluentassertions#1869
> ### Improvements
> * Annotated `[Not]MatchRegex` with `[StringSyntax("Regex")]` by @jnyrup in fluentassertions/fluentassertions#1816
> * Determine caller name for `EnumAssertions.Be` by @jnyrup in fluentassertions/fluentassertions#1835
> * Add difference to numeric assertion failure messages by @iliashkolyar in fluentassertions/fluentassertions#1859
> * Improve difference calculation of overflowing integrals by @jnyrup in fluentassertions/fluentassertions#1875
> ### Fixes
> * Ensure `ExcludingMissingMembers` doesn't undo usage of `WithMapping` by @dennisdoomen in fluentassertions/fluentassertions#1838
> * Better support for NaN in numeric assertions on floats and doubles by @dennisdoomen in fluentassertions/fluentassertions#1822
> * `WithMapping` now works in equivalency assertions on collections by @dennisdoomen in fluentassertions/fluentassertions#1858
> * Better handling of NaN in nullable numeric assertions by @jnyrup in fluentassertions/fluentassertions#1867
> ### Documentation
> * Fix typo in comment for `ComparingRecordsByMembers` by @kijanawoodard in fluentassertions/fluentassertions#1809
> * Add release notes template by @jnyrup in fluentassertions/fluentassertions#1818
> * Update migration tip on how to replace `AllItemsAreInstancesOfType` by @IT-VBFK in fluentassertions/fluentassertions#1873
> ### Others
> * Add code coverage reporting by @eNeRGy164 in fluentassertions/fluentassertions#1815
> * Fix uninvoked actions in tests by @jnyrup in fluentassertions/fluentassertions#1817
> * Update nuget packages by @jnyrup in fluentassertions/fluentassertions#1819
> * More Code Coverage by @jnyrup in fluentassertions/fluentassertions#1820
> * Reordered the numeric tests and replaced regions with nested classes by @dennisdoomen in fluentassertions/fluentassertions#1821
> * Fill gaps in System.Data unit testing by @logiclrd in fluentassertions/fluentassertions#1814
> * Add net6.0 target by @jnyrup in fluentassertions/fluentassertions#1831
> * Target PRs at develop instead of master by @jnyrup in fluentassertions/fluentassertions#1836
> * Adds test for string collection equivalency by @chvollm in fluentassertions/fluentassertions#1843
> * Replaced regions in numeric specs with nested classes by @dennisdoomen in fluentassertions/fluentassertions#1837
> * Rename constructor parameter for `NullableDateOnlyAssertions` by @jnyrup in fluentassertions/fluentassertions#1846
> * Improve code coverage of fake should overloads by @jnyrup in fluentassertions/fluentassertions#1847
> * Improve code coverage and fix some test mutations by @eNeRGy164 in fluentassertions/fluentassertions#1839
> * Removes unnecessary code by @chvollm in fluentassertions/fluentassertions#1849
> * `A_NaN_is_never_in_range_of_two_doubles` was exercising `float`s by @jnyrup in fluentassertions/fluentassertions#1852
> * Split `StringAssertionSpecs` file by @eNeRGy164 in fluentassertions/fluentassertions#1855
> * Update internal test and build nuget packages by @jnyrup in fluentassertions/fluentassertions#1866
> * Add test coverage for `OccurrenceConstraint` by @eNeRGy164 in fluentassertions/fluentassertions#1856
> * Fix Some Typos in UpgradingToV6.md by @say25 in fluentassertions/fluentassertions#1870
> * Cleanups in Specs by @jnyrup in fluentassertions/fluentassertions#1853
>
> ## New Contributors
> * @kijanawoodard made their first contribution in fluentassertions/fluentassertions#1809
> * @say25 made their first contribution in fluentassertions/fluentassertions#1870
> * @IT-VBFK made their first contribution in fluentassertions/fluentassertions#1869
>
></tr></table>
 ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`6419939`](fluentassertions/fluentassertions@6419939) Merge pull request [#1876](fluentassertions/fluentassertions#1876) from fluentassertions/develop
- [`ef914ec`](fluentassertions/fluentassertions@ef914ec) Merge pull request [#1875](fluentassertions/fluentassertions#1875) from jnyrup/ImproveNumericDifference
- [`f9b57ae`](fluentassertions/fluentassertions@f9b57ae) Merge pull request [#1853](fluentassertions/fluentassertions#1853) from jnyrup/remove_try_catch_from_tests
- [`4f4a96f`](fluentassertions/fluentassertions@4f4a96f) Include more decimals when printing floating point differences
- [`063fc89`](fluentassertions/fluentassertions@063fc89) More dogfooding
- [`f7b6174`](fluentassertions/fluentassertions@f7b6174) Remove distractor method BuildExpectedMessageForWithInnerExceptionExactly
- [`0c03af8`](fluentassertions/fluentassertions@0c03af8) Improve difference calculation of overflowing integrals
- [`51b0232`](fluentassertions/fluentassertions@51b0232) Add difference to numeric assertion failure messages ([#1859](fluentassertions/fluentassertions#1859))
- [`e32b95f`](fluentassertions/fluentassertions@e32b95f) Update documentation: Add missing tip for `ContainItemsAssignableTo\<T>()` ([#1](fluentassertions/fluentassertions#1)...
- [`654827f`](fluentassertions/fluentassertions@654827f) Added a new overload to `MatchRegex()` to assert on the number of regex match...
- Additional commits viewable in [compare view](fluentassertions/fluentassertions@6.5.1...6.6.0)
</details>

<br />

Reviewed-on: https://gitea.dysnomia.studio/elanis/portfolio/pulls/32
Co-authored-by: elanis <elanis@noreply.example.org>
Co-committed-by: elanis <elanis@noreply.example.org>
Elanis added a commit to Dysnomia-Studio/dysnomia-website that referenced this pull request Jul 14, 2023
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.5.1 to 6.6.0.
<details>
<summary>Release notes</summary>

*Sourced from [FluentAssertions's releases](https://github.com/fluentassertions/fluentassertions/releases).*

> ## 6.6.0
> <!-- Release notes generated using configuration in .github/release.yml at master -->
>
> ## What's Changed
> ### New features
> * Adding support for .NET6 `DateOnly` struct by @iliashkolyar in fluentassertions/fluentassertions#1844
> * Adding support for .NET6 `TimeOnly` struct by @iliashkolyar in fluentassertions/fluentassertions#1848
> * Extend `NullableBooleanAssertions` by `NotBe()` by @mu88 in fluentassertions/fluentassertions#1865
> * Added a new overload to `MatchRegex()` to assert on the number of regex matches by @IT-VBFK in fluentassertions/fluentassertions#1869
> ### Improvements
> * Annotated `[Not]MatchRegex` with `[StringSyntax("Regex")]` by @jnyrup in fluentassertions/fluentassertions#1816
> * Determine caller name for `EnumAssertions.Be` by @jnyrup in fluentassertions/fluentassertions#1835
> * Add difference to numeric assertion failure messages by @iliashkolyar in fluentassertions/fluentassertions#1859
> * Improve difference calculation of overflowing integrals by @jnyrup in fluentassertions/fluentassertions#1875
> ### Fixes
> * Ensure `ExcludingMissingMembers` doesn't undo usage of `WithMapping` by @dennisdoomen in fluentassertions/fluentassertions#1838
> * Better support for NaN in numeric assertions on floats and doubles by @dennisdoomen in fluentassertions/fluentassertions#1822
> * `WithMapping` now works in equivalency assertions on collections by @dennisdoomen in fluentassertions/fluentassertions#1858
> * Better handling of NaN in nullable numeric assertions by @jnyrup in fluentassertions/fluentassertions#1867
> ### Documentation
> * Fix typo in comment for `ComparingRecordsByMembers` by @kijanawoodard in fluentassertions/fluentassertions#1809
> * Add release notes template by @jnyrup in fluentassertions/fluentassertions#1818
> * Update migration tip on how to replace `AllItemsAreInstancesOfType` by @IT-VBFK in fluentassertions/fluentassertions#1873
> ### Others
> * Add code coverage reporting by @eNeRGy164 in fluentassertions/fluentassertions#1815
> * Fix uninvoked actions in tests by @jnyrup in fluentassertions/fluentassertions#1817
> * Update nuget packages by @jnyrup in fluentassertions/fluentassertions#1819
> * More Code Coverage by @jnyrup in fluentassertions/fluentassertions#1820
> * Reordered the numeric tests and replaced regions with nested classes by @dennisdoomen in fluentassertions/fluentassertions#1821
> * Fill gaps in System.Data unit testing by @logiclrd in fluentassertions/fluentassertions#1814
> * Add net6.0 target by @jnyrup in fluentassertions/fluentassertions#1831
> * Target PRs at develop instead of master by @jnyrup in fluentassertions/fluentassertions#1836
> * Adds test for string collection equivalency by @chvollm in fluentassertions/fluentassertions#1843
> * Replaced regions in numeric specs with nested classes by @dennisdoomen in fluentassertions/fluentassertions#1837
> * Rename constructor parameter for `NullableDateOnlyAssertions` by @jnyrup in fluentassertions/fluentassertions#1846
> * Improve code coverage of fake should overloads by @jnyrup in fluentassertions/fluentassertions#1847
> * Improve code coverage and fix some test mutations by @eNeRGy164 in fluentassertions/fluentassertions#1839
> * Removes unnecessary code by @chvollm in fluentassertions/fluentassertions#1849
> * `A_NaN_is_never_in_range_of_two_doubles` was exercising `float`s by @jnyrup in fluentassertions/fluentassertions#1852
> * Split `StringAssertionSpecs` file by @eNeRGy164 in fluentassertions/fluentassertions#1855
> * Update internal test and build nuget packages by @jnyrup in fluentassertions/fluentassertions#1866
> * Add test coverage for `OccurrenceConstraint` by @eNeRGy164 in fluentassertions/fluentassertions#1856
> * Fix Some Typos in UpgradingToV6.md by @say25 in fluentassertions/fluentassertions#1870
> * Cleanups in Specs by @jnyrup in fluentassertions/fluentassertions#1853
>
> ## New Contributors
> * @kijanawoodard made their first contribution in fluentassertions/fluentassertions#1809
> * @say25 made their first contribution in fluentassertions/fluentassertions#1870
> * @IT-VBFK made their first contribution in fluentassertions/fluentassertions#1869
>
></tr></table>
 ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`6419939`](fluentassertions/fluentassertions@6419939) Merge pull request [#1876](fluentassertions/fluentassertions#1876) from fluentassertions/develop
- [`ef914ec`](fluentassertions/fluentassertions@ef914ec) Merge pull request [#1875](fluentassertions/fluentassertions#1875) from jnyrup/ImproveNumericDifference
- [`f9b57ae`](fluentassertions/fluentassertions@f9b57ae) Merge pull request [#1853](fluentassertions/fluentassertions#1853) from jnyrup/remove_try_catch_from_tests
- [`4f4a96f`](fluentassertions/fluentassertions@4f4a96f) Include more decimals when printing floating point differences
- [`063fc89`](fluentassertions/fluentassertions@063fc89) More dogfooding
- [`f7b6174`](fluentassertions/fluentassertions@f7b6174) Remove distractor method BuildExpectedMessageForWithInnerExceptionExactly
- [`0c03af8`](fluentassertions/fluentassertions@0c03af8) Improve difference calculation of overflowing integrals
- [`51b0232`](fluentassertions/fluentassertions@51b0232) Add difference to numeric assertion failure messages ([#1859](fluentassertions/fluentassertions#1859))
- [`e32b95f`](fluentassertions/fluentassertions@e32b95f) Update documentation: Add missing tip for `ContainItemsAssignableTo\<T>()` ([#1](fluentassertions/fluentassertions#1)...
- [`654827f`](fluentassertions/fluentassertions@654827f) Added a new overload to `MatchRegex()` to assert on the number of regex match...
- Additional commits viewable in [compare view](fluentassertions/fluentassertions@6.5.1...6.6.0)
</details>

<br />

Co-authored-by: Elanis <elanis@hotmail.com>
Reviewed-on: https://gitea.dysnomia.studio/elanis/dysnomia-website/pulls/36
Co-authored-by: elanis <elanis@noreply.example.org>
Co-committed-by: elanis <elanis@noreply.example.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants