The release candidate for #JetBrainsRider 2024.2 with #xUnit 3 support. This should help #dotnet folks migrate their tests from v2 to v3. #tdd #bdd #tests

cc @simoncropp @bradwilson

@khalidabuhakmeh @simoncropp @bradwilson does someone want to migrate #AutoFixture? I tried my best but get stuck at f.e. "AutoDataAttribute" and all other classes inheriting DataAttribute.
"DataDiscoverer" seems to be completly gone? and I need help with the changes to GetData ...
GitHub - evilbaschdi/AutoFixture at feature/xunit.v3

AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to f...

GitHub
Feature/xunit.v3 by evilbaschdi · Pull Request #1471 · AutoFixture/AutoFixture

Description Added support für xunit.v3 Closed issues Checklist Reviewed the contribution guidelines Linked the issue(s) the PR closes Implemented automated tests and checked coverage Provided...

GitHub