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

NUnit2010: Exclusions #730

Merged
merged 1 commit into from
Apr 14, 2024
Merged

NUnit2010: Exclusions #730

merged 1 commit into from
Apr 14, 2024

Conversation

manfred-brands
Copy link
Member

Fixes #728

We cannot convert a.Equals(b) into a, Is.EqualTo(b) if a doesn't implement IEquatable<b>

We cannot convert `a.Equals(b)` into `a, Is.EqualTo(b)`
if a doesn't implement `IEquatable<b>`
Copy link
Member

@mikkelbu mikkelbu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again a nice improvement. Thanks @manfred-brands 👍

@mikkelbu mikkelbu merged commit d551aac into nunit:master Apr 14, 2024
6 checks passed
@mikkelbu mikkelbu added this to the Release 4.2 milestone Apr 14, 2024
@manfred-brands manfred-brands deleted the Issue728 branch April 18, 2024 14:31
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.

NUnit2010 - do not consider Equals call if it doesn't override Object.Equals
2 participants