charslaw / Pando

Pando serializes and tracks the history of a state tree
MIT License
2 stars 0 forks source link

Upgrade to latest xUnit after bugs with abstract test classes are fixed #45

Open schultzcole opened 2 years ago

schultzcole commented 2 years ago

We're currently on 2.4.0, latest (at the time of writing) is 2.4.1, but 2.4.1 has a bug that prevents abstract test classes from using MemberData and ClassData for Theorys correctly.

I think this is the related issue on the xunit repo: https://github.com/xunit/xunit/issues/1983