Skip to content

Conversation

@voroninp
Copy link
Contributor

@voroninp voroninp commented Jul 23, 2020

Copy link
Member

@dennisdoomen dennisdoomen left a 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
Copy link
Contributor

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.

Copy link
Contributor Author

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?

Copy link
Member

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.

@voroninp
Copy link
Contributor Author

@dennisdoomen Yep, but which release version should it be?

@dennisdoomen
Copy link
Member

Yep, but which release version should it be?

6

@jnyrup jnyrup linked an issue Jul 28, 2020 that may be closed by this pull request
@dennisdoomen dennisdoomen merged commit c6042de into fluentassertions:develop Jul 28, 2020
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.

Add async-support for Where()

4 participants