Skip to content

Commit

Permalink
Bump FluentAssertions from 6.2.0 to 6.3.0 (#22)
Browse files Browse the repository at this point in the history
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.2.0 to 6.3.0.
<details>
<summary>Release notes</summary>

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

> ## 6.3.0
> ## What's Changed
> * Fix building on linux/WSL by @jnyrup in fluentassertions/fluentassertions#1723
> * Test that `ComparingByMembers` clears `equalityStrategyCache` by @jnyrup in fluentassertions/fluentassertions#1724
> * Adding `ThatAreAsync()` and `ThatAreNotAsync()` to `MethodInfoSelector` by @chvollm in fluentassertions/fluentassertions#1725
> * Return Task for async/non-async test method by @jnyrup in fluentassertions/fluentassertions#1736
> * Fix contributing guidelines by @wgnf in fluentassertions/fluentassertions#1739
> * Replace non-generic collection examples with generic collections in documentation by @jonathonchase in fluentassertions/fluentassertions#1745
> * Adds ThatAre(Not)Virtual to MethodInfoSelector by @chvollm in fluentassertions/fluentassertions#1744
> * Prevent multiple enumeration in `ContainSingle()` by @bert2 in fluentassertions/fluentassertions#1753
> * Change HaveCount assertion message order to state number before dumpi… by @iliashkolyar in fluentassertions/fluentassertions#1760
> * Throw exception when calling object.Equals on Assertions class by @jnyrup in fluentassertions/fluentassertions#1764
> * Take sync work into account in CompleteWithinAsync by @jnyrup in fluentassertions/fluentassertions#1762
>
> ## New Contributors
> * @wgnf made their first contribution in fluentassertions/fluentassertions#1739
> * @jonathonchase made their first contribution in fluentassertions/fluentassertions#1745
> * @bert2 made their first contribution in fluentassertions/fluentassertions#1753
> * @iliashkolyar made their first contribution in fluentassertions/fluentassertions#1760
>
> **Full Changelog**: fluentassertions/fluentassertions@6.2.0...6.3.0
</details>
<details>
<summary>Commits</summary>

- [`587f5f1`](fluentassertions/fluentassertions@587f5f1) Merge pull request [#1762](fluentassertions/fluentassertions#1762) from jnyrup/issue1761
- [`3e39b96`](fluentassertions/fluentassertions@3e39b96) Merge pull request [#1764](fluentassertions/fluentassertions#1764) from jnyrup/issue1705
- [`7b1dff5`](fluentassertions/fluentassertions@7b1dff5) Throw exception when calling object.Equals on Assertions class
- [`20dc1d2`](fluentassertions/fluentassertions@20dc1d2) Take sync work into account in CompleteWithinAsync
- [`f6c65c1`](fluentassertions/fluentassertions@f6c65c1) Change HaveCount assertion message order to state number before dumpi… ([#1760](fluentassertions/fluentassertions#1760))
- [`c55a7a4`](fluentassertions/fluentassertions@c55a7a4) New quote and a counter for the number of sponsors
- [`f65fcaf`](fluentassertions/fluentassertions@f65fcaf) Prevent multiple enumeration in `ContainSingle()` ([#1753](fluentassertions/fluentassertions#1753))
- [`1aaa84f`](fluentassertions/fluentassertions@1aaa84f) Merge pull request [#1744](fluentassertions/fluentassertions#1744) from chvollm/MethodInfoSelector-Virtual
- [`124fcca`](fluentassertions/fluentassertions@124fcca) Merge pull request [#1745](fluentassertions/fluentassertions#1745) from jonathonchase/update-collection-docs
- [`762f98f`](fluentassertions/fluentassertions@762f98f) Update collection documents to use generic collections as standard support fo...
- Additional commits viewable in [compare view](fluentassertions/fluentassertions@6.2.0...6.3.0)
</details>

<br />

Co-authored-by: Elanis <elanis@hotmail.com>
Reviewed-on: https://gitea.dysnomia.studio/elanis/dysnomia-website/pulls/22
Co-authored-by: elanis <elanis@noreply.example.org>
Co-committed-by: elanis <elanis@noreply.example.org>
  • Loading branch information
elanis and Elanis committed Jan 2, 2022
1 parent cd23ff9 commit 735a8e6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.2.0" />
<PackageReference Include="FluentAssertions" Version="6.3.0" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
Expand Down

0 comments on commit 735a8e6

Please sign in to comment.