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

Do not consider Assert.That with TestDelegate to be a candidate for Assert.Multiple #616

Merged
merged 1 commit into from
Oct 21, 2023

Conversation

manfred-brands
Copy link
Member

Fixes #614

The analyzer will not try to delve into TestDelegate to see if it is independent or not.
It will consider this Assert to be not mergeable inside an Assert.Multiple

@manfred-brands manfred-brands merged commit aa3e649 into nunit:master Oct 21, 2023
4 checks passed
@manfred-brands manfred-brands deleted the Issue614_LambdaCapture branch October 21, 2023 06:29
@mikkelbu mikkelbu added this to the Release 3.9 / 2.9 milestone Oct 22, 2023
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.

NUnit2045 does not respect lambda captures
2 participants