Tom Longhurst
Tom Longhurst
This will need raising with VS
Yeah it's still an ide issue. They don't like data driven class constructors. I think because this is quite a unique thing to TUnit and so it was never coded...
Can you try the latest version out of rider
Thanks for the comments @Evangelink and @Youssef1313 - Have made changes
Custom filters need to be opened up by the Microsoft Test Platform: https://github.com/microsoft/testfx/issues/3590
Try adding output type exe. If not, do you have a directory build props file configuring stuff?
@maskedmouse I'm gonna need a reproduction project
Pretty sure this is an IDE issue, as if you run via the command line you should see the inner exception
Your filter is wrong. It should only have 4 segments - You've got 5. `dotnet test Tests/Banking/BankingProviderTests/BankingProviderTests.csproj -- --treenode-filter "/*/*/TransfersTests/InternalToInternal_Succeeds"`