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

XMLUnit 2.10.0 doesn't work with NUnit 4.x #42

Open
bodewig opened this issue Aug 9, 2024 · 2 comments
Open

XMLUnit 2.10.0 doesn't work with NUnit 4.x #42

bodewig opened this issue Aug 9, 2024 · 2 comments

Comments

@bodewig
Copy link
Member

bodewig commented Aug 9, 2024

see #41 (comment)

@ScottWrightWTG
Copy link

ScottWrightWTG commented Aug 9, 2024

I was thinking if the Description could be set there would not be an issue. In the constructor for the static calls you could force a description but that is a breaking change, but it would work. The only other way is to add a different instance constructor that allows setting the description and then remove the static Instance calls. Again breaking change

@bodewig
Copy link
Member Author

bodewig commented Aug 9, 2024

Worst case I'd create a new constraints-nunit4 project if we cannot find a reasonable way to make things work for 3.x and 4.x at the same time.

Right now I'm struggiling wth my local setup since I need an oldish Windows VM for the ancient framework versions XMLUnit still supports. It may take some time until I can really take a deeper look - in particular since time is something I currently lack anyway.

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