-
Notifications
You must be signed in to change notification settings - Fork 731
Add async support for Where method (#1352) #1362
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 async support for Where method (#1352) #1362
Conversation
dennisdoomen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you be willing to also update the release notes at https://github.com/fluentassertions/fluentassertions/blob/develop/docs/_pages/releases.md?
| return (await task).WithInnerException<TInnerException>(because, becauseArgs); | ||
| } | ||
|
|
||
| #pragma warning restore AV1755 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why restoring warning for the documentation?
Instead I would recommend to disable this warning for the whole file.
All these extension will not follow the rule because of the fluent api.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ouch, this should not be here. Should I amend or just add new commit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whatever works for you. I follow this procedure.
|
@dennisdoomen Yep, but which release version should it be? |
6 |
#1352