While the tests worked fine on friday I now get this error:
When I look at xUnit's github it's clear that this fails on xUnit code:
The GetTestCases code does this:
So, as I read it, and as I would expect, the test assembly is read for matches, which for some reason suddenly fails, while being just fine on friday.
I've tried another solution, it's tests run just fine.
What I've tried
- Clean / rebuild solution
- Manually remove
bin
obj
folders - Uninstall and install package xunit (version 2.2.0)
- Shut down / restart Visual Studio
- Reboot laptop
None of this helps, nor did updating ReSharper.
What's going on and what can fix this?
Possibly ReSharper is interfering somehow?