There was a question about why some assertion features (related to ValueTask and Span) weren't available in v2, even though they're in the source code: https://github.com/xunit/xunit/issues/2648
The answer at https://github.com/xunit/xunit/issues/2648#issuecomment-1385316755 explains why, but more importantly, we updated the samples project to show how you can get access to ValueTask and Span assertion library features in v2 by using our assertion library via source instead of binary.
#csharp #dotnet #valuetask #span #unittesting #tdd