You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to convert a bUnit test project from xUnit to TUnit.
since bUnit allows for expressing unit tests in razor components which are then source generated at compile time to .cs files, TUnit cannot see those, and the tests don't show up in VS solution explorer.
i'd like to configure the test project to emit reflection-friendly info so the tests do show up - how would i do that?
The tests do show up when i do dotnet test -- --reflection - so how do i do it inside VS?