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

Support for NUnit4 #40

Open
drjameshouse opened this issue Jan 25, 2024 · 1 comment
Open

Support for NUnit4 #40

drjameshouse opened this issue Jan 25, 2024 · 1 comment

Comments

@drjameshouse
Copy link

drjameshouse commented Jan 25, 2024

When updating to use NUnit 4.0.1 the following exception occurs:
System.TypeLoadException : Method 'get_Description' in type 'Org.XmlUnit.Constraints.CompareConstraint' from assembly 'xmlunit-nunit3-constraints, Version=2.9.2.240, Culture=neutral, PublicKeyToken=e7d7e3088fd452f6' does not have an implementation.

NUnit4 requires constraints to have a Description getter.

@bodewig
Copy link
Member

bodewig commented Jan 26, 2024

I haven't even been aware there is an NUnit 4.x, yet. Thanks for the heads up. This should probably be listed as breaking change over at nunit.org.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants