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
Add extension method WithInnerExceptionExactly
for async exception assertions
#1658
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42f40fe
to
95c5d51
Compare
Hmm, after second thought, the Please let me know if I am missing a different approach to provide |
95c5d51
to
559e10b
Compare
WithInnerExceptionExactly
for async exception assertions
dennisdoomen
approved these changes
Aug 21, 2021
jnyrup
approved these changes
Aug 21, 2021
Elanis
pushed a commit
to Elanis/portfolio
that referenced
this pull request
Dec 13, 2022
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 5.10.3 to 6.1.0. <details> <summary>Release notes</summary> *Sourced from [FluentAssertions's releases](https://github.com/fluentassertions/fluentassertions/releases).* > ## 6.1.0 > [Release Notes](https://fluentassertions.com/releases/[#610](https://github.com/fluentassertions/fluentassertions/issues/610)) > > ## 6.0.0 > [Release Notes](https://github.com/fluentassertions/fluentassertions/blob/master/docs/_pages/releases.md#600) > > ## 6.0.0-beta.3 > [Release Notes](https://github.com/fluentassertions/fluentassertions/blob/6.0.0-beta.3/docs/_pages/releases.md#600-beta-3) > > ## 6.0.0-beta.2 > [Release Notes](https://github.com/fluentassertions/fluentassertions/blob/release-6.0/docs/_pages/releases.md#600-beta-2) > > ## 6.0.0-beta.1 > [Release Notes](https://github.com/fluentassertions/fluentassertions/blob/release-6.0/docs/_pages/releases.md#600-beta-1) > > ## 6.0.0-alpha.2 > See [release notes](https://github.com/fluentassertions/fluentassertions/blob/develop/docs/_pages/releases.md#600-alpha-2). > > ## 6.0.0-alpha.1 > See https://github.com/fluentassertions/fluentassertions/blob/develop/docs/_pages/releases.md#600 </details> <details> <summary>Commits</summary> - [`ce07e5c`](fluentassertions/fluentassertions@ce07e5c) Bump the release number for 6.1 - [`577d555`](fluentassertions/fluentassertions@577d555) Resolved a significant performance degradation in `BeEquivalentTo` ([#1660](fluentassertions/fluentassertions#1660)) - [`a38a54a`](fluentassertions/fluentassertions@a38a54a) Fix small grammatical error ([#1659](fluentassertions/fluentassertions#1659)) - [`8ad5e52`](fluentassertions/fluentassertions@8ad5e52) Merge pull request [#1658](fluentassertions/fluentassertions#1658) from LennartKoot/async-ex-asserts - [`559e10b`](fluentassertions/fluentassertions@559e10b) Update release page - [`f69c87c`](fluentassertions/fluentassertions@f69c87c) Update approved api - [`1d6b2a3`](fluentassertions/fluentassertions@1d6b2a3) Add extensions method 'WithInnerExceptionExactly()' for async ExceptionAssert... - [`a977427`](fluentassertions/fluentassertions@a977427) Merge pull request [#1656](fluentassertions/fluentassertions#1656) from eNeRGy164/markdown-linting - [`d6ea6c1`](fluentassertions/fluentassertions@d6ea6c1) Update header style and add additional installation path - [`75bfd96`](fluentassertions/fluentassertions@75bfd96) Correct white-space in documentation - Additional commits viewable in [compare view](fluentassertions/fluentassertions@5.10.3...6.1.0) </details> <br /> Reviewed-on: https://gitea.dysnomia.studio/elanis/portfolio/pulls/8 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 5.10.3 to 6.1.0. <details> <summary>Release notes</summary> *Sourced from [FluentAssertions's releases](https://github.com/fluentassertions/fluentassertions/releases).* > ## 6.1.0 > [Release Notes](https://fluentassertions.com/releases/[#610](https://github.com/fluentassertions/fluentassertions/issues/610)) > > ## 6.0.0 > [Release Notes](https://github.com/fluentassertions/fluentassertions/blob/master/docs/_pages/releases.md#600) > > ## 6.0.0-beta.3 > [Release Notes](https://github.com/fluentassertions/fluentassertions/blob/6.0.0-beta.3/docs/_pages/releases.md#600-beta-3) > > ## 6.0.0-beta.2 > [Release Notes](https://github.com/fluentassertions/fluentassertions/blob/release-6.0/docs/_pages/releases.md#600-beta-2) > > ## 6.0.0-beta.1 > [Release Notes](https://github.com/fluentassertions/fluentassertions/blob/release-6.0/docs/_pages/releases.md#600-beta-1) > > ## 6.0.0-alpha.2 > See [release notes](https://github.com/fluentassertions/fluentassertions/blob/develop/docs/_pages/releases.md#600-alpha-2). > > ## 6.0.0-alpha.1 > See https://github.com/fluentassertions/fluentassertions/blob/develop/docs/_pages/releases.md#600 </details> <details> <summary>Commits</summary> - [`ce07e5c`](fluentassertions/fluentassertions@ce07e5c) Bump the release number for 6.1 - [`577d555`](fluentassertions/fluentassertions@577d555) Resolved a significant performance degradation in `BeEquivalentTo` ([#1660](fluentassertions/fluentassertions#1660)) - [`a38a54a`](fluentassertions/fluentassertions@a38a54a) Fix small grammatical error ([#1659](fluentassertions/fluentassertions#1659)) - [`8ad5e52`](fluentassertions/fluentassertions@8ad5e52) Merge pull request [#1658](fluentassertions/fluentassertions#1658) from LennartKoot/async-ex-asserts - [`559e10b`](fluentassertions/fluentassertions@559e10b) Update release page - [`f69c87c`](fluentassertions/fluentassertions@f69c87c) Update approved api - [`1d6b2a3`](fluentassertions/fluentassertions@1d6b2a3) Add extensions method 'WithInnerExceptionExactly()' for async ExceptionAssert... - [`a977427`](fluentassertions/fluentassertions@a977427) Merge pull request [#1656](fluentassertions/fluentassertions#1656) from eNeRGy164/markdown-linting - [`d6ea6c1`](fluentassertions/fluentassertions@d6ea6c1) Update header style and add additional installation path - [`75bfd96`](fluentassertions/fluentassertions@75bfd96) Correct white-space in documentation - Additional commits viewable in [compare view](fluentassertions/fluentassertions@5.10.3...6.1.0) </details> <br /> Co-authored-by: Elanis <elanis@hotmail.com> Reviewed-on: https://gitea.dysnomia.studio/elanis/dysnomia-website/pulls/11 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds extension method for the remaining method
WithInnerExceptionExactly
forExceptionAssertions<T>
when usingThrowAsync
.Closes #1400